Skip to content

Commit 112b06c

Browse files
committed
box shadow fix
1 parent 89b3f90 commit 112b06c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/components/Select/Select.scss

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@
44
$reactselectheight : 40px;
55
$reactselectcontentheight: 20px;
66
@mixin reactselectstyles {
7+
8+
& .react-select__control:hover {
9+
border-color: $tc-gray-50;
10+
}
11+
12+
& .react-select__control--is-focused {
13+
border-color: #0681ff !important;
14+
box-shadow: 0 0 2px 0 rgba(6, 129, 255, 0.7) !important;
15+
}
16+
717
& .react-select__control {
818
height: $reactselectheight;
9-
box-shadow: none !important;
19+
border-color: $tc-gray-30;
20+
box-shadow: none;//0 0 2px 0 rgba(6, 129, 255, 0.7) !important;
21+
1022
& > div {
1123
height: $reactselectheight - 2px;
1224
}

0 commit comments

Comments
 (0)