fix(buttons): Don't use pointer cursor in title bar, or elsewhere for buttons

This commit is contained in:
Ben Gotow 2015-03-17 13:53:20 -07:00
parent dee14a37b7
commit cce71a38aa

View file

@ -1,6 +1,13 @@
@import "ui-variables";
@import "ui-mixins";
button, html input[type="button"] {
cursor: default;
&:hover, &:active {
cursor: default;
}
}
.btn {
border: 0;
padding: 0.33em 1em;