Commit 323a4b72 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '221301-update-gray-200-value-and-usages' into 'master'

Resolve "Update $gray-200 value and usages"

Closes #221301

See merge request gitlab-org/gitlab!36128
parents e8f92aed e1e7fb8f
...@@ -204,7 +204,7 @@ export default { ...@@ -204,7 +204,7 @@ export default {
:class="{ 'pr-sm-8': sidebarStatus }" :class="{ 'pr-sm-8': sidebarStatus }"
> >
<div <div
class="gl-display-flex gl-justify-content-space-between gl-align-items-baseline gl-px-1 py-3 py-md-4 gl-border-b-1 gl-border-b-gray-200 gl-border-b-solid flex-column flex-sm-row" class="gl-display-flex gl-justify-content-space-between gl-align-items-baseline gl-px-1 py-3 py-md-4 gl-border-b-1 gl-border-b-gray-100 gl-border-b-solid flex-column flex-sm-row"
> >
<div <div
data-testid="alert-header" data-testid="alert-header"
......
...@@ -148,7 +148,10 @@ export default { ...@@ -148,7 +148,10 @@ export default {
<template> <template>
<div class="content discussion-form discussion-form-container discussion-notes"> <div class="content discussion-form discussion-form-container discussion-notes">
<div v-if="glFeatures.multilineComments" class="gl-mb-3 gl-text-gray-700"> <div
v-if="glFeatures.multilineComments"
class="gl-mb-3 gl-text-gray-700 gl-border-gray-100 gl-border-b-solid gl-border-b-1 gl-pb-3"
>
<multiline-comment-form <multiline-comment-form
v-model="commentLineStart" v-model="commentLineStart"
:line="line" :line="line"
......
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
<transition name="issuable-header-slide"> <transition name="issuable-header-slide">
<div <div
v-if="shouldShowStickyHeader" v-if="shouldShowStickyHeader"
class="issue-sticky-header gl-fixed gl-z-index-3 gl-bg-white gl-border-1 gl-border-b-solid gl-border-b-gray-200 gl-py-3" class="issue-sticky-header gl-fixed gl-z-index-3 gl-bg-white gl-border-1 gl-border-b-solid gl-border-b-gray-100 gl-py-3"
data-testid="issue-sticky-header" data-testid="issue-sticky-header"
> >
<div <div
......
...@@ -340,7 +340,7 @@ export default { ...@@ -340,7 +340,7 @@ export default {
:line="line" :line="line"
:comment-line-options="commentLineOptions" :comment-line-options="commentLineOptions"
:line-range="note.position.line_range" :line-range="note.position.line_range"
class="gl-mb-3 gl-text-gray-700" class="gl-mb-3 gl-text-gray-700 gl-border-gray-100 gl-border-b-solid gl-border-b-1 gl-pb-3"
/> />
<div <div
v-else v-else
......
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
'gl-border-b-1': !this.last, 'gl-border-b-1': !this.last,
'gl-border-b-2': this.last, 'gl-border-b-2': this.last,
'disabled-content': this.disabled, 'disabled-content': this.disabled,
'gl-border-gray-200': !this.selected, 'gl-border-gray-100': !this.selected,
'gl-bg-blue-50 gl-border-blue-200': this.selected, 'gl-bg-blue-50 gl-border-blue-200': this.selected,
}; };
}, },
...@@ -109,14 +109,14 @@ export default { ...@@ -109,14 +109,14 @@ export default {
<div class="gl-w-7"></div> <div class="gl-w-7"></div>
<div <div
v-if="isDetailsShown" v-if="isDetailsShown"
class="gl-display-flex gl-flex-direction-column gl-flex-fill-1 gl-bg-gray-10 gl-rounded-base gl-inset-border-1-gray-200 gl-mb-3" class="gl-display-flex gl-flex-direction-column gl-flex-fill-1 gl-bg-gray-10 gl-rounded-base gl-inset-border-1-gray-100 gl-mb-3"
> >
<div <div
v-for="(row, detailIndex) in detailsSlots" v-for="(row, detailIndex) in detailsSlots"
:key="detailIndex" :key="detailIndex"
class="gl-px-5 gl-py-2" class="gl-px-5 gl-py-2"
:class="{ :class="{
'gl-border-gray-200 gl-border-t-solid gl-border-t-1': detailIndex !== 0, 'gl-border-gray-100 gl-border-t-solid gl-border-t-1': detailIndex !== 0,
}" }"
> >
<slot :name="row"></slot> <slot :name="row"></slot>
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
&::before { &::before {
content: ''; content: '';
border-left: 1px solid $gray-200; border-left: 1px solid $gray-100;
position: absolute; position: absolute;
left: 28px; left: 28px;
top: -18px; top: -18px;
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
} }
.design-dropzone-border { .design-dropzone-border {
border: 2px dashed $gray-200; border: 2px dashed $gray-100;
} }
.design-dropzone-card { .design-dropzone-card {
......
.popover { .popover {
max-width: $popover-max-width; max-width: $popover-max-width;
border: 1px solid $gray-200; border: 1px solid $gray-100;
box-shadow: $popover-box-shadow; box-shadow: $popover-box-shadow;
font-size: $gl-font-size-small; font-size: $gl-font-size-small;
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
* due to the box-shadow include in our custom styles. * due to the box-shadow include in our custom styles.
*/ */
> .arrow::before { > .arrow::before {
border-top-color: $gray-200; border-top-color: $gray-100;
bottom: 1px; bottom: 1px;
} }
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
.bs-popover-bottom { .bs-popover-bottom {
> .arrow::before { > .arrow::before {
border-bottom-color: $gray-200; border-bottom-color: $gray-100;
} }
> .popover-header::before { > .popover-header::before {
...@@ -70,11 +70,11 @@ ...@@ -70,11 +70,11 @@
} }
.bs-popover-right > .arrow::before { .bs-popover-right > .arrow::before {
border-right-color: $gray-200; border-right-color: $gray-100;
} }
.bs-popover-left > .arrow::before { .bs-popover-left > .arrow::before {
border-left-color: $gray-200; border-left-color: $gray-100;
} }
.popover-header { .popover-header {
......
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
&.user-authored { &.user-authored {
cursor: default; cursor: default;
background-color: $gray-light; background-color: $gray-light;
border-color: $gray-200; border-color: $gray-100;
color: $gl-text-color-disabled; color: $gl-text-color-disabled;
gl-emoji { gl-emoji {
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
max-width: 300px; max-width: 300px;
width: auto; width: auto;
background: $white; background: $white;
border: 1px solid $gray-200; border: 1px solid $gray-100;
box-shadow: 0 1px 2px 0 rgba($black, 0.1); box-shadow: 0 1px 2px 0 rgba($black, 0.1);
border-radius: $border-radius-default; border-radius: $border-radius-default;
z-index: 999; z-index: 999;
......
...@@ -502,7 +502,7 @@ ...@@ -502,7 +502,7 @@
// All disabled buttons, regardless of color, type, etc // All disabled buttons, regardless of color, type, etc
%disabled { %disabled {
background-color: $gray-light; background-color: $gray-light;
border-color: $gray-200; border-color: $gray-100;
color: $gl-text-color-disabled; color: $gl-text-color-disabled;
opacity: 1; opacity: 1;
text-decoration: none; text-decoration: none;
......
...@@ -1087,7 +1087,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu { ...@@ -1087,7 +1087,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
.color-input-container { .color-input-container {
.dropdown-label-color-preview { .dropdown-label-color-preview {
border: 1px solid $gray-200; border: 1px solid $gray-100;
border-right: 0; border-right: 0;
} }
} }
......
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
.filtered-search-token .selected, .filtered-search-token .selected,
.filtered-search-term .selected { .filtered-search-term .selected {
.name { .name {
background-color: $gray-200; background-color: $gray-100;
} }
.operator { .operator {
......
...@@ -342,7 +342,7 @@ body { ...@@ -342,7 +342,7 @@ body {
.navbar-toggler, .navbar-toggler,
.navbar-toggler:hover { .navbar-toggler:hover {
color: $gray-700; color: $gray-700;
border-left: 1px solid $gray-200; border-left: 1px solid $gray-100;
} }
} }
} }
...@@ -360,7 +360,7 @@ body { ...@@ -360,7 +360,7 @@ body {
.search-input-wrap { .search-input-wrap {
.search-icon { .search-icon {
fill: $gray-200; fill: $gray-100;
} }
.search-input { .search-input {
......
.memory-graph-container { .memory-graph-container {
background: $white; background: $white;
border: 1px solid $gray-200; border: 1px solid $gray-100;
} }
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
.health-status { .health-status {
.dropdown-body { .dropdown-body {
.health-divider { .health-divider {
border-top-color: $gray-200; border-top-color: $gray-100;
} }
.dropdown-item:not(.health-dropdown-item) { .dropdown-item:not(.health-dropdown-item) {
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
} }
.status-neutral { .status-neutral {
background-color: $gray-200; background-color: $gray-100;
color: $gl-gray-dark; color: $gl-gray-dark;
&:hover { &:hover {
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
background-color: $gray-10; background-color: $gray-10;
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: $gray-200 $gray-200 $gray-400; border-color: $gray-100 $gray-100 $gray-400;
border-image: none; border-image: none;
border-radius: 3px; border-radius: 3px;
box-shadow: 0 -1px 0 $gray-400 inset; box-shadow: 0 -1px 0 $gray-400 inset;
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
background-color: $white; background-color: $white;
td { td {
border-color: $gray-200; border-color: $gray-100;
} }
} }
...@@ -611,7 +611,7 @@ pre { ...@@ -611,7 +611,7 @@ pre {
word-wrap: break-word; word-wrap: break-word;
color: $gl-text-color; color: $gl-text-color;
background-color: $gray-light; background-color: $gray-light;
border: 1px solid $gray-200; border: 1px solid $gray-100;
border-radius: $border-radius-small; border-radius: $border-radius-small;
} }
......
...@@ -164,7 +164,7 @@ $red-950: #4d0a00 !default; ...@@ -164,7 +164,7 @@ $red-950: #4d0a00 !default;
$gray-10: #fafafa !default; $gray-10: #fafafa !default;
$gray-50: #f0f0f0 !default; $gray-50: #f0f0f0 !default;
$gray-100: #dbdbdb !default; $gray-100: #dbdbdb !default;
$gray-200: #dfdfdf !default; $gray-200: #bfbfbf !default;
$gray-300: #ccc !default; $gray-300: #ccc !default;
$gray-400: #bababa !default; $gray-400: #bababa !default;
$gray-500: #a7a7a7 !default; $gray-500: #a7a7a7 !default;
...@@ -333,7 +333,7 @@ $border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor); ...@@ -333,7 +333,7 @@ $border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor);
/* /*
* UI elements * UI elements
*/ */
$border-color: $gray-200; $border-color: $gray-100;
$shadow-color: $t-gray-a-08; $shadow-color: $t-gray-a-08;
$well-expand-item: #e8f2f7; $well-expand-item: #e8f2f7;
$well-inner-border: #eef0f2; $well-inner-border: #eef0f2;
...@@ -867,7 +867,7 @@ $priority-label-empty-state-width: 114px; ...@@ -867,7 +867,7 @@ $priority-label-empty-state-width: 114px;
Popovers Popovers
*/ */
$popover-max-width: 384px; $popover-max-width: 384px;
$popover-box-shadow: 0 2px 3px 1px $gray-200; $popover-box-shadow: 0 2px 3px 1px $gray-100;
/* /*
Issues Analytics Issues Analytics
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
$secondary: $gray-light; $secondary: $gray-light;
$input-disabled-bg: $gray-light; $input-disabled-bg: $gray-light;
$input-border-color: $gray-200; $input-border-color: $gray-100;
$input-color: $gl-text-color; $input-color: $gl-text-color;
$input-font-size: $gl-font-size; $input-font-size: $gl-font-size;
$font-family-sans-serif: $regular-font; $font-family-sans-serif: $regular-font;
$font-family-monospace: $monospace-font; $font-family-monospace: $monospace-font;
$btn-line-height: 20px; $btn-line-height: 20px;
$table-accent-bg: $gray-light; $table-accent-bg: $gray-light;
$table-border-color: $gray-200; $table-border-color: $gray-100;
$card-border-color: $border-color; $card-border-color: $border-color;
$card-cap-bg: $gray-light !default; $card-cap-bg: $gray-light !default;
$success: $green-500; $success: $green-500;
...@@ -21,7 +21,7 @@ $warning: $orange-500; ...@@ -21,7 +21,7 @@ $warning: $orange-500;
$danger: $red-500; $danger: $red-500;
$zindex-modal-backdrop: 1040; $zindex-modal-backdrop: 1040;
$nav-divider-margin-y: ($grid-size / 2); $nav-divider-margin-y: ($grid-size / 2);
$dropdown-divider-bg: $gray-200; $dropdown-divider-bg: $gray-100;
$dropdown-item-padding-y: 8px; $dropdown-item-padding-y: 8px;
$dropdown-item-padding-x: 12px; $dropdown-item-padding-x: 12px;
$popover-max-width: 300px; $popover-max-width: 300px;
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
} }
pre { pre {
border-color: var(--ide-border-color-alt, $gray-200); border-color: var(--ide-border-color-alt, $gray-100);
code { code {
background-color: var(--ide-border-color, inherit); background-color: var(--ide-border-color, inherit);
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
color: var(--ide-text-color, $gl-text-color); color: var(--ide-text-color, $gl-text-color);
&:hover { &:hover {
background-color: var(--ide-input-border, $gray-200); background-color: var(--ide-input-border, $gray-100);
} }
} }
...@@ -300,8 +300,8 @@ ...@@ -300,8 +300,8 @@
} }
.divider { .divider {
background-color: var(--ide-dropdown-hover-background, $gray-200); background-color: var(--ide-dropdown-hover-background, $gray-100);
border-color: var(--ide-dropdown-hover-background, $gray-200); border-color: var(--ide-dropdown-hover-background, $gray-100);
} }
li > a:not(.disable-hover):hover, li > a:not(.disable-hover):hover,
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
.dropdown-title, .dropdown-title,
.dropdown-input { .dropdown-input {
border-color: var(--ide-dropdown-hover-background, $gray-200) !important; border-color: var(--ide-dropdown-hover-background, $gray-100) !important;
} }
.btn-primary, .btn-primary,
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
.btn[disabled] { .btn[disabled] {
background-color: var(--ide-btn-default-background, $gray-light) !important; background-color: var(--ide-btn-default-background, $gray-light) !important;
border: 1px solid var(--ide-btn-disabled-border, $gray-200) !important; border: 1px solid var(--ide-btn-disabled-border, $gray-100) !important;
color: var(--ide-btn-disabled-color, $gl-text-color-disabled) !important; color: var(--ide-btn-disabled-color, $gl-text-color-disabled) !important;
} }
......
...@@ -145,7 +145,7 @@ $ide-commit-header-height: 48px; ...@@ -145,7 +145,7 @@ $ide-commit-header-height: 48px;
} }
&:not([disabled]):hover { &:not([disabled]):hover {
background-color: var(--ide-input-border, $gray-200); background-color: var(--ide-input-border, $gray-100);
} }
&:not([disabled]):focus { &:not([disabled]):focus {
...@@ -396,7 +396,7 @@ $ide-commit-header-height: 48px; ...@@ -396,7 +396,7 @@ $ide-commit-header-height: 48px;
} }
&:active { &:active {
background: var(--ide-background, $gray-200); background: var(--ide-background, $gray-100);
} }
&.is-active { &.is-active {
...@@ -567,7 +567,7 @@ $ide-commit-header-height: 48px; ...@@ -567,7 +567,7 @@ $ide-commit-header-height: 48px;
&:focus { &:focus {
color: var(--ide-text-color, $gl-text-color); color: var(--ide-text-color, $gl-text-color);
background-color: var(--ide-background-hover, $gray-200); background-color: var(--ide-background-hover, $gray-100);
} }
&.active { &.active {
...@@ -1046,7 +1046,7 @@ $ide-commit-header-height: 48px; ...@@ -1046,7 +1046,7 @@ $ide-commit-header-height: 48px;
background-color: var(--ide-background, $gray-50); background-color: var(--ide-background, $gray-50);
&:hover { &:hover {
background-color: var(--ide-file-row-btn-hover-background, $gray-200); background-color: var(--ide-file-row-btn-hover-background, $gray-100);
} }
&:active, &:active,
...@@ -1097,7 +1097,7 @@ $ide-commit-header-height: 48px; ...@@ -1097,7 +1097,7 @@ $ide-commit-header-height: 48px;
&:focus { &:focus {
outline: 0; outline: 0;
box-shadow: none; box-shadow: none;
border-color: var(--ide-border-color, $gray-200); border-color: var(--ide-border-color, $gray-100);
} }
} }
...@@ -1140,7 +1140,7 @@ $ide-commit-header-height: 48px; ...@@ -1140,7 +1140,7 @@ $ide-commit-header-height: 48px;
} }
.file-row:active { .file-row:active {
background: var(--ide-background, $gray-200); background: var(--ide-background, $gray-100);
} }
.file-row.is-active { .file-row.is-active {
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
&.is-active { &.is-active {
&:last-child { &:last-child {
border-bottom: 1px solid $gray-200; border-bottom: 1px solid $gray-100;
} }
} }
} }
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.bar { .bar {
height: 4px; height: 4px;
background-color: $gl-gray-200; background-color: $gl-gray-100;
} }
.count { .count {
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
.graph-separator { .graph-separator {
width: $graph-separator-width; width: $graph-separator-width;
height: 18px; height: 18px;
background-color: $gl-gray-200; background-color: $gl-gray-100;
} }
} }
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
.trigger-variables-table-cell { .trigger-variables-table-cell {
font-size: $gl-font-size-small; font-size: $gl-font-size-small;
line-height: $gl-line-height; line-height: $gl-line-height;
border: 1px solid $gray-200; border: 1px solid $gray-100;
padding: $gl-padding-4 6px; padding: $gl-padding-4 6px;
width: 50%; width: 50%;
vertical-align: top; vertical-align: top;
......
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
overflow: hidden; overflow: hidden;
&:hover { &:hover {
background-color: $gray-200; background-color: $gray-100;
} }
&.issuable-sidebar-header { &.issuable-sidebar-header {
......
...@@ -64,7 +64,7 @@ $mr-widget-min-height: 69px; ...@@ -64,7 +64,7 @@ $mr-widget-min-height: 69px;
background-color: $gray-light; background-color: $gray-light;
&.clickable:hover { &.clickable:hover {
background-color: $gl-gray-200; background-color: $gl-gray-100;
cursor: pointer; cursor: pointer;
} }
} }
...@@ -75,7 +75,7 @@ $mr-widget-min-height: 69px; ...@@ -75,7 +75,7 @@ $mr-widget-min-height: 69px;
&::before { &::before {
content: ''; content: '';
border-left: 1px solid $gray-200; border-left: 1px solid $gray-100;
position: absolute; position: absolute;
left: 28px; left: 28px;
top: -17px; top: -17px;
......
...@@ -186,8 +186,8 @@ $note-form-margin-left: 72px; ...@@ -186,8 +186,8 @@ $note-form-margin-left: 72px;
padding: $gl-padding; padding: $gl-padding;
.dummy-avatar { .dummy-avatar {
background-color: $gl-gray-200; background-color: $gl-gray-100;
border: 1px solid darken($gl-gray-200, 25%); border: 1px solid darken($gl-gray-100, 25%);
} }
.note-headline-light, .note-headline-light,
......
...@@ -816,7 +816,7 @@ ...@@ -816,7 +816,7 @@
&.ci-status-icon-created, &.ci-status-icon-created,
&.ci-status-icon-skipped { &.ci-status-icon-skipped {
@include mini-pipeline-graph-color($white, $gray-200, $gray-300, $gray-500, $gray-600, $gray-700); @include mini-pipeline-graph-color($white, $gray-100, $gray-300, $gray-500, $gray-600, $gray-700);
} }
} }
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
.draggable { .draggable {
&.draggable-enabled { &.draggable-enabled {
.draggable-panel { .draggable-panel {
border: $gray-200 1px solid; border: $gray-100 1px solid;
border-radius: $border-radius-default; border-radius: $border-radius-default;
margin: -1px; margin: -1px;
cursor: grab; cursor: grab;
......
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
.btn-clipboard { .btn-clipboard {
background-color: $white; background-color: $white;
border: 1px solid $gray-200; border: 1px solid $gray-100;
} }
.deploy-token-help-block { .deploy-token-help-block {
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
padding: 4px 6px; padding: 4px 6px;
font-family: Consolas, 'Liberation Mono', Courier, monospace; font-family: Consolas, 'Liberation Mono', Courier, monospace;
line-height: 1; line-height: 1;
color: $gl-gray-200; color: $gl-gray-100;
border-radius: 3px; border-radius: 3px;
box-shadow: 0 1px 0 $perf-bar-bucket-box-shadow-from, box-shadow: 0 1px 0 $perf-bar-bucket-box-shadow-from,
inset 0 1px 2px $perf-bar-bucket-box-shadow-to; inset 0 1px 2px $perf-bar-bucket-box-shadow-to;
......
---
title: Updating $gray-200 hex value and remapping current instances to $gray-100
merge_request: 36128
author:
type: other
...@@ -88,7 +88,7 @@ export default { ...@@ -88,7 +88,7 @@ export default {
/> />
<geo-node-form-capacities :node-data="nodeData" /> <geo-node-form-capacities :node-data="nodeData" />
<section <section
class="gl-display-flex gl-align-items-center gl-p-5 gl-mt-6 gl-bg-gray-10 gl-border-t-solid gl-border-b-solid gl-border-t-1 gl-border-b-1 gl-border-gray-200" class="gl-display-flex gl-align-items-center gl-p-5 gl-mt-6 gl-bg-gray-10 gl-border-t-solid gl-border-b-solid gl-border-t-1 gl-border-b-1 gl-border-gray-100"
> >
<gl-button <gl-button
id="node-save-button" id="node-save-button"
......
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
/> />
</gl-form-group> </gl-form-group>
<section <section
class="gl-display-flex gl-align-items-center gl-p-5 gl-mt-6 gl-bg-gray-10 gl-border-t-solid gl-border-b-solid gl-border-t-1 gl-border-b-1 gl-border-gray-200" class="gl-display-flex gl-align-items-center gl-p-5 gl-mt-6 gl-bg-gray-10 gl-border-t-solid gl-border-b-solid gl-border-t-1 gl-border-b-1 gl-border-gray-100"
> >
<gl-button <gl-button
data-testid="settingsSaveButton" data-testid="settingsSaveButton"
......
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
<template v-else> <template v-else>
<div <div
ref="topbar" ref="topbar"
class="gl-display-flex gl-justify-items-center gl-align-items-center gl-py-3 gl-border-1 gl-border-b-solid gl-border-gray-200" class="gl-display-flex gl-justify-items-center gl-align-items-center gl-py-3 gl-border-1 gl-border-b-solid gl-border-gray-100"
> >
<gl-badge :variant="status.variant"> <gl-badge :variant="status.variant">
{{ status.text }} {{ status.text }}
......
...@@ -111,8 +111,8 @@ export default { ...@@ -111,8 +111,8 @@ export default {
</script> </script>
<template> <template>
<section class="gl-border-solid gl-border-1 gl-border-gray-200 gl-rounded-base"> <section class="gl-border-solid gl-border-1 gl-border-gray-100 gl-rounded-base">
<header class="gl-border-b-solid gl-border-b-1 gl-border-b-gray-200 gl-p-5"> <header class="gl-border-b-solid gl-border-b-1 gl-border-b-gray-100 gl-p-5">
<h4 class="gl-my-0"> <h4 class="gl-my-0">
{{ __('Project security status') }} {{ __('Project security status') }}
<gl-link <gl-link
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
} }
.license-cell { .license-cell {
border-color: $gray-200; border-color: $gray-100;
border-style: solid; border-style: solid;
border-width: 1px 1px 0 0; border-width: 1px 1px 0 0;
flex-basis: 0; flex-basis: 0;
......
...@@ -10,7 +10,7 @@ $subscriptions-full-width-lg: 541px; ...@@ -10,7 +10,7 @@ $subscriptions-full-width-lg: 541px;
} }
.checkout-pane { .checkout-pane {
border-bottom: 1px solid $gray-200; border-bottom: 1px solid $gray-100;
flex-grow: 1; flex-grow: 1;
flex-shrink: 0; flex-shrink: 0;
...@@ -44,7 +44,7 @@ $subscriptions-full-width-lg: 541px; ...@@ -44,7 +44,7 @@ $subscriptions-full-width-lg: 541px;
} }
.phase { .phase {
border-bottom: 5px solid $gray-200; border-bottom: 5px solid $gray-100;
color: $gray-700; color: $gray-700;
flex-basis: 100%; flex-basis: 100%;
font-size: $gl-font-size-12; font-size: $gl-font-size-12;
......
...@@ -141,7 +141,7 @@ describe('list item', () => { ...@@ -141,7 +141,7 @@ describe('list item', () => {
expect(wrapper.classes()).toEqual( expect(wrapper.classes()).toEqual(
expect.arrayContaining(['gl-bg-blue-50', 'gl-border-blue-200']), expect.arrayContaining(['gl-bg-blue-50', 'gl-border-blue-200']),
); );
expect(wrapper.classes()).toEqual(expect.not.arrayContaining(['gl-border-gray-200'])); expect(wrapper.classes()).toEqual(expect.not.arrayContaining(['gl-border-gray-100']));
}); });
it('when false applies the default border', () => { it('when false applies the default border', () => {
...@@ -150,7 +150,7 @@ describe('list item', () => { ...@@ -150,7 +150,7 @@ describe('list item', () => {
expect(wrapper.classes()).toEqual( expect(wrapper.classes()).toEqual(
expect.not.arrayContaining(['gl-bg-blue-50', 'gl-border-blue-200']), expect.not.arrayContaining(['gl-bg-blue-50', 'gl-border-blue-200']),
); );
expect(wrapper.classes()).toEqual(expect.arrayContaining(['gl-border-gray-200'])); expect(wrapper.classes()).toEqual(expect.arrayContaining(['gl-border-gray-100']));
}); });
}); });
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment