From 1af3e78926785d28cd81a74a8758d26d4cfd789e Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 12 Nov 2022 22:15:51 +0800 Subject: [PATCH] Update _popovers.scss --- src/sass/gnome-shell/common/_popovers.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/sass/gnome-shell/common/_popovers.scss b/src/sass/gnome-shell/common/_popovers.scss index 2efd1df7..85601fa0 100644 --- a/src/sass/gnome-shell/common/_popovers.scss +++ b/src/sass/gnome-shell/common/_popovers.scss @@ -4,15 +4,19 @@ $popop_menuitem_radius: $wm_radius - 4px; //.the popover itself .popup-menu-boxpointer { - -arrow-border-radius: 2px; + -arrow-border-radius: $wm_radius; -arrow-background-color: transparent; -arrow-border-width: 0; -arrow-border-color: transparent; - -arrow-base: 12px; + -arrow-base: 32px; -arrow-rise: 0; -arrow-box-shadow: none; //dreaming. bug #689995 } +.arcmenu-menu { + -arrow-base: 0; +} + @if $scale != 'default' { #lockDialogGroup .popup-menu, .login-screen .popup-menu { // FIXME: not use? how to set the popovers on login-screen?