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 7e5751b commit f60ebd8Copy full SHA for f60ebd8
src/shared/components/SortingSelectBar/style.scss
@@ -56,10 +56,6 @@ $down-arrow-size: $base-unit;
56
border-color: #b3b3b3 !important;
57
}
58
59
- .is-focused {
60
- font-weight: 700;
61
- }
62
-
63
.Select-control {
64
line-height: 12px;
65
padding: 4px 35px 4px 10px;
src/shared/components/challenge-listing/Filters/FiltersPanel/style.scss
@@ -597,6 +597,10 @@ hr.hr {
597
padding: 8px 15px;
598
599
600
+ .Select-option.is-focused {
601
+ background-color: #fff !important;
602
+ }
603
+
604
.Select-option.is-selected {
605
font-weight: 700;
606
color: #2a2a2b !important;
0 commit comments