Improve app grid item hover color on dark mode

This commit is contained in:
Johannes Zellner
2022-05-30 16:02:06 +02:00
parent 532aa8ca43
commit 5b5a2ba6b8
+4
View File
@@ -2027,6 +2027,10 @@ tag-input {
.grid-item-content {
background-color: $backgroundDark !important;
&:hover {
background-color: #4545459c !important;
}
.grid-item-action {
color: white;
background-color: rgba($backgroundDark, 0.1) !important;