Skip to content

Commit 4013096

Browse files
author
Jihye Hong
authored
Merge pull request #127 from jeonghee27/master
Add ':focus' style to show the focus-ring for <a> tags in demo center.
2 parents b44b6d9 + 8dfd1e6 commit 4013096

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)