Skip to content

Commit

Permalink
fix(FEC-6922): added arrow to native select boxes in mobile (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Sep 6, 2017
1 parent d427b81 commit ed43a4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/_inputs.scss
Expand Up @@ -65,8 +65,12 @@ select {
font-family: $font-family;
color: #fff;
-webkit-appearance: none;
background: none;
border: 0;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' viewBox='0 0 1024 1024'><path d='M301.255 338.745c-24.994-24.994-65.516-24.994-90.51 0s-24.994 65.516 0 90.51l256 256c24.994 24.994 65.516 24.994 90.51 0l256-256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0l-210.745 210.745-210.745-210.745z' /></svg>") no-repeat;
background-size: 16px;
background-position: 100% center;
background-repeat: no-repeat;
padding-right: 24px;
}

.checkbox {
Expand Down

0 comments on commit ed43a4b

Please sign in to comment.