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
c890f998
Commit
c890f998
authored
Jul 29, 2020
by
jeldergl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update $gray-500 variable
Update $gray-500 hex value and replace instances with $gray-300
parent
50a484b7
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
31 additions
and
26 deletions
+31
-26
app/assets/javascripts/registry/explorer/components/list_item.vue
...ts/javascripts/registry/explorer/components/list_item.vue
+1
-1
app/assets/javascripts/registry/explorer/components/list_page/image_list_row.vue
...registry/explorer/components/list_page/image_list_row.vue
+1
-1
app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_search_input.vue
...omponents/sidebar/labels_select/dropdown_search_input.vue
+1
-1
app/assets/javascripts/vue_shared/components/timezone_dropdown.vue
...s/javascripts/vue_shared/components/timezone_dropdown.vue
+1
-1
app/assets/stylesheets/components/dashboard_skeleton.scss
app/assets/stylesheets/components/dashboard_skeleton.scss
+1
-1
app/assets/stylesheets/components/design_management/design.scss
...sets/stylesheets/components/design_management/design.scss
+1
-1
app/assets/stylesheets/framework/gitlab_theme.scss
app/assets/stylesheets/framework/gitlab_theme.scss
+1
-1
app/assets/stylesheets/framework/icons.scss
app/assets/stylesheets/framework/icons.scss
+2
-2
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/graph.scss
app/assets/stylesheets/pages/graph.scss
+1
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+1
-1
app/assets/stylesheets/pages/prometheus.scss
app/assets/stylesheets/pages/prometheus.scss
+1
-1
app/assets/stylesheets/pages/status.scss
app/assets/stylesheets/pages/status.scss
+1
-1
changelogs/unreleased/224120-replace-gray-500-value-replace-usages-with-gray-300.yml
...0-replace-gray-500-value-replace-usages-with-gray-300.yml
+5
-0
ee/app/assets/javascripts/boards/components/assignee_select.vue
.../assets/javascripts/boards/components/assignee_select.vue
+1
-1
ee/app/assets/javascripts/boards/components/milestone_select.vue
...assets/javascripts/boards/components/milestone_select.vue
+1
-1
ee/app/assets/javascripts/feature_flags/components/user_lists_table.vue
...javascripts/feature_flags/components/user_lists_table.vue
+1
-1
ee/app/assets/javascripts/security_dashboard/components/first_class_vulnerability_severities.vue
...board/components/first_class_vulnerability_severities.vue
+1
-1
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
...ity_dashboard/components/security_dashboard_table_row.vue
+2
-2
ee/app/assets/javascripts/security_dashboard/components/vulnerability_list.vue
...ipts/security_dashboard/components/vulnerability_list.vue
+2
-2
ee/app/assets/javascripts/security_dashboard/components/vulnerability_severity.vue
.../security_dashboard/components/vulnerability_severity.vue
+1
-1
ee/app/assets/stylesheets/components/deployment_instance.scss
...pp/assets/stylesheets/components/deployment_instance.scss
+1
-1
ee/app/assets/stylesheets/pages/feature_flags.scss
ee/app/assets/stylesheets/pages/feature_flags.scss
+1
-1
No files found.
app/assets/javascripts/registry/explorer/components/list_item.vue
View file @
c890f998
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
</div>
</div>
</div>
</div>
<div
<div
class=
"gl-display-flex gl-align-items-center gl-justify-content-space-between gl-font-sm gl-text-gray-
5
00"
class=
"gl-display-flex gl-align-items-center gl-justify-content-space-between gl-font-sm gl-text-gray-
3
00"
>
>
<div>
<div>
<slot
name=
"left-secondary"
></slot>
<slot
name=
"left-secondary"
></slot>
...
...
app/assets/javascripts/registry/explorer/components/list_page/image_list_row.vue
View file @
c890f998
...
@@ -82,7 +82,7 @@ export default {
...
@@ -82,7 +82,7 @@ export default {
:disabled=
"item.deleting"
:disabled=
"item.deleting"
:text=
"item.location"
:text=
"item.location"
:title=
"item.location"
:title=
"item.location"
css-class=
"btn-default btn-transparent btn-clipboard gl-text-gray-
5
00"
css-class=
"btn-default btn-transparent btn-clipboard gl-text-gray-
3
00"
/>
/>
<gl-icon
<gl-icon
v-if=
"item.failedDelete"
v-if=
"item.failedDelete"
...
...
app/assets/javascripts/vue_shared/components/sidebar/labels_select/dropdown_search_input.vue
View file @
c890f998
...
@@ -18,7 +18,7 @@ export default {
...
@@ -18,7 +18,7 @@ export default {
/>
/>
<gl-icon
<gl-icon
name=
"search"
name=
"search"
class=
"dropdown-input-search gl-absolute gl-top-3 gl-right-5 gl-text-gray-
5
00 gl-pointer-events-none"
class=
"dropdown-input-search gl-absolute gl-top-3 gl-right-5 gl-text-gray-
3
00 gl-pointer-events-none"
/>
/>
<gl-icon
<gl-icon
name=
"close"
name=
"close"
...
...
app/assets/javascripts/vue_shared/components/timezone_dropdown.vue
View file @
c890f998
...
@@ -76,7 +76,7 @@ export default {
...
@@ -76,7 +76,7 @@ export default {
<
template
>
<
template
>
<gl-new-dropdown
:text=
"value"
block
lazy
menu-class=
"gl-w-full!"
>
<gl-new-dropdown
:text=
"value"
block
lazy
menu-class=
"gl-w-full!"
>
<template
#button-content
>
<template
#button-content
>
<span
class=
"gl-flex-grow-1"
:class=
"
{ 'gl-text-gray-
5
00': !value }">
<span
class=
"gl-flex-grow-1"
:class=
"
{ 'gl-text-gray-
3
00': !value }">
{{
selectedTimezoneLabel
}}
{{
selectedTimezoneLabel
}}
</span>
</span>
<gl-icon
name=
"chevron-down"
/>
<gl-icon
name=
"chevron-down"
/>
...
...
app/assets/stylesheets/components/dashboard_skeleton.scss
View file @
c890f998
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
}
}
&
-icon
{
&
-icon
{
color
:
$gray-
5
00
;
color
:
$gray-
3
00
;
}
}
&
-footer
{
&
-footer
{
...
...
app/assets/stylesheets/components/design_management/design.scss
View file @
c890f998
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
}
}
&
:hover
{
&
:hover
{
border-color
:
$gray-
5
00
;
border-color
:
$gray-
3
00
;
}
}
}
}
...
...
app/assets/stylesheets/framework/gitlab_theme.scss
View file @
c890f998
...
@@ -295,7 +295,7 @@ body {
...
@@ -295,7 +295,7 @@ body {
&
.ui-dark
{
&
.ui-dark
{
@include
gitlab-theme
(
@include
gitlab-theme
(
$gray-200
,
$gray-200
,
$gray-
5
00
,
$gray-
3
00
,
$gray-700
,
$gray-700
,
$gray-800
,
$gray-800
,
$gray-900
,
$gray-900
,
...
...
app/assets/stylesheets/framework/icons.scss
View file @
c890f998
...
@@ -34,11 +34,11 @@
...
@@ -34,11 +34,11 @@
.ci-status-icon-preparing
{
.ci-status-icon-preparing
{
svg
{
svg
{
fill
:
$gray-
5
00
;
fill
:
$gray-
3
00
;
}
}
&
.add-border
{
&
.add-border
{
@include
borderless-status-icon
(
$gray-
5
00
);
@include
borderless-status-icon
(
$gray-
3
00
);
}
}
}
}
...
...
app/assets/stylesheets/framework/sidebar.scss
View file @
c890f998
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
&
:
:
before
{
&
:
:
before
{
content
:
''
;
content
:
''
;
border-left
:
1px
solid
$gray-
5
00
;
border-left
:
1px
solid
$gray-
3
00
;
position
:
absolute
;
position
:
absolute
;
top
:
$gl-padding
;
top
:
$gl-padding
;
bottom
:
$gl-padding
;
bottom
:
$gl-padding
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
c890f998
...
@@ -167,7 +167,7 @@ $gray-100: #dbdbdb !default;
...
@@ -167,7 +167,7 @@ $gray-100: #dbdbdb !default;
$gray-200
:
#bfbfbf
!
default
;
$gray-200
:
#bfbfbf
!
default
;
$gray-300
:
#999
!
default
;
$gray-300
:
#999
!
default
;
$gray-400
:
#868686
!
default
;
$gray-400
:
#868686
!
default
;
$gray-500
:
#
a7a7a7
!
default
;
$gray-500
:
#
666
!
default
;
$gray-600
:
#919191
!
default
;
$gray-600
:
#919191
!
default
;
$gray-700
:
#707070
!
default
;
$gray-700
:
#707070
!
default
;
$gray-800
:
#4f4f4f
!
default
;
$gray-800
:
#4f4f4f
!
default
;
...
...
app/assets/stylesheets/pages/graph.scss
View file @
c890f998
...
@@ -70,5 +70,5 @@
...
@@ -70,5 +70,5 @@
.animate-flicker
{
.animate-flicker
{
animation
:
flickerAnimation
1
.5s
infinite
;
animation
:
flickerAnimation
1
.5s
infinite
;
fill
:
$gray-
5
00
;
fill
:
$gray-
3
00
;
}
}
app/assets/stylesheets/pages/pipelines.scss
View file @
c890f998
...
@@ -809,7 +809,7 @@
...
@@ -809,7 +809,7 @@
&
.ci-status-icon-created
,
&
.ci-status-icon-created
,
&
.ci-status-icon-skipped
{
&
.ci-status-icon-skipped
{
@include
mini-pipeline-graph-color
(
$white
,
$gray-100
,
$gray-200
,
$gray-
5
00
,
$gray-600
,
$gray-700
);
@include
mini-pipeline-graph-color
(
$white
,
$gray-100
,
$gray-200
,
$gray-
3
00
,
$gray-600
,
$gray-700
);
}
}
}
}
...
...
app/assets/stylesheets/pages/prometheus.scss
View file @
c890f998
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
&
.sortable-chosen
.draggable-panel
{
&
.sortable-chosen
.draggable-panel
{
background
:
$white
;
background
:
$white
;
box-shadow
:
0
0
4px
$gray-
5
00
;
box-shadow
:
0
0
4px
$gray-
3
00
;
}
}
.draggable-remove
{
.draggable-remove
{
...
...
app/assets/stylesheets/pages/status.scss
View file @
c890f998
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
}
}
&
.ci-preparing
{
&
.ci-preparing
{
@include
status-color
(
$gray-100
,
$gray-
5
00
,
$gray-600
);
@include
status-color
(
$gray-100
,
$gray-
3
00
,
$gray-600
);
}
}
&
.ci-pending
,
&
.ci-pending
,
...
...
changelogs/unreleased/224120-replace-gray-500-value-replace-usages-with-gray-300.yml
0 → 100644
View file @
c890f998
---
title
:
ee Updating $gray-500 hex value and replacing instances with $gray-300
merge_request
:
38229
author
:
type
:
other
ee/app/assets/javascripts/boards/components/assignee_select.vue
View file @
c890f998
...
@@ -153,7 +153,7 @@ dropdown-menu-user dropdown-menu-selectable dropdown-menu-author"
...
@@ -153,7 +153,7 @@ dropdown-menu-user dropdown-menu-selectable dropdown-menu-author"
/>
/>
<gl-icon
<gl-icon
name=
"search"
name=
"search"
class=
"dropdown-input-search gl-absolute gl-top-3 gl-right-5 gl-text-gray-
5
00 gl-pointer-events-none"
class=
"dropdown-input-search gl-absolute gl-top-3 gl-right-5 gl-text-gray-
3
00 gl-pointer-events-none"
/>
/>
<gl-icon
<gl-icon
name=
"close"
name=
"close"
...
...
ee/app/assets/javascripts/boards/components/milestone_select.vue
View file @
c890f998
...
@@ -111,7 +111,7 @@ export default {
...
@@ -111,7 +111,7 @@ export default {
/>
/>
<gl-icon
<gl-icon
name=
"search"
name=
"search"
class=
"dropdown-input-search gl-absolute gl-top-3 gl-right-5 gl-text-gray-
5
00 gl-pointer-events-none"
class=
"dropdown-input-search gl-absolute gl-top-3 gl-right-5 gl-text-gray-
3
00 gl-pointer-events-none"
/>
/>
<gl-icon
<gl-icon
name=
"close"
name=
"close"
...
...
ee/app/assets/javascripts/feature_flags/components/user_lists_table.vue
View file @
c890f998
...
@@ -81,7 +81,7 @@ export default {
...
@@ -81,7 +81,7 @@ export default {
v-gl-tooltip
v-gl-tooltip
:title=
"tooltipTitle(list.created_at)"
:title=
"tooltipTitle(list.created_at)"
data-testid=
"ffUserListTimestamp"
data-testid=
"ffUserListTimestamp"
class=
"gl-text-gray-
5
00 gl-mb-2"
class=
"gl-text-gray-
3
00 gl-mb-2"
>
>
{{
createdTimeago
(
list
)
}}
{{
createdTimeago
(
list
)
}}
</span>
</span>
...
...
ee/app/assets/javascripts/security_dashboard/components/first_class_vulnerability_severities.vue
View file @
c890f998
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
severityLevels
:
{
severityLevels
:
{
[
severityLevels
.
CRITICAL
]:
'
gl-text-red-900
'
,
[
severityLevels
.
CRITICAL
]:
'
gl-text-red-900
'
,
[
severityLevels
.
HIGH
]:
'
gl-text-red-700
'
,
[
severityLevels
.
HIGH
]:
'
gl-text-red-700
'
,
[
severityLevels
.
UNKNOWN
]:
'
gl-text-gray-
5
00
'
,
[
severityLevels
.
UNKNOWN
]:
'
gl-text-gray-
3
00
'
,
[
severityLevels
.
MEDIUM
]:
'
gl-text-orange-600
'
,
[
severityLevels
.
MEDIUM
]:
'
gl-text-orange-600
'
,
[
severityLevels
.
LOW
]:
'
gl-text-orange-500
'
,
[
severityLevels
.
LOW
]:
'
gl-text-orange-500
'
,
[
severityLevels
.
NONE
]:
'
gl-text-green-500
'
,
[
severityLevels
.
NONE
]:
'
gl-text-green-500
'
,
...
...
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
c890f998
...
@@ -160,7 +160,7 @@ export default {
...
@@ -160,7 +160,7 @@ export default {
<div
class=
"gl-text-overflow-ellipsis gl-overflow-hidden"
:title=
"vulnerabilityIdentifier"
>
<div
class=
"gl-text-overflow-ellipsis gl-overflow-hidden"
:title=
"vulnerabilityIdentifier"
>
{{ vulnerabilityIdentifier }}
{{ vulnerabilityIdentifier }}
</div>
</div>
<div
v-if=
"shouldShowExtraIdentifierCount"
class=
"gl-text-gray-
5
00"
>
<div
v-if=
"shouldShowExtraIdentifierCount"
class=
"gl-text-gray-
3
00"
>
<gl-sprintf
:message=
"__('+ %{count} more')"
>
<gl-sprintf
:message=
"__('+ %{count} more')"
>
<
template
#count
>
<
template
#count
>
{{
extraIdentifierCount
}}
{{
extraIdentifierCount
}}
...
@@ -176,7 +176,7 @@ export default {
...
@@ -176,7 +176,7 @@ export default {
<div
class=
"text-capitalize"
>
<div
class=
"text-capitalize"
>
{{ useConvertReportType }}
{{ useConvertReportType }}
</div>
</div>
<div
v-if=
"vulnerabilityVendor"
class=
"gl-text-gray-
5
00"
data-testid=
"vulnerability-vendor"
>
<div
v-if=
"vulnerabilityVendor"
class=
"gl-text-gray-
3
00"
data-testid=
"vulnerability-vendor"
>
{{ vulnerabilityVendor }}
{{ vulnerabilityVendor }}
</div>
</div>
</div>
</div>
...
...
ee/app/assets/javascripts/security_dashboard/components/vulnerability_list.vue
View file @
c890f998
...
@@ -346,7 +346,7 @@ export default {
...
@@ -346,7 +346,7 @@ export default {
<div
<div
v-if=
"shouldShowExtraIdentifierCount(item.identifiers)"
v-if=
"shouldShowExtraIdentifierCount(item.identifiers)"
data-testid=
"vulnerability-more-identifiers"
data-testid=
"vulnerability-more-identifiers"
class=
"gl-text-gray-
5
00"
class=
"gl-text-gray-
3
00"
>
>
<gl-sprintf
:message=
"__('+ %
{count} more')">
<gl-sprintf
:message=
"__('+ %
{count} more')">
<template
#count
>
<template
#count
>
...
@@ -360,7 +360,7 @@ export default {
...
@@ -360,7 +360,7 @@ export default {
<div
data-testid=
"vulnerability-report-type"
class=
"text-capitalize"
>
<div
data-testid=
"vulnerability-report-type"
class=
"text-capitalize"
>
{{
useConvertReportType
(
item
.
reportType
)
}}
{{
useConvertReportType
(
item
.
reportType
)
}}
</div>
</div>
<div
data-testid=
"vulnerability-vendor"
class=
"gl-text-gray-
5
00"
>
<div
data-testid=
"vulnerability-vendor"
class=
"gl-text-gray-
3
00"
>
{{
item
.
scanner
.
vendor
}}
{{
item
.
scanner
.
vendor
}}
</div>
</div>
</
template
>
</
template
>
...
...
ee/app/assets/javascripts/security_dashboard/components/vulnerability_severity.vue
View file @
c890f998
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
severityLevels
:
{
severityLevels
:
{
[
severityLevels
.
CRITICAL
]:
'
gl-text-red-900
'
,
[
severityLevels
.
CRITICAL
]:
'
gl-text-red-900
'
,
[
severityLevels
.
HIGH
]:
'
gl-text-red-700
'
,
[
severityLevels
.
HIGH
]:
'
gl-text-red-700
'
,
[
severityLevels
.
UNKNOWN
]:
'
gl-text-gray-
5
00
'
,
[
severityLevels
.
UNKNOWN
]:
'
gl-text-gray-
3
00
'
,
[
severityLevels
.
MEDIUM
]:
'
gl-text-orange-600
'
,
[
severityLevels
.
MEDIUM
]:
'
gl-text-orange-600
'
,
[
severityLevels
.
LOW
]:
'
gl-text-orange-500
'
,
[
severityLevels
.
LOW
]:
'
gl-text-orange-500
'
,
[
severityLevels
.
NONE
]:
'
gl-text-green-500
'
,
[
severityLevels
.
NONE
]:
'
gl-text-green-500
'
,
...
...
ee/app/assets/stylesheets/components/deployment_instance.scss
View file @
c890f998
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
border-color
:
$gray-700
;
border-color
:
$gray-700
;
&
.link
:hover
{
&
.link
:hover
{
background-color
:
$gray-
5
00
;
background-color
:
$gray-
3
00
;
border-color
:
$gray-900
;
border-color
:
$gray-900
;
}
}
}
}
...
...
ee/app/assets/stylesheets/pages/feature_flags.scss
View file @
c890f998
...
@@ -7,7 +7,7 @@ $label-blue: #428bca;
...
@@ -7,7 +7,7 @@ $label-blue: #428bca;
.badge-inactive
{
.badge-inactive
{
color
:
$white
;
color
:
$white
;
background-color
:
$gray-
5
00
;
background-color
:
$gray-
3
00
;
}
}
.seach-icon-input
,
.seach-icon-input
,
...
...
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