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:
Jan C. Borchardt 2020-08-20 18:45:38 +02:00 committed by npmbuildbot[bot]
parent 66b77790fa
commit 57b33a7805
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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);
}
}