Commit 0ab07c1f authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Input: remove blue border of Select when prepended/appended

parent f6ba1efe
......@@ -233,6 +233,9 @@
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.el-select .el-input.is-focus .el-input__inner {
border-color: transparent;
}
}
@include m(append) {
......@@ -240,6 +243,9 @@
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.el-select .el-input.is-focus .el-input__inner {
border-color: transparent;
}
}
}
......
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