Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Add ':focus' style to show the focus-ring for <a> tags in demo center.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghee27 committed Oct 23, 2018
1 parent 5199197 commit 8dfd1e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ body {
word-break: break-word;
}

:focus {
outline: 2px solid #1E90FF;
}

/* style for side menu area */
nav {
font-family:'LG Smart';
Expand Down

0 comments on commit 8dfd1e6

Please sign in to comment.