Skip to content

Commit

Permalink
an additional tweak to the position of the selectbox arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed May 29, 2018
1 parent a50762e commit 196d421
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/templates/selectbox/selectbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@

.select::after {
color: #0094fb;
content: "\25BC";
position: relative;
right: 0;
content: '\25BC';
pointer-events: none;
font-size: 20px;
margin-left: -20px;
margin-left: -30px;
padding-right: 10px;
}

option {
Expand Down

0 comments on commit 196d421

Please sign in to comment.