Skip to content

Commit

Permalink
Styling for Sort-options
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed May 27, 2019
1 parent e69b84b commit 6e3ac1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions front/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ p {
padding-bottom: 1rem;
}

// sort-options selector
select {
-webkit-appearance: none;
padding: 0;
Expand All @@ -467,6 +468,7 @@ p {
padding-left: 0.6rem;
border-radius: $border-radius;
border: $border;
background-color: white;
}
}

Expand Down

0 comments on commit 6e3ac1b

Please sign in to comment.