Commit 53ebf91f authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #125 from Leopoldthecoder/next

fix multi-select icon
parents 1718265c 2d6cb2c4
......@@ -77,6 +77,7 @@
if (this.modal) {
document.body.style.overflow = this.bodyOverflow;
}
this.opened = false;
if (!this.transition) {
this.doAfterClose();
......
......@@ -115,7 +115,7 @@
position: absolute;
right: 10px;
font-family: 'element-icons';
content: "\e920";
content: "\E608";
font-size: 13px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment