Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
environment_indicator
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
environment_indicator
Merge requests
!71
Close
#3463388
Ensure foreground color is honored.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Close
#3463388
Ensure foreground color is honored.
issue/environment_indicator-3463388:3463388-fgcolor-not-being
into
4.x
Overview
0
Commits
1
Pipelines
3
Changes
2
Merged
Close #3463388 Ensure foreground color is honored.
Chris Green
requested to merge
issue/environment_indicator-3463388:3463388-fgcolor-not-being
into
4.x
9 months ago
Overview
0
Commits
1
Pipelines
3
Changes
2
Closes
#3463388
0
0
Merge request reports
Compare
4.x
version 1
54ff1f30
9 months ago
4.x (base)
and
latest version
latest version
d987e281
1 commit,
7 months ago
version 1
54ff1f30
1 commit,
9 months ago
2 files
+
12
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
css/environment_indicator.css
+
8
−
0
View file @ d987e281
Edit in single-file editor
Open in Web IDE
Show full file
@@ -55,6 +55,14 @@
background-color
:
#EDEDE0
;
}
.toolbar
.toolbar-bar
.toolbar-tab
>
a
.toolbar-icon.is-active
::before
{
filter
:
invert
(
0%
);
}
.toolbar
.toolbar-bar
.toolbar-tab
>
a
.toolbar-icon.is-active
{
background-image
:
linear-gradient
(
rgba
(
255
,
255
,
255
,
0.25
)
20%
,
transparent
200%
);
}
.toolbar-bar
.toolbar-icon-environment
:before
{
background-image
:
url
(
"../images/env-bebebe.svg"
);
}
Loading