Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reset margin for button element #49
reverted margin from button element
  • Loading branch information
Kirtishukla2004 committed Mar 17, 2023
commit f04f9eb0581f57fc98c60ec3fe0887d3b18b553c
1 change: 1 addition & 0 deletions dist/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ button,
textarea,
select {
font: inherit;
margin: revert;
}

/* Remove all animations and transitions for people that prefer not to see them */
Expand Down
1 change: 1 addition & 0 deletions dist/reset.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ button,
textarea,
select {
font: inherit;
margin: revert;
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
Expand Down
3 changes: 2 additions & 1 deletion src/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down