Commit 14198dc7 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'mle/231237-add-icon-color-commit-tab' into 'master'

Add css class to apply icon color in WebIDE's commit tab

See merge request gitlab-org/gitlab!75395
parents 035adf72 25ddb12c
...@@ -76,15 +76,15 @@ export const stageKeys = { ...@@ -76,15 +76,15 @@ export const stageKeys = {
export const commitItemIconMap = { export const commitItemIconMap = {
addition: { addition: {
icon: 'file-addition', icon: 'file-addition',
class: 'ide-file-addition', class: 'file-addition ide-file-addition',
}, },
modified: { modified: {
icon: 'file-modified', icon: 'file-modified',
class: 'ide-file-modified', class: 'file-modified ide-file-modified',
}, },
deleted: { deleted: {
icon: 'file-deletion', icon: 'file-deletion',
class: 'ide-file-deletion', class: 'file-deletion ide-file-deletion',
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment