mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Removed border in publish-menu
This commit is contained in:
parent
7d0298c7a8
commit
489c4b90c3
@ -10,7 +10,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
this {{@post.displayName}}?
|
this {{@post.displayName}}?
|
||||||
</header>
|
</header>
|
||||||
<section class="gh-publishmenu-content">
|
<section class="gh-publishmenu-content {{if this.disableEmailOption "no-border"}}">
|
||||||
<div class="gh-publishmenu-section">
|
<div class="gh-publishmenu-section">
|
||||||
<div class="gh-publishmenu-radio {{if (eq @saveType "publish") "active"}}" {{on "click" (fn this.setSaveType "publish")}}>
|
<div class="gh-publishmenu-radio {{if (eq @saveType "publish") "active"}}" {{on "click" (fn this.setSaveType "publish")}}>
|
||||||
<div class="gh-publishmenu-radio-button" data-test-publishmenu-published-option></div>
|
<div class="gh-publishmenu-radio-button" data-test-publishmenu-published-option></div>
|
||||||
|
@ -116,7 +116,7 @@
|
|||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-publishmenu-content {
|
.gh-publishmenu-content:not(.gh-publishmenu-content.no-border) {
|
||||||
border-bottom: var(--whitegrey) 1px solid;
|
border-bottom: var(--whitegrey) 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user