properly reset button.close styles

This commit is contained in:
Mark Otto 2015-01-19 16:11:39 -08:00
parent 29c7a0f002
commit 6ba05d95d5
1 changed files with 12 additions and 12 deletions

View File

@ -19,16 +19,16 @@
cursor: pointer;
opacity: .5;
}
// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
&button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
}
// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}