Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

#190: Close button should be a button #193

Merged
merged 2 commits into from Jul 14, 2015

Conversation

timlindvall
Copy link
Collaborator

Update close button to be a button element. Add button reset styles to class.

Resolves issue #190.

@timlindvall timlindvall changed the title [GH-190] Close button should be a button #190: Close button should be a button Jun 24, 2015
@@ -81,6 +81,8 @@ div.hopscotch-bubble {
}

.hopscotch-bubble-close {
-webkit-appearance: none;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a less mixin for apperance? To cover all browsers we should do:

-webkit-appearance: none;
-moz-appearance: none;
appearance: none;

Add all prefixed versions for appearance, per feedback.
kate2753 added a commit that referenced this pull request Jul 14, 2015
#190: Close button should be a button
@kate2753 kate2753 merged commit 971ff5c into LinkedInAttic:master Jul 14, 2015
@timlindvall timlindvall deleted the shouldBeAButton branch October 6, 2015 21:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants