aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/sass/_browser-sass.scss')
-rw-r--r--arc-firefox-theme/chrome/browser/sass/_browser-sass.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
index 84a96e2..c8b5b68 100644
--- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
+++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss
@@ -23,7 +23,7 @@ $darker_asset_path_2: if($darker=='true', 'dark', $asset_path);
:root {
--toolbarbutton-hover-background: $button_bg;
--toolbarbutton-hover-boxshadow: none;
- --toolbarbutton-hover-bordercolor: $selected_bg_color;
+ --toolbarbutton-hover-bordercolor: $button_border;
--toolbarbutton-active-boxshadow: none;
--toolbarbutton-active-bordercolor: $selected_bg_color;
@@ -84,7 +84,7 @@ $darker_asset_path_2: if($darker=='true', 'dark', $asset_path);
}
#TabsToolbar:not([collapsed="true"]) + #nav-bar {
- border-top: 1px solid darken($header_border, 3%) !important;
+ border-top: 1px solid $header_border !important;
background-clip: padding-box;
margin-top: -1px; /* Move up into the TabsToolbar for the inner highlight at the top of the nav-bar */
/* Position the toolbar above the bottom of background tabs */