Update _popovers.scss

This commit is contained in:
vinceliuice 2022-11-12 22:15:51 +08:00
parent 5f29b1d4de
commit 1af3e78926

View file

@ -4,15 +4,19 @@ $popop_menuitem_radius: $wm_radius - 4px;
//.the popover itself //.the popover itself
.popup-menu-boxpointer { .popup-menu-boxpointer {
-arrow-border-radius: 2px; -arrow-border-radius: $wm_radius;
-arrow-background-color: transparent; -arrow-background-color: transparent;
-arrow-border-width: 0; -arrow-border-width: 0;
-arrow-border-color: transparent; -arrow-border-color: transparent;
-arrow-base: 12px; -arrow-base: 32px;
-arrow-rise: 0; -arrow-rise: 0;
-arrow-box-shadow: none; //dreaming. bug #689995 -arrow-box-shadow: none; //dreaming. bug #689995
} }
.arcmenu-menu {
-arrow-base: 0;
}
@if $scale != 'default' { @if $scale != 'default' {
#lockDialogGroup .popup-menu, #lockDialogGroup .popup-menu,
.login-screen .popup-menu { // FIXME: not use? how to set the popovers on login-screen? .login-screen .popup-menu { // FIXME: not use? how to set the popovers on login-screen?