summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-09-15 14:48:03 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2020-09-15 14:54:03 +0200
commitaef82c0a7c9ce9aa7bbfb3ae15af48e6e9709d88 (patch)
tree27b67a8ae48dc3590e59f6198e7213f42eae2927 /apps/dashboard/src
parent869f3f5895ab1e0b3d3c92852570ee322d1e95f2 (diff)
downloadnextcloud-server-aef82c0a7c9ce9aa7bbfb3ae15af48e6e9709d88.tar.gz
nextcloud-server-aef82c0a7c9ce9aa7bbfb3ae15af48e6e9709d88.zip
Fix v-deep overwrite for weather and status buttons, ref #22864
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/dashboard/src')
-rw-r--r--apps/dashboard/src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue
index eb20a15bda9..33c2660d8cd 100644
--- a/apps/dashboard/src/App.vue
+++ b/apps/dashboard/src/App.vue
@@ -491,7 +491,7 @@ export default {
}
.edit-panels,
-.statuses ::v-deep .action-item > button,
+.statuses ::v-deep .action-item .action-item__menutoggle,
.statuses ::v-deep .action-item.action-item--open .action-item__menutoggle {
background-color: var(--color-background-translucent);
-webkit-backdrop-filter: var(--background-blur);