mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Fix post settings menu cog alignment and colours
This commit is contained in:
parent
a6cac3bfed
commit
ccdadac374
1 changed files with 5 additions and 0 deletions
|
@ -671,6 +671,11 @@ body.zen {
|
||||||
|
|
||||||
body.right-outlet-expanded {
|
body.right-outlet-expanded {
|
||||||
|
|
||||||
|
// Keep settings cog highlighted when menu is open
|
||||||
|
.post-settings:before {
|
||||||
|
color: $lightgrey;
|
||||||
|
}
|
||||||
|
|
||||||
.editor-cover {
|
.editor-cover {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in a new issue