Skip to content

Commit

Permalink
fix: simplified color swatch reset
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Apr 19, 2024
1 parent 1e7d980 commit 330352e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ResetNative.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,11 @@ summary {
}

::-moz-color-swatch {
border: none;
border-radius: 0;
border: unset;
border-radius: unset;
}

::-webkit-color-swatch {
border: none;
border-radius: 0;
border: unset;
border-radius: unset;
}

0 comments on commit 330352e

Please sign in to comment.