From cefffeb43d4fe86f2ce9199898af635cf09ddc8e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 10 Oct 2019 20:51:46 +0300 Subject: [PATCH] Don't show close button on pinned tabs --- chrome/combined_favicon_and_tab_close_button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/combined_favicon_and_tab_close_button.css b/chrome/combined_favicon_and_tab_close_button.css index 9cfce31..6992bb8 100644 --- a/chrome/combined_favicon_and_tab_close_button.css +++ b/chrome/combined_favicon_and_tab_close_button.css @@ -8,7 +8,7 @@ z-index: -1; visibility: hidden; } - +.tabbrowser-tab[pinned] .tab-close-button{ display: none !important; } .tab-close-button:hover{ background-color: var(--lwt-accent-color); } .tabbrowser-tab[selected] .tab-close-button:hover{ background-color: var(--lwt-selected-tab-background-color, var(--toolbar-bgcolor)); }