1
0
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:
Jack 2017-10-14 17:56:07 -04:00
parent ce210c94c6
commit d230090cdf
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -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;