mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Refactor tab browser styles for improved readability and maintainability
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user