mirror of https://github.com/ElemeFE/element
Cascader: highlight input when menu clicked (#12341)
parent
9f80cf91da
commit
72349e1a62
|
@ -30,6 +30,7 @@
|
||||||
:validate-event="false"
|
:validate-event="false"
|
||||||
:size="size"
|
:size="size"
|
||||||
:disabled="cascaderDisabled"
|
:disabled="cascaderDisabled"
|
||||||
|
:class="{ 'is-focus': menuVisible }"
|
||||||
>
|
>
|
||||||
<template slot="suffix">
|
<template slot="suffix">
|
||||||
<i
|
<i
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-input.is-focus .el-input__inner {
|
||||||
|
border-color: $--input-focus-border;
|
||||||
|
}
|
||||||
|
|
||||||
.el-input__icon {
|
.el-input__icon {
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue