Skip to content

Commit 01acfc2

Browse files
committed
chore: Update to season 38
1 parent 704078c commit 01acfc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/base/store/quickPacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ onPage('Packs', function quickOpenPack() {
8080
showCards();
8181
}
8282
});
83-
$('button[id^="btnOpen"]').on('click.script', (event) => {
83+
$('[id^="btnOpen"]').on('click.script', (event) => {
8484
autoOpen = event.ctrlKey;
8585
openAll = false;
8686
const type = $(event.target).prop('id').substring(7);

src/base/styles/toast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
style.add(
22
'#AlertToast { height: 0; }',
3-
'#AlertToast .dismissable span { display: block; text-align: center; }',
3+
'#AlertToast .dismissable > span { display: block; text-align: center; }',
44
'#AlertToast .dismissable .dismiss { width: 160px; text-transform: capitalize; display: block; font-family: DTM-Mono; border: 1px solid #fff; font-size: 14px; margin: 5px auto; background-color: transparent; }',
55
'#AlertToast .dismissable .dismiss:hover { opacity: 0.6; }'
66
);

0 commit comments

Comments
 (0)