Skip to content

Commit b44b6d9

Browse files
author
Jihye Hong
authored
Merge pull request w3c#126 from jeonghee27/master
Fix iframe's style to show the focus-ring in demo center.
2 parents c5d9370 + 5199197 commit b44b6d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ iframe:focus {
197197
outline: 5px solid #1E90FF;
198198
}
199199

200+
iframe:focus-within {
201+
outline: 5px solid #1E90FF;
202+
}
203+
200204
a {
201205
color: #0049bf;
202206
text-decoration: none;

0 commit comments

Comments
 (0)