Change hover color when navigating custom filters (Radarr)
This commit is contained in:
parent
cfb788a02b
commit
9ffcbcbd7d
@ -1270,3 +1270,6 @@ pre {
|
|||||||
.FilterBuilderRow-filterRow-1ozij:hover {
|
.FilterBuilderRow-filterRow-1ozij:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
.CustomFilter-customFilter-zBSMd:hover {
|
||||||
|
background-color: hsla(0,0%,100%,.08);
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user