Skip to content

Commit a66f5cf

Browse files
authored
Merge pull request #24 from OneupNetwork/tako-mask-remove
remove unused program and style
2 parents 57bf06c + ff34e64 commit a66f5cf

6 files changed

Lines changed: 5 additions & 16 deletions

File tree

dist/dialogify.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dialogify.min.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/dialogify.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/dialogify.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/dialogify.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ import dialogPolyfill from './dialog-polyfill.esm';
7070
$(this).remove();
7171
if (options.backgroundScroll === false) {
7272
$('body').css({'overflow': '', 'padding-right': ''});
73-
$('.dialog-mask').remove();
7473
}
7574
})
7675
.on('cancel', function (e) {

src/scss/dialogify.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -321,14 +321,4 @@ dialog+.backdrop {
321321
bottom: 0;
322322
background: #000;
323323
opacity: .7;
324-
}
325-
326-
.dialog-mask {
327-
width: 100vw;
328-
height: 100vh;
329-
position: fixed;
330-
top: 0px;
331-
left: 0px;
332-
z-index: 1;
333-
background-color: transparent;
334324
}

0 commit comments

Comments
 (0)