Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d5df5362
Commit
d5df5362
authored
Nov 24, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change color of icons to gray-500
parent
980dc4ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+1
-1
app/views/projects/merge_requests/_mr_title.html.haml
app/views/projects/merge_requests/_mr_title.html.haml
+2
-2
No files found.
app/views/projects/commit/_commit_box.html.haml
View file @
d5df5362
...
...
@@ -30,7 +30,7 @@
.dropdown.inline
%a
.btn.gl-button.dropdown-toggle.qa-options-button.d-md-inline
{
data:
{
toggle:
"dropdown"
}
}
%span
=
_
(
'Options'
)
=
sprite_icon
(
'chevron-down'
)
=
sprite_icon
(
'chevron-down'
,
css_class:
'gl-text-gray-500'
)
%ul
.dropdown-menu.dropdown-menu-right
%li
.d-block.d-sm-none
=
link_to
project_tree_path
(
@project
,
@commit
)
do
...
...
app/views/projects/merge_requests/_mr_title.html.haml
View file @
d5df5362
...
...
@@ -25,9 +25,9 @@
.detail-page-header-actions.js-issuable-actions
.clearfix.issue-btn-group.dropdown
%button
.btn.btn-default.float-left
.d-md-none
{
type:
"button"
,
data:
{
toggle:
"dropdown"
}
}
%button
.btn.btn-default.float-left
{
type:
"button"
,
data:
{
toggle:
"dropdown"
}
}
Options
=
sprite_icon
(
'chevron-down'
)
=
sprite_icon
(
'chevron-down'
,
css_class:
'gl-text-gray-500'
)
.dropdown-menu.dropdown-menu-right
%ul
-
if
can_update_merge_request
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment