From 5b5a2ba6b888a329273d24690ca1b5293ef29da1 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 30 May 2022 16:02:06 +0200 Subject: [PATCH] Improve app grid item hover color on dark mode --- src/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme.scss b/src/theme.scss index f997d3b78..b83182fc8 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -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;