0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

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 05a7b5fad6
commit 2b318fdc36
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