Skip to content

Commit afee941

Browse files
committed
fix: fix for hovered cell
1 parent 8bcd3e6 commit afee941

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/styles/power-select.less

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
background-color: transparent;
2323
&.active {
2424
&:hover {
25-
border-color: transparent;
25+
&:not(.array-input-container--disabled) {
26+
background-color: var(--color-gray-100);
27+
border: 1px solid var(--color-border-default);
28+
}
2629
}
2730
&:not(.array-input-container--disabled) {
2831
box-shadow: none;

0 commit comments

Comments
 (0)