Dashboard: Fix status bubbles open but unfocused background
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
66b77790fa
commit
57b33a7805
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -432,12 +432,14 @@ export default {
|
|||
}
|
||||
|
||||
.edit-panels,
|
||||
.statuses ::v-deep .action-item > button {
|
||||
.statuses ::v-deep .action-item > button,
|
||||
.statuses ::v-deep .action-item.action-item--open .action-item__menutoggle {
|
||||
background-color: var(--color-background-translucent);
|
||||
backdrop-filter: var(--background-blur);
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus,
|
||||
&:active {
|
||||
background-color: var(--color-background-hover);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue