Commit d26dd793 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '751' into 'master'

Rename inherit color to reset

See merge request gitlab-org/gitlab!31363
parents 175e35a8 50e0492e
...@@ -34,7 +34,7 @@ function createMenuItemTemplate({ original }) { ...@@ -34,7 +34,7 @@ function createMenuItemTemplate({ original }) {
return `${avatarTag} return `${avatarTag}
${original.username} ${original.username}
<small class="small font-weight-normal gl-color-inherit">${name}${count}</small> <small class="small font-weight-normal gl-reset-color">${name}${count}</small>
${icon}`; ${icon}`;
} }
......
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