mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03: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:
parent
b33f48bf70
commit
4a75944f4e
@ -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;
|
||||
|
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user