mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 00:45:30 +02:00
11 lines
231 B
CSS
11 lines
231 B
CSS
.tab-context-line {
|
|
display: none !important;
|
|
}
|
|
#tabbrowser-tabs {
|
|
& .tabbrowser-tab {
|
|
&[selected] .tab-background {
|
|
border: 2px solid var(--identity-icon-color) !important;
|
|
opacity: 0.8 !important;
|
|
}
|
|
}
|
|
}
|