mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-07 15:07:41 +00:00
fixed main menu focus underlining
This commit is contained in:
parent
e283f54567
commit
41f99dd793
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
i:before {
|
i:before {
|
||||||
font-size : 35px;
|
font-size : 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
width : 40px;
|
width : 40px;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +12,10 @@
|
||||||
|
|
||||||
#in-sub-nav li a {
|
#in-sub-nav li a {
|
||||||
color : #b9b9b9;
|
color : #b9b9b9;
|
||||||
|
}
|
||||||
|
|
||||||
|
#in-sub-nav li a:focus {
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#in-sub-nav {
|
#in-sub-nav {
|
||||||
|
|
Loading…
Reference in a new issue