Skip to content

Commit e562185

Browse files
authored
fix: allow overriding of the color on cell hover (#287)
1 parent 10dcce7 commit e562185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
transition: background 0.3s, border 0.3s;
105105

106106
&:hover {
107-
background: fade(blue, 30%) !important;
107+
background: fade(blue, 30%);
108108
}
109109
}
110110

0 commit comments

Comments
 (0)