Css: Do not allow `:hover` to affect the `.active` list elements
This commit is contained in:
parent
781b97fc41
commit
41a92e9d87
|
@ -248,15 +248,15 @@
|
||||||
-moz-transform: none; /* Firefox collapses border spacing due to the above */
|
-moz-transform: none; /* Firefox collapses border spacing due to the above */
|
||||||
}
|
}
|
||||||
|
|
||||||
tr[href].active {
|
|
||||||
background-color: @tr-active-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr[href]:hover {
|
tr[href]:hover {
|
||||||
background-color: @tr-hover-color;
|
background-color: @tr-hover-color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr[href].active {
|
||||||
|
background-color: @tr-active-color;
|
||||||
|
}
|
||||||
|
|
||||||
tr[href].state-outdated:not(:hover):not(.active) td:not(.state-col) {
|
tr[href].state-outdated:not(:hover):not(.active) td:not(.state-col) {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
|
@ -217,15 +217,15 @@ a:hover > .icon-cancel {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr[href].active {
|
|
||||||
background-color: @tr-active-color;
|
|
||||||
border-left-color: @icinga-blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr[href]:hover {
|
tr[href]:hover {
|
||||||
background-color: @tr-hover-color;
|
background-color: @tr-hover-color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr[href].active {
|
||||||
|
background-color: @tr-active-color;
|
||||||
|
border-left-color: @icinga-blue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.name-value-table {
|
.name-value-table {
|
||||||
|
|
Loading…
Reference in New Issue