Input: remove blue border of Select when prepended/appended

pull/9090/head
Leopoldthecoder 2017-12-31 16:51:56 +08:00 committed by 杨奕
parent f6ba1efea1
commit 0ab07c1fca
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}
}
}