Update _popovers.scss
This commit is contained in:
parent
5f29b1d4de
commit
1af3e78926
1 changed files with 6 additions and 2 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue