Skip to content

Commit

Permalink
add back in styles to remove select element chevon icon when signed i…
Browse files Browse the repository at this point in the history
…n as volunteer
  • Loading branch information
alex-yi37 committed Jan 24, 2025
1 parent bcf3432 commit b97ab9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/pages/casa_cases.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ body.casa_cases-show {
border: 1px solid #e5e5e5;
border-radius: 10px;
padding: 8px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}

.select-wrapper {
Expand Down

0 comments on commit b97ab9d

Please sign in to comment.