mirror of https://github.com/lidarr/Lidarr
Better hover/focus ordering
This commit is contained in:
parent
828241c576
commit
37b96ecbbe
|
@ -77,6 +77,11 @@
|
||||||
color : #b9b9b9;
|
color : #b9b9b9;
|
||||||
font-weight : 100;
|
font-weight : 100;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
background-color : transparent;
|
||||||
|
text-decoration : none;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color : #555555;
|
background-color : #555555;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
|
@ -86,11 +91,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
|
||||||
background-color : transparent;
|
|
||||||
text-decoration : none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
|
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
|
||||||
border-radius : 6px;
|
border-radius : 6px;
|
||||||
padding : 5px 0px 5px;
|
padding : 5px 0px 5px;
|
||||||
|
|
Loading…
Reference in New Issue