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 'core/src/components/HeaderMenu.vue')
-rw-r--r--core/src/components/HeaderMenu.vue8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/src/components/HeaderMenu.vue b/core/src/components/HeaderMenu.vue
index 55d018677cb..9fed383b026 100644
--- a/core/src/components/HeaderMenu.vue
+++ b/core/src/components/HeaderMenu.vue
@@ -174,8 +174,8 @@ export default {
align-items: center;
justify-content: center;
width: 50px;
- height: 100%;
- margin: 0;
+ height: 44px;
+ margin: 2px 0;
padding: 0;
cursor: pointer;
opacity: .6;
@@ -188,6 +188,10 @@ export default {
opacity: 1;
}
+ &__trigger:focus-visible {
+ outline: none;
+ }
+
&__wrapper {
position: fixed;
z-index: 2000;