mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Remove old %extend placeholders
This commit is contained in:
parent
1c5f1cc606
commit
4d290e56a3
@ -450,8 +450,8 @@ body.zen {
|
||||
}
|
||||
|
||||
.editor-options{
|
||||
@extend %menu;
|
||||
@extend %menu-right;
|
||||
@extend .menu;
|
||||
@extend .menu-right;
|
||||
bottom: 140%;
|
||||
right: -3%;
|
||||
|
||||
@ -606,7 +606,7 @@ body.zen {
|
||||
}
|
||||
|
||||
.suggestions {
|
||||
@extend %menu;
|
||||
@extend .menu;
|
||||
bottom: 100%;
|
||||
|
||||
li.selected{
|
||||
|
Loading…
Reference in New Issue
Block a user