Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard/src/App.vue')
-rw-r--r--apps/dashboard/src/App.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue
index 5ab24effffa..e8a1933287a 100644
--- a/apps/dashboard/src/App.vue
+++ b/apps/dashboard/src/App.vue
@@ -543,11 +543,15 @@ export default {
background-color: var(--color-background-translucent);
-webkit-backdrop-filter: var(--background-blur);
backdrop-filter: var(--background-blur);
+ opacity: 1 !important;
&:hover,
&:focus,
&:active {
- background-color: var(--color-background-hover);
+ background-color: var(--color-background-hover)!important;
+ }
+ &:focus-visible {
+ border: 2px solid var(--color-main-text)!important;
}
}