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 @@
:validate-event="false"
:size="size"
:disabled="cascaderDisabled"
:class="{ 'is-focus': menuVisible }"
>
<template slot="suffix">
<i
......
......@@ -14,6 +14,10 @@
cursor: pointer;
}
.el-input.is-focus .el-input__inner {
border-color: $--input-focus-border;
}
.el-input__icon {
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