style(next): apply same color to tab and launch bar

This commit is contained in:
Elian Doran 2024-12-01 09:58:04 +02:00
parent c4085b0729
commit ad62611e90
No known key found for this signature in database

View File

@ -131,6 +131,7 @@
--left-pane-item-selected-action-button-hover-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
--launcher-pane-background-color: #e8e8e8;
--launcher-pane-horizontal-background-color: #fafafa;
--launcher-pane-text-color: #000000bd;
--launcher-pane-button-hover-color: black;
--launcher-pane-button-hover-background: white;
@ -341,6 +342,11 @@
background-color: var(--root-background);
}
#root-widget.horizontal-layout {
--launcher-pane-background-color: var(--launcher-pane-horizontal-background-color);
--active-tab-background-color: var(--launcher-pane-background-color);
}
/* Matches when the left pane is collapsed */
:has(#left-pane.hidden-int) {
--center-pane-border-radius: 0;
@ -361,7 +367,7 @@
}
#launcher-pane.horizontal {
height: var(--launcher-pane-size) !important;
height: var(--launcher-pane-size) !important;
}
#launcher-pane .launcher-button {