Skip to content

Commit f8e5281

Browse files
committed
fix: added fix for focus & hover effect
1 parent 65b7af8 commit f8e5281

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/styles/power-select.less

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
&--borderless {
2020
.array-input-container {
2121
border: none;
22+
&.active {
23+
&:not(.array-input-container--disabled) {
24+
box-shadow: none;
25+
background-color: transparent;
26+
}
27+
}
2228
}
2329
}
2430

0 commit comments

Comments
 (0)