mirror of https://github.com/Sonarr/Sonarr
Only apply li hightlight to xs screens, use same colour as other sizes
This commit is contained in:
parent
5d003fff5d
commit
bc727e7187
|
@ -151,11 +151,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: @screen-xs-max) {
|
||||||
.navbar-collapse {
|
.navbar-collapse {
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
li {
|
li {
|
||||||
&:focus, &:hover {
|
&:focus, &:hover {
|
||||||
background-color: #535353;
|
background-color : #555555;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -206,34 +208,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//.screen-size {
|
|
||||||
// color: @droneTeal;
|
|
||||||
// &:after {
|
|
||||||
// content: "unknown";
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @media (min-width: @screen-xs-min) {
|
|
||||||
// &:after {
|
|
||||||
// content: "xs";
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @media (min-width: @screen-sm-min) {
|
|
||||||
// &:after {
|
|
||||||
// content: "sm";
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @media (min-width: @screen-md-min) {
|
|
||||||
// &:after {
|
|
||||||
// content: "md";
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// @media (min-width: @screen-lg-min) {
|
|
||||||
// &:after {
|
|
||||||
// content: "lg";
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
Loading…
Reference in New Issue