diff --git a/src/sass/gnome-shell/common/_popovers.scss b/src/sass/gnome-shell/common/_popovers.scss index 2efd1df..85601fa 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?