Skip to content

Commit 8dfd1e6

Browse files
committed
Add ':focus' style to show the focus-ring for <a> tags in demo center.
1 parent 5199197 commit 8dfd1e6

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
@@ -19,6 +19,10 @@ body {
1919
word-break: break-word;
2020
}
2121

22+
:focus {
23+
outline: 2px solid #1E90FF;
24+
}
25+
2226
/* style for side menu area */
2327
nav {
2428
font-family:'LG Smart';

0 commit comments

Comments
 (0)