Change "Allow trends without prior review" setting to include statuses (#17977)
* Change "Allow trends without prior review" setting to include posts * Fix i18n-tasks
This commit is contained in:
parent
c57907737a
commit
546672e292
8 changed files with 23 additions and 7 deletions
|
@ -202,7 +202,8 @@
|
|||
}
|
||||
|
||||
.account-role,
|
||||
.simple_form .recommended {
|
||||
.simple_form .recommended,
|
||||
.simple_form .not_recommended {
|
||||
display: inline-block;
|
||||
padding: 4px 6px;
|
||||
cursor: default;
|
||||
|
@ -227,6 +228,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.simple_form .not_recommended {
|
||||
color: lighten($error-red, 12%);
|
||||
background-color: rgba(lighten($error-red, 12%), 0.1);
|
||||
border-color: rgba(lighten($error-red, 12%), 0.5);
|
||||
}
|
||||
|
||||
.account__header__fields {
|
||||
max-width: 100vw;
|
||||
padding: 0;
|
||||
|
|
|
@ -102,7 +102,8 @@ code {
|
|||
}
|
||||
}
|
||||
|
||||
.recommended {
|
||||
.recommended,
|
||||
.not_recommended {
|
||||
position: absolute;
|
||||
margin: 0 4px;
|
||||
margin-top: -2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue