Skip to content
Snippets Groups Projects

Asterisk color updated to text color

Open Gaurav requested to merge issue/drupal-1214008:1214008-remove-the-red into 11.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -85,7 +85,7 @@ tr .form-item,
display: inline-block;
margin-inline: 0.15em;
content: "*";
color: var(--color-maximumred);
color: inherit;
font-size: 0.875rem;
}
Loading