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
4e693d66
Commit
4e693d66
authored
Nov 20, 2019
by
Dheeraj Joshi
Committed by
Mike Greiling
Nov 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Bug: tooltip in MR approvers settings wrong color"
parent
30c68de4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
changelogs/unreleased/35094-mr-approver-tooltip-color.yml
changelogs/unreleased/35094-mr-approver-tooltip-color.yml
+5
-0
ee/app/assets/javascripts/approvals/components/approval_check_popover.vue
...vascripts/approvals/components/approval_check_popover.vue
+5
-6
No files found.
changelogs/unreleased/35094-mr-approver-tooltip-color.yml
0 → 100644
View file @
4e693d66
---
title
:
Fixes MR approvers tooltip wrong color
merge_request
:
20287
author
:
Dheeraj Joshi
type
:
fixed
ee/app/assets/javascripts/approvals/components/approval_check_popover.vue
View file @
4e693d66
<
script
>
import
{
GlLink
,
GlPopover
}
from
'
@gitlab/ui
'
;
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
{
GlLink
,
GlPopover
,
GlIcon
}
from
'
@gitlab/ui
'
;
export
default
{
name
:
'
ApprovalCheckPopover
'
,
components
:
{
GlLink
,
GlPopover
,
Icon
,
Gl
Icon
,
},
props
:
{
documentationLink
:
{
...
...
@@ -35,10 +34,10 @@ export default {
<
template
>
<span
class=
"vertical-align-middle text-muted js-help"
>
<icon
<
gl-
icon
ref=
"reportInfo"
name=
"question"
c
ss-classe
s=
"text-info"
c
las
s=
"text-info"
:aria-label=
"__('help')"
:size=
"14"
/>
...
...
@@ -51,7 +50,7 @@ export default {
<div
class=
"mb-2"
>
{{
text
}}
</div>
<gl-link
v-if=
"documentationLink"
target=
"_blank"
:href=
"documentationLink"
>
<span
class=
"vertical-align-middle"
>
{{
documentationText
}}
</span>
<icon
name=
"external-link"
class=
"vertical-align-middle"
/>
<
gl-
icon
name=
"external-link"
class=
"vertical-align-middle"
/>
</gl-link>
</gl-popover>
</span>
...
...
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