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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
environment_indicator
Merge requests
!53
Resolve
#3457688
"Support for core"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#3457688
"Support for core"
issue/environment_indicator-3457688:3457688-support-for-core
into
4.x
Overview
35
Commits
27
Pipelines
12
Changes
8
Open
Michael Lander
requested to merge
issue/environment_indicator-3457688:3457688-support-for-core
into
4.x
10 months ago
Overview
35
Commits
27
Pipelines
12
Changes
8
Expand
Closes
#3457688
0
0
Merge request reports
Compare
4.x
version 17
260695da
1 month ago
version 16
b7d5f70a
1 month ago
version 15
02ec4a3f
1 month ago
version 14
a74198c2
3 months ago
version 13
54936249
3 months ago
version 12
ec437dcc
3 months ago
version 11
351b2772
3 months ago
version 10
c075196c
3 months ago
version 9
2919f136
4 months ago
version 8
0b7d2b8e
4 months ago
version 7
29be5a26
4 months ago
version 6
160cf619
4 months ago
version 5
da8e66c6
4 months ago
version 4
d78803a5
4 months ago
version 3
744aa5c4
6 months ago
version 2
dfba4766
10 months ago
version 1
a000e6db
10 months ago
4.x (base)
and
latest version
latest version
71aa3b22
27 commits,
1 month ago
version 17
260695da
26 commits,
1 month ago
version 16
b7d5f70a
25 commits,
1 month ago
version 15
02ec4a3f
24 commits,
1 month ago
version 14
a74198c2
21 commits,
3 months ago
version 13
54936249
19 commits,
3 months ago
version 12
ec437dcc
18 commits,
3 months ago
version 11
351b2772
17 commits,
3 months ago
version 10
c075196c
16 commits,
3 months ago
version 9
2919f136
15 commits,
4 months ago
version 8
0b7d2b8e
14 commits,
4 months ago
version 7
29be5a26
13 commits,
4 months ago
version 6
160cf619
12 commits,
4 months ago
version 5
da8e66c6
10 commits,
4 months ago
version 4
d78803a5
6 commits,
4 months ago
version 3
744aa5c4
5 commits,
6 months ago
version 2
dfba4766
4 commits,
10 months ago
version 1
a000e6db
3 commits,
10 months ago
8 files
+
548
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
css/environment_indicator-navigation.css
0 → 100644
+
14
−
0
Options
/* Active environment button background and font colors. */
.admin-toolbar
.toolbar-button.toolbar-button--environment-indicator
,
.admin-toolbar
.toolbar-button.toolbar-button--environment-indicator-label
{
color
:
var
(
--env-indicator-fg-color
);
background-color
:
var
(
--env-indicator-bg-color
);
}
[
data-admin-toolbar
=
"expanded"
]
.toolbar-button.toolbar-button--environment-indicator
{
padding-inline-start
:
var
(
--admin-toolbar-space-16
);
}
[
data-admin-toolbar
=
"expanded"
]
.toolbar-button.toolbar-button--environment-indicator
::before
{
display
:
none
;
}
Loading