Skip to content

Commit

Permalink
fix(playlist): iOS Dropdown styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 23, 2021
1 parent 0eeb6b9 commit fed2e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Dropdown/Dropdown.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $disabled-gradient: linear-gradient(to top, #ddd, $disabled-bg-color 33%);
margin-right: 9px;
background-color: $select-arrow;
clip-path: polygon(100% 0%, 0 0%, 50% 100%);
-webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%); /* stylelint-disable-line */
content: '';
justify-self: end;
}
Expand All @@ -45,11 +46,13 @@ $disabled-gradient: linear-gradient(to top, #ddd, $disabled-bg-color 33%);
font-family: inherit;
font-weight: 700;
font-size: 1rem;
line-height: 1em;
text-overflow: ellipsis;
background: none;
border: none;
outline: none;
cursor: inherit;
-webkit-appearance: none; /* stylelint-disable-line */
appearance: none;

// Remove IE arrow
Expand Down

0 comments on commit fed2e3b

Please sign in to comment.