diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/sass')
4 files changed, 8 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss index 23675f2..6c5b694 100644 --- a/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss +++ b/arc-firefox-theme/chrome/browser/sass/_browser-sass.scss @@ -3271,6 +3271,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- .tabbrowser-tab:not([selected="true"]) { color: transparentize($header_fg, 0.2); + + &:hover { color: $header_fg; } } /* Selected tab */ diff --git a/arc-firefox-theme/chrome/browser/sass/browser-dark.css b/arc-firefox-theme/chrome/browser/sass/browser-dark.css index 1a8a7af..44c8d26 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-dark.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-dark.css @@ -2476,6 +2476,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- .tabbrowser-tab:not([selected="true"]) { color: rgba(207, 218, 231, 0.6); } + .tabbrowser-tab:not([selected="true"]):hover { + color: rgba(207, 218, 231, 0.8); } /* Selected tab */ /* diff --git a/arc-firefox-theme/chrome/browser/sass/browser-darker.css b/arc-firefox-theme/chrome/browser/sass/browser-darker.css index fa3a898..052a329 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-darker.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-darker.css @@ -2476,6 +2476,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- .tabbrowser-tab:not([selected="true"]) { color: rgba(207, 218, 231, 0.6); } + .tabbrowser-tab:not([selected="true"]):hover { + color: rgba(207, 218, 231, 0.8); } /* Selected tab */ /* diff --git a/arc-firefox-theme/chrome/browser/sass/browser-light.css b/arc-firefox-theme/chrome/browser/sass/browser-light.css index e78c95e..69a76a0 100644 --- a/arc-firefox-theme/chrome/browser/sass/browser-light.css +++ b/arc-firefox-theme/chrome/browser/sass/browser-light.css @@ -2476,6 +2476,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- .tabbrowser-tab:not([selected="true"]) { color: rgba(82, 93, 118, 0.6); } + .tabbrowser-tab:not([selected="true"]):hover { + color: rgba(82, 93, 118, 0.8); } /* Selected tab */ /* |