Remove 'not-allowed' cursor from disabled buttons

Closes #44

(Also remove some temporary CSS that wormed its way in from
mid-progress on another issue)
This commit is contained in:
Paul Adam Davis 2014-06-24 17:16:11 +01:00
parent b33f48bf70
commit 4a75944f4e
2 changed files with 2 additions and 9 deletions

View File

@ -50,7 +50,6 @@
&:disabled {
opacity: 0.5;
cursor: not-allowed;
}
&.large {
@ -88,15 +87,9 @@
}
button {
border: 0;
padding: 0;
background: transparent;
}
// This is the default button style
.button,
// button,
button,
input[type="button"] {
@extend %btn;
color:#777;

File diff suppressed because one or more lines are too long