Fix background tint in single column light theme (#29803)
This commit is contained in:
parent
69e5771881
commit
430da03160
@ -2677,7 +2677,7 @@ $ui-header-logo-wordmark-width: 99px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabs-bar__wrapper {
|
.tabs-bar__wrapper {
|
||||||
background: var(--background-color-tint);
|
background: var(--background-color);
|
||||||
backdrop-filter: var(--background-filter);
|
backdrop-filter: var(--background-filter);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: $ui-header-height;
|
top: $ui-header-height;
|
||||||
|
Loading…
Reference in New Issue
Block a user