mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Updated internal tag style in user deletion modal
This commit is contained in:
parent
09794a7c05
commit
a4d5d14ba6
2 changed files with 9 additions and 1 deletions
ghost/admin/app
|
@ -9,7 +9,7 @@
|
|||
<strong>{{this.user.name}}</strong> will be permanently deleted and their <strong data-test-text="user-post-count">{{gh-pluralize this.user.count.posts 'post'}}</strong> will be automatically assigned to <strong>{{this.ownerUser.name}}</strong>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<p class="gh-transfer-tag">
|
||||
To make these easy to find in the future, each post will be given an internal tag of <strong>#{{this.user.slug}}</strong>
|
||||
</p>
|
||||
{{else}}
|
||||
|
|
|
@ -162,6 +162,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Delete user modal
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.gh-transfer-tag strong {
|
||||
color: var(--midgrey);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* Notifications */
|
||||
.user-settings-heading {
|
||||
border-top: 1px solid var(--lightgrey);
|
||||
|
|
Loading…
Add table
Reference in a new issue