Change hover color when navigating custom filters

This commit is contained in:
rg9400 2020-04-25 11:05:11 -05:00 committed by GitHub
parent bb8b774124
commit b0f8d2cb30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1208,3 +1208,6 @@ pre {
.FilterBuilderRow\/filterRow\/1ozij:hover {
background-color: transparent;
}
.CustomFilter\/customFilter\/zBSMd:hover {
background-color: hsla(0,0%,100%,.08);
}