From f04f9eb0581f57fc98c60ec3fe0887d3b18b553c Mon Sep 17 00:00:00 2001 From: kirti Date: Fri, 17 Mar 2023 22:17:14 +0530 Subject: [PATCH] Reset margin for button element #49 reverted margin from button element --- dist/reset.css | 1 + dist/reset.min.css | 1 + src/reset.css | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dist/reset.css b/dist/reset.css index aa375f0..0468da1 100644 --- a/dist/reset.css +++ b/dist/reset.css @@ -55,6 +55,7 @@ button, textarea, select { font: inherit; + margin: revert; } /* Remove all animations and transitions for people that prefer not to see them */ diff --git a/dist/reset.min.css b/dist/reset.min.css index 0ec41bb..edc7a0a 100644 --- a/dist/reset.min.css +++ b/dist/reset.min.css @@ -39,6 +39,7 @@ button, textarea, select { font: inherit; + margin: revert; } @media (prefers-reduced-motion: reduce) { html:focus-within { diff --git a/src/reset.css b/src/reset.css index f3d489c..274fcbd 100644 --- a/src/reset.css +++ b/src/reset.css @@ -55,12 +55,13 @@ button, textarea, select { font: inherit; + margin: revert; } /* Remove all animations and transitions for people that prefer not to see them */ @media (prefers-reduced-motion: reduce) { html:focus-within { - scroll-behavior: auto; + scroll-behavior: auto; } *, *::before,