Reduce negative margins to put contexual color indicator in the viewport
This commit is contained in:
parent
b1ad805d4a
commit
29ca017ca0
@ -466,9 +466,17 @@ tabbrowser[treestyletab-mode="vertical"]
|
||||
}
|
||||
|
||||
|
||||
/* reduce negative margins to put contexual color indicator in the viewport */
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||
.tab-background {
|
||||
margin: 0 -5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* for Multiple Tab Handler */
|
||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||
.tabbrowser-tab:not(:hover):not([visuallyselected="true"])[multipletab-ready-to-close="true"]
|
||||
.tab-close-button {
|
||||
visibility: visible !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user