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
ce55a642
Commit
ce55a642
authored
Jul 01, 2020
by
carolcarvalhosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix icon alignment on board cards
parent
1047ae11
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
11 deletions
+12
-11
app/assets/javascripts/boards/components/issue_due_date.vue
app/assets/javascripts/boards/components/issue_due_date.vue
+1
-5
app/assets/javascripts/boards/components/issue_time_estimate.vue
...ets/javascripts/boards/components/issue_time_estimate.vue
+3
-4
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+3
-2
changelogs/unreleased/issue-weight-alignment-color.yml
changelogs/unreleased/issue-weight-alignment-color.yml
+5
-0
No files found.
app/assets/javascripts/boards/components/issue_due_date.vue
View file @
ce55a642
...
...
@@ -87,11 +87,7 @@ export default {
<
template
>
<span>
<span
ref=
"issueDueDate"
:class=
"cssClass"
class=
"board-card-info card-number"
>
<icon
:class=
"
{ 'text-danger': isPastDue }"
class="board-card-info-icon align-top"
name="calendar"
/>
<icon
:class=
"
{ 'text-danger': isPastDue }" class="board-card-info-icon" name="calendar" />
<time
:class=
"
{ 'text-danger': isPastDue }" datetime="date" class="board-card-info-text">
{{
body
}}
</time>
...
...
app/assets/javascripts/boards/components/issue_time_estimate.vue
View file @
ce55a642
...
...
@@ -34,10 +34,9 @@ export default {
<
template
>
<span>
<span
ref=
"issueTimeEstimate"
class=
"board-card-info card-number"
>
<icon
name=
"hourglass"
class=
"board-card-info-icon align-top"
/><time
class=
"board-card-info-text"
>
{{
timeEstimate
}}
</time
>
<icon
name=
"hourglass"
class=
"board-card-info-icon"
/><time
class=
"board-card-info-text"
>
{{
timeEstimate
}}
</time>
</span>
<gl-tooltip
:target=
"() => $refs.issueTimeEstimate"
...
...
app/assets/stylesheets/pages/boards.scss
View file @
ce55a642
...
...
@@ -521,7 +521,7 @@
}
&
.board-card-weight
{
color
:
$gl-text-color
;
color
:
$gl-text-color
-secondary
;
cursor
:
pointer
;
&
:hover
{
...
...
@@ -531,8 +531,9 @@
}
.board-card-info-icon
{
color
:
$gray-
6
00
;
color
:
$gray-
7
00
;
margin-right
:
$gl-padding-4
;
vertical-align
:
text-top
;
}
@include
media-breakpoint-down
(
md
)
{
...
...
changelogs/unreleased/issue-weight-alignment-color.yml
0 → 100644
View file @
ce55a642
---
title
:
Fix icon alignment on board cards
merge_request
:
35710
author
:
carolcarvalhosa
type
:
fixed
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