💥 ags(popup-window, ask-popup): fix unexpected behaviors, removed onClose() and closeAction() support

This commit is contained in:
retrozinndev
2025-04-16 19:44:18 -03:00
parent cc043e4e55
commit 5376eb6576
7 changed files with 39 additions and 45 deletions
+4 -4
View File
@@ -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;