Merge pull request #52 from rg9400/patch-5

Change hover color when navigating custom filters
This commit is contained in:
GilbN 2020-04-25 19:37:40 +02:00 committed by GitHub
commit 8b94adc982
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);
}