From e338a6b5666cb45e44e8d378ae4660a30647a064 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 31 May 2018 16:06:08 -0400 Subject: [PATCH] theme tweaks --- src/popup/scss/base.scss | 2 +- src/popup/scss/variables.scss | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/popup/scss/base.scss b/src/popup/scss/base.scss index 0f6125897c8..10a3997f273 100644 --- a/src/popup/scss/base.scss +++ b/src/popup/scss/base.scss @@ -304,7 +304,7 @@ header { &:hover, &:focus { @include themify($themes) { - background-color: themed('listItemBackgroundHoverColor'); + background-color: themed('tabBackgroundHoverColor'); } } diff --git a/src/popup/scss/variables.scss b/src/popup/scss/variables.scss index 8c15b54757b..a145e336d16 100644 --- a/src/popup/scss/variables.scss +++ b/src/popup/scss/variables.scss @@ -55,6 +55,7 @@ $themes: ( boxBackgroundHoverColor: $box-background-hover-color, boxBorderColor: $box-border-color, tabBackgroundColor: #ffffff, + tabBackgroundHoverColor: $list-item-hover, disabledIconColor: $list-icon-color, headingColor: $gray-light, labelColor: $gray-light, @@ -86,10 +87,11 @@ $themes: ( boxBackgroundColor: #363636, boxBackgroundHoverColor: #3f3f3f, boxBorderColor: #2f2f2f, - tabBackgroundColor: #3d3d3d, + tabBackgroundColor: #363636, + tabBackgroundHoverColor: #3f3f3f, headerColor: #ffffff, headerBackgroundColor: #363636, - headerBackgroundHoverColor: #313131, + headerBackgroundHoverColor: #3f3f3f, headerBorderColor: #111111, headerInputBackgroundColor: #222222, headerInputBackgroundFocusColor: #1d1d1d,