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

Restore button cursor lost in normalize.css update #1075

Merged
merged 2 commits into from May 30, 2017

Conversation

skoolbus39
Copy link
Member

cursor: pointer was removed in a recent update to normalize.css. This commit restores the style for buttons and related form elements.

`cursor: pointer` was removed in a recent update to normalize.css. This commit restores the style for buttons and related form elements.
@@ -1,4 +1,11 @@
button,
html [type="button"],
Copy link
Contributor

Choose a reason for hiding this comment

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

why the explicit scoping to html?

Copy link
Member Author

Choose a reason for hiding this comment

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

I was restoring the removed styles directly from normalize.css. However, the explicit scoping to html is to prevent a WebKit audio/video control bug in Android 4 caused by -webkit-appearance: button. This fix is still part of normalize.css and still present in our framework, making the html unnecessary. I will remove.

@mfairchild365 mfairchild365 merged commit a6d6d04 into unl:develop May 30, 2017
@skoolbus39 skoolbus39 deleted the forms branch July 19, 2019 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants