From b0965b3ec7bab0cb3b180e2d8200f3cb76530a3c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 17 Jun 2021 12:32:16 +0200 Subject: [PATCH] Give more visual feedback for cog button --- src/theme.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/theme.scss b/src/theme.scss index ab83a213e..67d50e183 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -344,6 +344,7 @@ textarea { &:hover { color: $brand-primary; + background-color: rgba(256, 256, 256, 0.5); } &:active { @@ -1886,6 +1887,10 @@ tag-input { .grid-item-action { color: white; + + &:hover { + background-color: rgba(0, 0, 0, 0.5); + } } } }