@@ -27,7 +27,7 @@
transition: none;
&:hover {
- background-color: #e1e1e1;
+ background-color: rgba($color: $themeColor, $alpha: .2);
}
@@ -55,6 +55,9 @@
.ant-select {
user-select: none;
+.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
+}
// tooltip
.ant-tooltip-inner {
@@ -130,7 +130,7 @@ export default defineComponent({
cursor: pointer;
- background-color: #ccc;
.colors {