web/admin: Fix sidebar toggle synchronization. (#14487)
* web: Fix issue where resizing from tablet or smaller viewport desyncs the sidebar. * web: Fix issue where focus style overrides hover state style.
This commit is contained in:
@ -256,8 +256,13 @@ input[type="date"]::-webkit-calendar-picker-indicator {
|
||||
color: var(--ak-dark-background-lighter);
|
||||
}
|
||||
|
||||
.pf-c-button.pf-m-plain:hover {
|
||||
color: var(--ak-dark-foreground);
|
||||
.pf-c-button.pf-m-plain {
|
||||
--pf-c-button--m-plain--focus--Color: var(--pf-global--Color--200);
|
||||
--pf-c-button--m-plain--hover--Color: var(--ak-dark-foreground);
|
||||
|
||||
&:focus:hover {
|
||||
color: var(--pf-c-button--m-plain--hover--Color);
|
||||
}
|
||||
}
|
||||
|
||||
.pf-c-button.pf-m-control {
|
||||
|
||||
Reference in New Issue
Block a user