Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!8222
Asterisk color updated to text color
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Asterisk color updated to text color
issue/drupal-1214008:1214008-remove-the-red
into
11.x
Overview
0
Commits
1
Pipelines
1
Changes
2
Open
Asterisk color updated to text color
Gaurav
requested to merge
issue/drupal-1214008:1214008-remove-the-red
into
11.x
May 30, 2024
Overview
0
Commits
1
Pipelines
1
Changes
2
Closes
#1214008
0
0
Merge request reports
Compare
11.x
11.x (HEAD)
and
latest version
latest version
e79237fd
1 commit,
May 30, 2024
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
core/themes/claro/css/components/form.css
+
1
−
1
View file @ 1f9c9eda
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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