chore: Refactor tab browser styles for improved readability and maintainability

This commit is contained in:
Mauro Balades
2024-07-19 17:19:24 +02:00
parent 43460815ac
commit a0f30e595b

View File

@@ -331,10 +331,22 @@ toolbarbutton#scrollbutton-up {
}
.tabbrowser-tab:is([multiselected="true"], [selected]) {
/*border-color: light-dark(var(--zen-colors-border), rgba(255, 255, 255, 0.15));*/
background: var(--toolbarbutton-hover-background);
}
.tabbrowser-tab::after {
background: var(--identity-tab-color, transparent);
border-radius: 2px;
height: 80%;
width: 2px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -2px;
content: '';
pointer-events: none;
}
.tabbrowser-tab {
margin-inline-start: 0 !important;
margin: 0 auto !important;