Skip to content

Commit 09c33e2

Browse files
committed
fix: dropdown selected style
1 parent 0011e02 commit 09c33e2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/shared/components/Settings/FormInputDatePicker/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
border: none;
8282
box-shadow: none !important;
8383
cursor: pointer;
84+
border-color: #aaaaab !important;
8485

8586
@media screen and (max-width: 425px) {
8687
min-width: 100px;
@@ -118,7 +119,7 @@
118119

119120
&.is-selected {
120121
font-weight: bold;
121-
background-color: #229173;
122+
background-color: $tc-white;
122123
}
123124

124125
&:hover,

src/shared/components/Settings/FormInputSelect/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
border: 1px solid $color-black-40;
99
box-shadow: none !important;
1010
cursor: pointer;
11+
border-color: #aaaaab !important;
1112

1213
.Select-placeholder {
1314
padding: 22px 0 2px 10px !important;
@@ -92,7 +93,7 @@
9293
&.is-selected {
9394
font-weight: bold;
9495
color: $tc-gray-90;
95-
background-color: #229173;
96+
background-color: $tc-white;
9697
}
9798
}
9899
}

src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ hr.hr {
595595
font-size: 14px;
596596

597597
.Select-option.is-selected {
598-
background-color: #137d60 !important;
599-
color: $tc-white !important;
598+
background-color: $tc-white !important;
599+
color: #2a2a2b !important;
600600
}
601601
}
602602
}

0 commit comments

Comments
 (0)