mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-30 14:31:42 -05:00
Fix dotted outline on navbar
This commit is contained in:
parent
ce210c94c6
commit
d230090cdf
@ -62,6 +62,7 @@ body {
|
||||
}
|
||||
|
||||
.nav li a {
|
||||
outline: 0;
|
||||
position: relative;
|
||||
display: block;
|
||||
padding: 20px 0 20px 50px;
|
||||
@ -91,6 +92,8 @@ body {
|
||||
background: #444;
|
||||
}
|
||||
|
||||
::-moz-focus-inner {border: 0;}
|
||||
|
||||
.nav li a.active {
|
||||
box-shadow: inset 5px 0 0 #2A9FD6, inset 6px 0 0 #222;
|
||||
background: #444;
|
||||
|
Loading…
Reference in New Issue
Block a user