mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update post settings checkbox
* Fixed display bug in firefox, cause firefox is utter shit. Closes #1878 * Fixed minor animation bug where checkmark was missing transitions on click
This commit is contained in:
parent
7a5e5d7f1f
commit
066637aca1
2 changed files with 2 additions and 3 deletions
|
@ -174,6 +174,7 @@ input[type="checkbox"] {
|
|||
border-top: none;
|
||||
border-right: none;
|
||||
@include transform(rotate(-45deg));
|
||||
@include transition(all 0.2s ease);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -899,12 +899,10 @@ nav {
|
|||
}
|
||||
|
||||
.post-setting-item {
|
||||
position: relative;
|
||||
padding: 7px;
|
||||
padding: 5px 0 0 10px;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
@include position(absolute, 9px 0 0 10px);
|
||||
margin-top: 0;
|
||||
width: 18px;
|
||||
border: lighten($grey, 10%) 1px solid;
|
||||
|
|
Loading…
Add table
Reference in a new issue