💥 ags(popup-window, ask-popup): fix unexpected behaviors, removed onClose() and closeAction() support
This commit is contained in:
+4
-4
@@ -16,16 +16,16 @@
|
||||
|
||||
* {
|
||||
@include mixins.reset-props;
|
||||
|
||||
/*&:selected {
|
||||
box-shadow: inset 0 0 0 2px colors.$fg-primary;
|
||||
}*/
|
||||
}
|
||||
|
||||
window * {
|
||||
@include mixins.default-styles;
|
||||
}
|
||||
|
||||
window.ask-popup {
|
||||
background: rgba(black, .4);
|
||||
}
|
||||
|
||||
.ask-popup-box {
|
||||
background: colors.$bg-translucent;
|
||||
padding: 18px;
|
||||
|
||||
Reference in New Issue
Block a user