Don't show close button on pinned tabs
This commit is contained in:
parent
2738b40472
commit
cefffeb43d
1 changed files with 1 additions and 1 deletions
|
@ -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)); }
|
||||
|
|
Loading…
Reference in a new issue