Merge pull request #363 from abaez/tabcenter-color

Removing tabcenter css
This commit is contained in:
luke crouch 2017-04-03 10:55:52 -05:00 committed by GitHub
commit dbcca761c7

View file

@ -190,18 +190,6 @@ special cases are addressed below */
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"] {
margin-inline-end: 0;
}