Commit 72349e1a authored by hetech's avatar hetech Committed by Jikkai Xiao

Cascader: highlight input when menu clicked (#12341)

parent 9f80cf91
...@@ -30,6 +30,7 @@ ...@@ -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 @@ ...@@ -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;
} }
......
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