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
264b713a
Commit
264b713a
authored
Nov 24, 2021
by
Simon Knox
Committed by
Ezekiel Kigbo
Nov 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MR Popovers text in dark mode
parent
68bca4de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/mr_popover/components/mr_popover.vue
app/assets/javascripts/mr_popover/components/mr_popover.vue
+2
-2
spec/frontend/mr_popover/__snapshots__/mr_popover_spec.js.snap
...frontend/mr_popover/__snapshots__/mr_popover_spec.js.snap
+3
-3
No files found.
app/assets/javascripts/mr_popover/components/mr_popover.vue
View file @
264b713a
...
...
@@ -100,13 +100,13 @@ export default {
<div
:class=
"`issuable-status-box status-box $
{statusBoxClass}`">
{{
stateHumanName
}}
</div>
<span
class=
"text-secondary"
>
Opened
<time
v-text=
"formattedTime"
></time></span>
<span
class=
"
gl-
text-secondary"
>
Opened
<time
v-text=
"formattedTime"
></time></span>
</div>
<ci-icon
v-if=
"detailedStatus"
:status=
"detailedStatus"
/>
</div>
<h5
v-if=
"!$apollo.queries.mergeRequest.loading"
class=
"my-2"
>
{{
title
}}
</h5>
<!-- eslint-disable @gitlab/vue-require-i18n-strings -->
<div
class=
"text-secondary"
>
<div
class=
"
gl-
text-secondary"
>
{{
`${projectPath
}
!${mergeRequestIID
}
`
}}
<
/div
>
<!--
eslint
-
enable
@
gitlab
/vue-require-i18n-strings --
>
...
...
spec/frontend/mr_popover/__snapshots__/mr_popover_spec.js.snap
View file @
264b713a
...
...
@@ -26,7 +26,7 @@ exports[`MR Popover loaded state matches the snapshot 1`] = `
</div>
<span
class="text-secondary"
class="
gl-
text-secondary"
>
Opened
<time>
...
...
@@ -49,7 +49,7 @@ exports[`MR Popover loaded state matches the snapshot 1`] = `
</h5>
<div
class="text-secondary"
class="
gl-
text-secondary"
>
foo/bar!1
...
...
@@ -80,7 +80,7 @@ exports[`MR Popover shows skeleton-loader while apollo is loading 1`] = `
<!---->
<div
class="text-secondary"
class="
gl-
text-secondary"
>
foo/bar!1
...
...
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