Skip to content
Snippets Groups Projects
Commit e1e7fb8f authored by Jeremy Elder's avatar Jeremy Elder Committed by Enrique Alcántara
Browse files

Initial $gray-200 updates

Changed $gray-200 hex and started replacing instances of $gray-200
with $gray-100.
parent 1b1aa81a
No related branches found
No related tags found
No related merge requests found
Showing
with 42 additions and 39 deletions
Loading
Loading
@@ -204,7 +204,7 @@ export default {
:class="{ 'pr-sm-8': sidebarStatus }"
>
<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
data-testid="alert-header"
Loading
Loading
Loading
Loading
@@ -148,7 +148,10 @@ export default {
 
<template>
<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
v-model="commentLineStart"
:line="line"
Loading
Loading
Loading
Loading
@@ -420,7 +420,7 @@ export default {
<transition name="issuable-header-slide">
<div
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"
>
<div
Loading
Loading
Loading
Loading
@@ -340,7 +340,7 @@ export default {
:line="line"
:comment-line-options="commentLineOptions"
: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
v-else
Loading
Loading
Loading
Loading
@@ -40,7 +40,7 @@ export default {
'gl-border-b-1': !this.last,
'gl-border-b-2': this.last,
'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,
};
},
Loading
Loading
@@ -109,14 +109,14 @@ export default {
<div class="gl-w-7"></div>
<div
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
v-for="(row, detailIndex) in detailsSlots"
:key="detailIndex"
class="gl-px-5 gl-py-2"
: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>
Loading
Loading
Loading
Loading
@@ -98,7 +98,7 @@
 
&::before {
content: '';
border-left: 1px solid $gray-200;
border-left: 1px solid $gray-100;
position: absolute;
left: 28px;
top: -18px;
Loading
Loading
@@ -146,7 +146,7 @@
}
 
.design-dropzone-border {
border: 2px dashed $gray-200;
border: 2px dashed $gray-100;
}
 
.design-dropzone-card {
Loading
Loading
.popover {
max-width: $popover-max-width;
border: 1px solid $gray-200;
border: 1px solid $gray-100;
box-shadow: $popover-box-shadow;
font-size: $gl-font-size-small;
 
Loading
Loading
@@ -50,7 +50,7 @@
* due to the box-shadow include in our custom styles.
*/
> .arrow::before {
border-top-color: $gray-200;
border-top-color: $gray-100;
bottom: 1px;
}
 
Loading
Loading
@@ -61,7 +61,7 @@
 
.bs-popover-bottom {
> .arrow::before {
border-bottom-color: $gray-200;
border-bottom-color: $gray-100;
}
 
> .popover-header::before {
Loading
Loading
@@ -70,11 +70,11 @@
}
 
.bs-popover-right > .arrow::before {
border-right-color: $gray-200;
border-right-color: $gray-100;
}
 
.bs-popover-left > .arrow::before {
border-left-color: $gray-200;
border-left-color: $gray-100;
}
 
.popover-header {
Loading
Loading
Loading
Loading
@@ -179,7 +179,7 @@
&.user-authored {
cursor: default;
background-color: $gray-light;
border-color: $gray-200;
border-color: $gray-100;
color: $gl-text-color-disabled;
 
gl-emoji {
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@
max-width: 300px;
width: auto;
background: $white;
border: 1px solid $gray-200;
border: 1px solid $gray-100;
box-shadow: 0 1px 2px 0 rgba($black, 0.1);
border-radius: $border-radius-default;
z-index: 999;
Loading
Loading
Loading
Loading
@@ -502,7 +502,7 @@
// All disabled buttons, regardless of color, type, etc
%disabled {
background-color: $gray-light;
border-color: $gray-200;
border-color: $gray-100;
color: $gl-text-color-disabled;
opacity: 1;
text-decoration: none;
Loading
Loading
Loading
Loading
@@ -1087,7 +1087,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
 
.color-input-container {
.dropdown-label-color-preview {
border: 1px solid $gray-200;
border: 1px solid $gray-100;
border-right: 0;
}
}
Loading
Loading
Loading
Loading
@@ -158,7 +158,7 @@
.filtered-search-token .selected,
.filtered-search-term .selected {
.name {
background-color: $gray-200;
background-color: $gray-100;
}
 
.operator {
Loading
Loading
Loading
Loading
@@ -342,7 +342,7 @@ body {
.navbar-toggler,
.navbar-toggler:hover {
color: $gray-700;
border-left: 1px solid $gray-200;
border-left: 1px solid $gray-100;
}
}
}
Loading
Loading
@@ -360,7 +360,7 @@ body {
 
.search-input-wrap {
.search-icon {
fill: $gray-200;
fill: $gray-100;
}
 
.search-input {
Loading
Loading
.memory-graph-container {
background: $white;
border: 1px solid $gray-200;
border: 1px solid $gray-100;
}
Loading
Loading
@@ -214,7 +214,7 @@
.health-status {
.dropdown-body {
.health-divider {
border-top-color: $gray-200;
border-top-color: $gray-100;
}
 
.dropdown-item:not(.health-dropdown-item) {
Loading
Loading
Loading
Loading
@@ -36,7 +36,7 @@
}
 
.status-neutral {
background-color: $gray-200;
background-color: $gray-100;
color: $gl-gray-dark;
 
&:hover {
Loading
Loading
Loading
Loading
@@ -89,7 +89,7 @@
background-color: $gray-10;
border-width: 1px;
border-style: solid;
border-color: $gray-200 $gray-200 $gray-400;
border-color: $gray-100 $gray-100 $gray-400;
border-image: none;
border-radius: 3px;
box-shadow: 0 -1px 0 $gray-400 inset;
Loading
Loading
@@ -181,7 +181,7 @@
background-color: $white;
 
td {
border-color: $gray-200;
border-color: $gray-100;
}
}
 
Loading
Loading
@@ -611,7 +611,7 @@ pre {
word-wrap: break-word;
color: $gl-text-color;
background-color: $gray-light;
border: 1px solid $gray-200;
border: 1px solid $gray-100;
border-radius: $border-radius-small;
}
 
Loading
Loading
Loading
Loading
@@ -164,7 +164,7 @@ $red-950: #4d0a00 !default;
$gray-10: #fafafa !default;
$gray-50: #f0f0f0 !default;
$gray-100: #dbdbdb !default;
$gray-200: #dfdfdf !default;
$gray-200: #bfbfbf !default;
$gray-300: #ccc !default;
$gray-400: #bababa !default;
$gray-500: #a7a7a7 !default;
Loading
Loading
@@ -333,7 +333,7 @@ $border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor);
/*
* UI elements
*/
$border-color: $gray-200;
$border-color: $gray-100;
$shadow-color: $t-gray-a-08;
$well-expand-item: #e8f2f7;
$well-inner-border: #eef0f2;
Loading
Loading
@@ -867,7 +867,7 @@ $priority-label-empty-state-width: 114px;
Popovers
*/
$popover-max-width: 384px;
$popover-box-shadow: 0 2px 3px 1px $gray-200;
$popover-box-shadow: 0 2px 3px 1px $gray-100;
 
/*
Issues Analytics
Loading
Loading
Loading
Loading
@@ -5,14 +5,14 @@
 
$secondary: $gray-light;
$input-disabled-bg: $gray-light;
$input-border-color: $gray-200;
$input-border-color: $gray-100;
$input-color: $gl-text-color;
$input-font-size: $gl-font-size;
$font-family-sans-serif: $regular-font;
$font-family-monospace: $monospace-font;
$btn-line-height: 20px;
$table-accent-bg: $gray-light;
$table-border-color: $gray-200;
$table-border-color: $gray-100;
$card-border-color: $border-color;
$card-cap-bg: $gray-light !default;
$success: $green-500;
Loading
Loading
@@ -21,7 +21,7 @@ $warning: $orange-500;
$danger: $red-500;
$zindex-modal-backdrop: 1040;
$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-x: 12px;
$popover-max-width: 300px;
Loading
Loading
Loading
Loading
@@ -146,7 +146,7 @@
}
 
pre {
border-color: var(--ide-border-color-alt, $gray-200);
border-color: var(--ide-border-color-alt, $gray-100);
 
code {
background-color: var(--ide-border-color, inherit);
Loading
Loading
@@ -216,7 +216,7 @@
color: var(--ide-text-color, $gl-text-color);
 
&:hover {
background-color: var(--ide-input-border, $gray-200);
background-color: var(--ide-input-border, $gray-100);
}
}
 
Loading
Loading
@@ -300,8 +300,8 @@
}
 
.divider {
background-color: var(--ide-dropdown-hover-background, $gray-200);
border-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-100);
}
 
li > a:not(.disable-hover):hover,
Loading
Loading
@@ -316,7 +316,7 @@
 
.dropdown-title,
.dropdown-input {
border-color: var(--ide-dropdown-hover-background, $gray-200) !important;
border-color: var(--ide-dropdown-hover-background, $gray-100) !important;
}
 
.btn-primary,
Loading
Loading
@@ -356,7 +356,7 @@
 
.btn[disabled] {
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;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment