diff --git a/public/css/app.css b/public/css/app.css index 0d407f45e1a..64a96de5dc9 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -66276,11 +66276,11 @@ table thead a:hover{ } .el-select-dropdown__item span:hover { - background-color: #F5F7FA; + background-color: transparent; } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { - background-color: transparent; + background-color: #F5F7FA; } .el-select__footer { diff --git a/resources/assets/sass/app.css b/resources/assets/sass/app.css index e0ac71d265a..2809fdbc086 100644 --- a/resources/assets/sass/app.css +++ b/resources/assets/sass/app.css @@ -344,11 +344,11 @@ } .el-select-dropdown__item span:hover { - background-color: #F5F7FA; + background-color: transparent; } .el-select-dropdown__item.hover, .el-select-dropdown__item:hover { - background-color: transparent; + background-color: #F5F7FA; } .el-select__footer {