Skip to content

Commit 7d49c40

Browse files
committed
Fix iframe's style to show the focus-ring in demo center.
1 parent b79c4c1 commit 7d49c40

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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: 4px #3582ff solid;
202+
}
203+
200204
a {
201205
color: #0049bf;
202206
text-decoration: none;

0 commit comments

Comments
 (0)