From 8165975308ecabf0e1ac76c5da1e7c582bd6ac07 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 31 May 2020 17:14:18 -0500 Subject: [PATCH] tabs-bar button hover color --- app/styles/soapbox/components/tabs-bar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/soapbox/components/tabs-bar.scss b/app/styles/soapbox/components/tabs-bar.scss index 9e94bf122..5ef20c826 100644 --- a/app/styles/soapbox/components/tabs-bar.scss +++ b/app/styles/soapbox/components/tabs-bar.scss @@ -117,15 +117,15 @@ width: 65px; height: 34px; margin-left: 20px; - border-radius: 4px; + border-radius: 6px; background-color: var(--accent-color) !important; transition: background-color 0.2s; font-weight: bold; font-size: 16px; + transition: 0.2s; &:hover { - background-color: darken($nav-ui-highlight-color, 10%) !important; - box-shadow: inset 0 0 6px darken($gab-brand-default, 10%); + box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); } }