Skip to content

Commit f60ebd8

Browse files
committed
fix: hover out dropdown
1 parent 7e5751b commit f60ebd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/shared/components/SortingSelectBar/style.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ $down-arrow-size: $base-unit;
5656
border-color: #b3b3b3 !important;
5757
}
5858

59-
.is-focused {
60-
font-weight: 700;
61-
}
62-
6359
.Select-control {
6460
line-height: 12px;
6561
padding: 4px 35px 4px 10px;

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,10 @@ hr.hr {
597597
padding: 8px 15px;
598598
}
599599

600+
.Select-option.is-focused {
601+
background-color: #fff !important;
602+
}
603+
600604
.Select-option.is-selected {
601605
font-weight: 700;
602606
color: #2a2a2b !important;

0 commit comments

Comments
 (0)