0
Fork 0
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:
John O'Nolan 2014-01-07 21:54:16 +01:00
parent 7a5e5d7f1f
commit 066637aca1
2 changed files with 2 additions and 3 deletions

View file

@ -174,6 +174,7 @@ input[type="checkbox"] {
border-top: none;
border-right: none;
@include transform(rotate(-45deg));
@include transition(all 0.2s ease);
}
}

View file

@ -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;