🐛(component): 修复 tag-input 与 textarea 边框颜色在 hover 状态不统一的问题

This commit is contained in:
就眠儀式
2022-11-02 09:33:13 +08:00
parent 9667adab15
commit e53e2e0bf4
3 changed files with 3 additions and 5 deletions

View File

@@ -137,6 +137,7 @@
.layui-tag-input:hover,
.layui-tag-input:focus-within {
border-color: #d2d2d2!important;
.layui-tag-input-clear{
visibility: visible;
}

View File

@@ -24,10 +24,7 @@
position: relative;
}
.layui-textarea:hover {
border-color: #eee !important;
}
.layui-textarea:hover,
.layui-textarea:focus {
border-color: #d2d2d2 !important;
}