mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
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
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
|
|
@ -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 a new issue