Merge pull request #363 from abaez/tabcenter-color
Removing tabcenter css
This commit is contained in:
commit
dbcca761c7
1 changed files with 1 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* HACK: Custom Container vars do not propigate correctly
|
/* HACK: Custom Container vars do not propigate correctly
|
||||||
until the container tab is blurred and refocused,
|
until the container tab is blurred and refocused,
|
||||||
adding the data-identity-color with the default hex
|
adding the data-identity-color with the default hex
|
||||||
value, or chrome url path as an alternate selector mitiages this bug.*/
|
value, or chrome url path as an alternate selector mitiages this bug.*/
|
||||||
[data-identity-color="blue"],
|
[data-identity-color="blue"],
|
||||||
|
@ -190,18 +190,6 @@ special cases are addressed below */
|
||||||
width: 400%;
|
width: 400%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* this fixes containers tab center */
|
|
||||||
#verticaltabs-box .tabbrowser-tab[usercontextid] .tab-content::after {
|
|
||||||
background-color: var(--identity-tab-color);
|
|
||||||
content: '';
|
|
||||||
height: 100% !important;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 3px !important;
|
|
||||||
z-index: 999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs-newtab-button .toolbarbutton-icon[type="menu"] {
|
.tabs-newtab-button .toolbarbutton-icon[type="menu"] {
|
||||||
margin-inline-end: 0;
|
margin-inline-end: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue