Skip to content

Commit

Permalink
chore(form-builder): remove normalize.css workaround from FileInputBu…
Browse files Browse the repository at this point in the history
…tton
  • Loading branch information
bjoerge committed Apr 13, 2021
1 parent 0930ac2 commit 19ebbc1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ const SelectButton = styled(Button)(({theme}: {theme: Theme}) => {
const border = {width: 1, color: 'var(--card-border-color)'}

return css`
//---
// Needed because normalize.css in the studio overrides this in Safari.
// Safe to remove the following line when when we no longer use normalize.css
appearance: none !important;
//----
&:not([data-disabled='true']) {
&:focus-within {
box-shadow: ${focusRingStyle({
Expand Down

0 comments on commit 19ebbc1

Please sign in to comment.