aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/HeaderMenu.vue
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-09-02 01:38:13 +0000
committerChristopher Ng <chrng8@gmail.com>2022-09-02 01:38:13 +0000
commita7016170cfbb9bc842d4a5efc2539b9bd9add13f (patch)
treef191ec4d540eb0157a4781e9619f964b1e5b5912 /core/src/components/HeaderMenu.vue
parentf167fe0ceb7179ef8ae705bb47c44e596196b5d8 (diff)
downloadnextcloud-server-a7016170cfbb9bc842d4a5efc2539b9bd9add13f.tar.gz
nextcloud-server-a7016170cfbb9bc842d4a5efc2539b9bd9add13f.zip
Accessibility improvements to unified search
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/src/components/HeaderMenu.vue')
-rw-r--r--core/src/components/HeaderMenu.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/HeaderMenu.vue b/core/src/components/HeaderMenu.vue
index fc8936ba07c..9a78b769dc3 100644
--- a/core/src/components/HeaderMenu.vue
+++ b/core/src/components/HeaderMenu.vue
@@ -29,7 +29,6 @@
:aria-label="ariaLabel"
:aria-controls="`header-menu-${id}`"
:aria-expanded="opened.toString()"
- aria-haspopup="menu"
@click.prevent="toggleMenu">
<slot name="trigger" />
</a>
@@ -195,8 +194,9 @@ export default {
margin: 0;
border-radius: 0 0 var(--border-radius) var(--border-radius);
background-color: var(--color-main-background);
-
filter: drop-shadow(0 1px 5px var(--color-box-shadow));
+ padding: 20px;
+ border-radius: var(--border-radius-large);
}
&__carret {