From e4d19ca11e90a82293cd3f928a7b23c2164d694e Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Mon, 13 Nov 2023 08:05:43 +0200 Subject: [PATCH] feat: improve table UI --- src/styles/ui.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/ui.module.css b/src/styles/ui.module.css index 5adfab5d..4657f044 100644 --- a/src/styles/ui.module.css +++ b/src/styles/ui.module.css @@ -662,12 +662,12 @@ } .tableColumnEditorTrigger, .tableRowEditorTrigger, .addRowButton, .addColumnButton, .iconButton { - opacity: .2; + opacity: .15; } &:hover { .tableColumnEditorTrigger, .tableRowEditorTrigger, .addRowButton, .addColumnButton, .iconButton { - opacity: .5; + opacity: 0.3; &:hover { opacity: 1; @@ -691,7 +691,7 @@ opacity: 0.2; &[data-active=true] { - opacity: 1; + opacity: 1 !important; } }