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
e5493cfd
Commit
e5493cfd
authored
Sep 11, 2020
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment / color of some icons
Add changelog Sync pairing with @jeldergl
parent
6061a294
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
+14
-14
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+0
-9
app/assets/stylesheets/pages/dev_ops_report.scss
app/assets/stylesheets/pages/dev_ops_report.scss
+4
-0
app/views/admin/dev_ops_report/show.html.haml
app/views/admin/dev_ops_report/show.html.haml
+1
-1
app/views/projects/cycle_analytics/show.html.haml
app/views/projects/cycle_analytics/show.html.haml
+4
-4
changelogs/unreleased/225958-replace-fa-question-circle-icons-with-gitlab-svg-question-icon.yml
...a-question-circle-icons-with-gitlab-svg-question-icon.yml
+5
-0
No files found.
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
e5493cfd
...
...
@@ -41,15 +41,6 @@
width
:
20%
;
}
.fa
,
svg
{
color
:
$cycle-analytics-light-gray
;
&
:hover
{
color
:
$gl-text-color
;
}
}
.stage-header
{
width
:
20
.5%
;
}
...
...
app/assets/stylesheets/pages/dev_ops_report.scss
View file @
e5493cfd
...
...
@@ -25,6 +25,10 @@ $space-between-cards: 8px;
margin-left
:
8px
;
font-weight
:
$gl-font-weight-normal
;
.devops-header-icon
{
vertical-align
:
px-to-rem
(
-
$gl-spacing-scale-1
);
}
a
{
font-size
:
18px
;
color
:
$gl-text-color-secondary
;
...
...
app/views/admin/dev_ops_report/show.html.haml
View file @
e5493cfd
...
...
@@ -19,7 +19,7 @@
=
_
(
'DevOps'
)
%br
=
_
(
'Score'
)
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'user/admin_area/analytics/dev_ops_report'
)
=
link_to
sprite_icon
(
'question-o'
,
css_class:
'devops-header-icon'
),
help_page_path
(
'user/admin_area/analytics/dev_ops_report'
)
.devops-cards.board-card-container
-
@metric
.
cards
.
each
do
|
card
|
...
...
app/views/projects/cycle_analytics/show.html.haml
View file @
e5493cfd
...
...
@@ -41,22 +41,22 @@
%span
.stage-name.font-weight-bold
{{ s__('ProjectLifecycle|Stage') }}
%span
.has-tooltip
{
"data-placement"
=>
"top"
,
title:
_
(
"The phase of the development lifecycle."
),
"aria-hidden"
=>
"true"
}
=
sprite_icon
(
'question-o'
)
=
sprite_icon
(
'question-o'
,
css_class:
'gl-text-gray-500'
)
%li
.median-header
%span
.stage-name.font-weight-bold
{{ __('Median') }}
%span
.has-tooltip
{
"data-placement"
=>
"top"
,
title:
_
(
"The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
),
"aria-hidden"
=>
"true"
}
=
sprite_icon
(
'question-o'
)
=
sprite_icon
(
'question-o'
,
css_class:
'gl-text-gray-500'
)
%li
.event-header.pl-3
%span
.stage-name.font-weight-bold
{{ currentStage ? __(currentStage.legend) : __('Related Issues') }}
%span
.has-tooltip
{
"data-placement"
=>
"top"
,
title:
_
(
"The collection of events added to the data gathered for that stage."
),
"aria-hidden"
=>
"true"
}
=
sprite_icon
(
'question-o'
)
=
sprite_icon
(
'question-o'
,
css_class:
'gl-text-gray-500'
)
%li
.total-time-header.pr-5.text-right
%span
.stage-name.font-weight-bold
{{ __('Time') }}
%span
.has-tooltip
{
"data-placement"
=>
"top"
,
title:
_
(
"The time taken by each data entry gathered by that stage."
),
"aria-hidden"
=>
"true"
}
=
sprite_icon
(
'question-o'
)
=
sprite_icon
(
'question-o'
,
css_class:
'gl-text-gray-500'
)
.stage-panel-body
%nav
.stage-nav
%ul
...
...
changelogs/unreleased/225958-replace-fa-question-circle-icons-with-gitlab-svg-question-icon.yml
0 → 100644
View file @
e5493cfd
---
title
:
Replace fa-question-circle icons with GitLab SVG question-o icon
merge_request
:
41970
author
:
type
:
changed
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