We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b3f90 commit 112b06cCopy full SHA for 112b06c
src/components/Select/Select.scss
@@ -4,9 +4,21 @@
4
$reactselectheight : 40px;
5
$reactselectcontentheight: 20px;
6
@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
17
& .react-select__control {
18
height: $reactselectheight;
- 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
22
& > div {
23
height: $reactselectheight - 2px;
24
}
0 commit comments