File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
challenge-listing/Filters/FiltersPanel Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 ;
118119
119120 & .is-selected {
120121 font-weight : bold ;
121- background-color : #229173 ;
122+ background-color : $tc-white ;
122123 }
123124
124125 & :hover ,
Original file line number Diff line number Diff line change 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 ;
9293 & .is-selected {
9394 font-weight : bold ;
9495 color : $tc-gray-90 ;
95- background-color : #229173 ;
96+ background-color : $tc-white ;
9697 }
9798 }
9899 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments