Merge pull request #125 from Leopoldthecoder/next

fix multi-select icon
pull/2/head
baiyaaaaa 2016-08-31 13:31:47 +08:00 committed by GitHub
commit 53ebf91f1d
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@
if (this.modal) { if (this.modal) {
document.body.style.overflow = this.bodyOverflow; document.body.style.overflow = this.bodyOverflow;
} }
this.opened = false;
if (!this.transition) { if (!this.transition) {
this.doAfterClose(); this.doAfterClose();

View File

@ -115,7 +115,7 @@
position: absolute; position: absolute;
right: 10px; right: 10px;
font-family: 'element-icons'; font-family: 'element-icons';
content: "\e920"; content: "\E608";
font-size: 13px; font-size: 13px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;