Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix safari button inconsistency #141

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JoaoVictor6
Copy link

Hello, I my name is João and this is my first PR. I saw this issue #124 open and decided to fix it. I loved this design system!

I waiting for feedbacks :)

@vercel
Copy link

vercel bot commented Aug 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
98css ❌ Failed (Inspect) Oct 24, 2022 at 5:34PM (UTC)

style.css Outdated
@@ -9,6 +9,7 @@
--surface: #c0c0c0;
--button-highlight: #ffffff;
--button-face: #dfdfdf;
--button-text: #000;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maked :))

style.css Outdated
box-sizing: border-box;
border: none;
background: var(--surface);
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
border-radius: 0;
border-radius: 0px;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit to use 0 over 0px. not currently linting for this

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solved :))

@@ -130,11 +131,14 @@ u {
button,
input[type="submit"],
input[type="reset"] {
all: unset;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this causing the text alignment to be off? https://98css-ntl6d9tp5-jdan.vercel.app/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants