From 6c99a691dc6078eec7ea16c54cdeaa43acdb8eba Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 27 Nov 2024 21:23:39 +0200 Subject: [PATCH] Restyle the close tab buttons --- src/public/stylesheets/theme-next.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 929151c80..02612fc86 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -120,6 +120,8 @@ --gutter-color: transparent; --gutter-hover-color: #bfbfbf; + --tab-close-button-hover-background: #d7d7d7; + --active-tab-background-color: white; --active-tab-hover-background-color: var(--active-tab-background-color); --active-tab-text-color: black; @@ -212,7 +214,9 @@ --gutter-color: transparent; --gutter-hover-color: #5e5e5e; - + + --tab-close-button-hover-background: #e2e2e2; + --active-tab-background-color: #666; --active-tab-hover-background-color: #737373; --active-tab-text-color: #ccc; @@ -461,6 +465,10 @@ font-weight: unset !important; } +.note-tab-close:hover { + background: var(--tab-close-button-hover-background) !important; +} + /* * Center pane */