Improve app grid item hover color on dark mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user