Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
1eebec0a
Commit
1eebec0a
authored
3 years ago
by
Jai Bhagat
Browse files
Options
Download
Email Patches
Plain Diff
styling: update styling to match new figma mocks
parent
205a07c2
Branches unavailable
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.4.0-rc.1
v1.4.0-beta.1
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.3.0-rc.1
v1.3.0-beta.1
v1.2.15
v1.2.14
v1.2.13
v1.2.12
v1.2.11
v1.2.10
v1.2.9
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
nightly
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/app/styles/charts/distribution-bar.scss
+0
-2
ui/app/styles/charts/distribution-bar.scss
ui/app/templates/components/job-page/parts/summary-legend-item.hbs
+10
-4
...mplates/components/job-page/parts/summary-legend-item.hbs
with
10 additions
and
6 deletions
+10
-6
ui/app/styles/charts/distribution-bar.scss
+
0
-
2
View file @
1eebec0a
...
...
@@ -59,7 +59,6 @@
display
:
block
;
background-color
:
transparent
;
transition
:
background-color
0
.1s
ease-in-out
;
border
:
1px
solid
$grey-blue
;
padding
:
0
.25em
0
.75em
;
margin
:
0
.25em
;
border-radius
:
$radius
;
...
...
@@ -111,7 +110,6 @@
&
.is-empty
{
color
:
darken
(
$grey-blue
,
20%
);
border
:
none
;
.label
{
color
:
darken
(
$grey-blue
,
20%
);
...
...
This diff is collapsed.
Click to expand it.
ui/app/templates/components/job-page/parts/summary-legend-item.hbs
+
10
-
4
View file @
1eebec0a
<div
class=
"legend-item"
>
<span
class=
"color-swatch
{{
if
@datum
.
className
@datum
.
className
(
concat
"swatch-"
@index
)
}}
"
/>
<span
class=
"color-swatch
{{
if
@datum
.
className
@datum
.
className
(
concat
"swatch-"
@index
)
}}
"
></span>
<span
class=
"text"
>
<span
class=
"value"
data-test-legend-value=
"
{{
@datum
.
className
}}
"
>
{{
@datum
.
value
}}
</span>
<span
class=
"label"
>
{{
@datum
.
label
}}
</span>
<span
class=
"value"
data-test-legend-value=
"
{{
@datum
.
className
}}
"
>
{{
@datum
.
value
}}
</span>
<span>
{{
@datum
.
label
}}
</span>
</span>
{{#if
@datum
.
help
}}
<span
class=
"tooltip multiline"
role=
"tooltip"
aria-label=
"
{{
@datum
.
help
}}
"
>
{{
x-icon
"info-circle-outline"
class
=
"is-faded"
}}
</span>
{{/if}}
</div>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help