Skip to content

Commit

Permalink
fix(select): add -moz query for rendering visual padding correctly (#323
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Stefan Kopco authored May 7, 2021
1 parent f7b9588 commit 808678b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/components/src/components/dropdown/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ scale-dropdown {
.dropdown .input__helper-text {
font-weight: var(--font-weight);
}

.dropdown .input__dropdown {
width: 100%;
height: var(--height);
Expand All @@ -86,6 +87,12 @@ scale-dropdown {
-webkit-appearance: none;
}

@-moz-document url-prefix() {
.dropdown .input__dropdown {
text-indent: -2px;
}
}

.dropdown .input__dropdown-wrapper {
position: relative;
}
Expand Down Expand Up @@ -183,6 +190,7 @@ scale-dropdown {
.dropdown--transparent .input__dropdown {
background-color: transparent;
}

.dropdown--disabled label,
.dropdown--disabled .input__label,
.dropdown--disabled input,
Expand Down

0 comments on commit 808678b

Please sign in to comment.