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;