Skip to content

Commit eec0cb1

Browse files
committed
working on styling react-select
1 parent 972bc58 commit eec0cb1

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/app/styles/layout/_travelContainer.scss

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,4 @@
1414
font-size: 16px;
1515
min-width: 90px;
1616
margin: 8px;
17-
.react-select__control {
18-
background-color: $speed-dropdown;
19-
border-color: transparent;
20-
@extend %disable-highlight;
21-
}
22-
.react-select__control:hover {
23-
cursor: pointer;
24-
}
25-
.react-select__menu {
26-
background-color: $speed-dropdown-expanded;
27-
color: $speed-dropdown-text;
28-
@extend %disable-highlight;
29-
}
30-
.react-select__single-value {
31-
color: $speed-dropdown-text;
32-
}
33-
.react-select__option:hover {
34-
background-color: $speed-dropdown-expanded-hover;
35-
cursor: pointer;
36-
}
37-
.react-select__option--is-selected,
38-
.react-select__option--is-focused {
39-
background-color: transparent;
40-
cursor: pointer;
41-
}
42-
43-
// removes the cursor from blinking
44-
.css-w8afj7-Input {
45-
color: transparent;
46-
}
4717
}

0 commit comments

Comments
 (0)