mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
9 lines
219 B
CSS
9 lines
219 B
CSS
|
|
#tabbrowser-tabs {
|
|
& .tabbrowser-tab {
|
|
&[pinned]:not([zen-essential]):hover .tab-reset-button,
|
|
&[pinned][visuallyselected]:not([zen-essential]) .tab-reset-button {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|