mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: add :not pseudo (#2507)
This commit is contained in:
parent
425a8b5fd5
commit
623c8e58b8
@ -60,12 +60,12 @@
|
|||||||
color: #6b7280;
|
color: #6b7280;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar:not(.navbar-sidebar--show) {
|
||||||
background-color: hsla(0,0%,100%,.8);
|
background-color: hsla(0,0%,100%,.8);
|
||||||
backdrop-filter: saturate(110%) blur(5px);
|
backdrop-filter: saturate(110%) blur(5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[data-theme="dark"] .navbar {
|
:root[data-theme="dark"] .navbar:not(.navbar-sidebar--show) {
|
||||||
background-color: rgba(31,41,55,.5019607843137255);
|
background-color: rgba(31,41,55,.5019607843137255);
|
||||||
backdrop-filter: saturate(110%) blur(5px);
|
backdrop-filter: saturate(110%) blur(5px);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user