mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-05 15:41:08 +00:00
Fix the required styles on title fields (#5440)
This commit is contained in:
parent
1a2bf525f2
commit
cc85d42fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ $object-title-height: 40px;
|
|||
}
|
||||
|
||||
&.required {
|
||||
> h3 label:after {
|
||||
> .title-wrapper label:after {
|
||||
content: '*';
|
||||
color: $color-red;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Reference in a new issue