Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
entity_tasks
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
entity_tasks
Merge requests
!2
3222603 Change icon for publish\unpublish link
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
3222603 Change icon for publish\unpublish link
issue/entity_tasks-3222603:8.x-1.x
into
8.x-1.x
Overview
0
Commits
4
Pipelines
2
Changes
5
Merged
Serhii Shevchyk
requested to merge
issue/entity_tasks-3222603:8.x-1.x
into
8.x-1.x
3 years ago
Overview
0
Commits
4
Pipelines
2
Changes
5
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 3
d4e581ab
3 years ago
version 2
1119eddc
3 years ago
version 1
95c02221
3 years ago
8.x-1.x (base)
and
latest version
latest version
11cee14a
4 commits,
3 months ago
version 3
d4e581ab
4 commits,
3 years ago
version 2
1119eddc
3 commits,
3 years ago
version 1
95c02221
2 commits,
3 years ago
5 files
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
css/entity-tasks-block.css
+
2
−
1
Options
@@ -42,7 +42,8 @@ body {
padding
:
0
6px
;
margin
:
2px
auto
;
}
.entity-tasks
ul
li
a
.entity-tasks-svg
>
svg
{
width
:
20px
;
}
width
:
20px
;
height
:
20px
;
}
.entity-tasks
ul
li
a
.entity-tasks-svg
>
svg
.color
{
fill
:
#bebebe
;
}
.entity-tasks
ul
li
a
p
{
Loading