mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated internal tag style in user deletion modal
This commit is contained in:
parent
09794a7c05
commit
a4d5d14ba6
@ -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…
Reference in New Issue
Block a user