Skip to content
代码片段 群组 项目
未验证 提交 908fb6bf 编辑于 作者: Kushal Pandya's avatar Kushal Pandya 提交者: GitLab
浏览文件

Merge branch 'ph/416251/fixImageCommentIconHidden' into 'master'

Fixes image comment badge not showing on overview tab

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144595



Merged-by: default avatarKushal Pandya <kushal@gitlab.com>
Approved-by: default avatarAlex Fracazo <afracazo@gitlab.com>
Approved-by: default avatarKushal Pandya <kushal@gitlab.com>
Co-authored-by: default avatarPhil Hughes <me@iamphill.com>
No related branches found
No related tags found
无相关合并请求
......@@ -171,7 +171,7 @@ export default {
:file-hash="discussion.diff_file.file_hash"
:show-comment-icon="true"
:should-toggle-discussion="false"
badge-class="image-comment-badge gl-text-gray-500"
badge-class="image-comment-badge gl-text-purple-500 gl-bg-white gl-rounded-full gl-border-white gl-border-1 gl-border-solid gl-pointer-events-none gl-shadow-md"
/>
</template>
</diff-viewer>
......
......@@ -466,7 +466,7 @@ export default {
:href="author.path"
:data-user-id="author.id"
:data-username="author.username"
class="js-user-link"
class="js-user-link gl-relative"
>
<gl-avatar
:src="author.avatar_url"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册