pinned tabs dissapearing fix
This commit is contained in:
parent
354113f47e
commit
93deb6300f
@ -18,10 +18,15 @@ tab > stack {
|
|||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab {
|
.tabbrowser-tab:not([pinned]) {
|
||||||
margin: 2px 0 0 !important;
|
margin: 2px 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[pinned] {
|
||||||
|
margin-top: 2px !important;
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.tabbrowser-tab:not([visuallyselected="true"], [multiselected]), .tabbrowser-tab:-moz-lwtheme {
|
.tabbrowser-tab:not([visuallyselected="true"], [multiselected]), .tabbrowser-tab:-moz-lwtheme {
|
||||||
color: var(--gnome-tabbar-tab-color) !important;
|
color: var(--gnome-tabbar-tab-color) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user