mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Changed back button text
- Changed back button text from "Cancel" to "Back" - Removed box-shadow from back buttons
This commit is contained in:
parent
3b3d7a7c34
commit
f3a824bda5
@ -1200,6 +1200,10 @@ main {
|
||||
display: none;
|
||||
padding: 0 6px 0 3px;
|
||||
|
||||
&:active {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&:before {
|
||||
left: -8px;
|
||||
border-width: 10px 8px 10px 0;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<header>
|
||||
<button class="button-back">Cancel</button>
|
||||
<button class="button-back">Back</button>
|
||||
<h2 class="title">General</h2>
|
||||
<section class="page-actions">
|
||||
<button class="button-save">Save</button>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<header>
|
||||
<button class="button-back">Cancel</button>
|
||||
<button class="button-back">Back</button>
|
||||
<h2 class="title">Your Profile</h2>
|
||||
<section class="page-actions">
|
||||
<button class="button-save">Save</button>
|
||||
|
Loading…
Reference in New Issue
Block a user