Skip to content
Snippets Groups Projects
Commit d3330950 authored by Simon Knox's avatar Simon Knox
Browse files

Remove '$white-light` variable because what does that even mean

Replace with $white
parent 5ab3372b
No related branches found
No related tags found
No related merge requests found
Showing
with 83 additions and 83 deletions
Loading
Loading
@@ -8,7 +8,7 @@ $brand-danger: $red-500;
 
$border-radius-base: 3px !default;
 
$modal-body-bg: $white-light;
$modal-body-bg: $white;
$input-border: $border-color;
 
$padding-base-vertical: $gl-vert-padding;
Loading
Loading
@@ -168,7 +168,7 @@ table {
.bg-danger,
.bg-warning {
.card-header {
color: $white-light;
color: $white;
}
}
 
Loading
Loading
@@ -310,11 +310,11 @@ pre code {
.alert-info,
.alert-warning,
.alert-danger {
color: $white-light;
color: $white;
 
h4,
.alert-link {
color: $white-light;
color: $white;
}
}
 
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@
border-color: $blue-600;
 
.popover-body {
color: $white-light;
color: $white;
}
 
&.bs-popover-bottom {
Loading
Loading
@@ -65,7 +65,7 @@
}
 
> .popover-header::before {
border-color: $white-light;
border-color: $white;
}
}
 
Loading
Loading
@@ -78,7 +78,7 @@
}
 
.popover-header {
background-color: $white-light;
background-color: $white;
font-size: $gl-font-size-small;
}
 
Loading
Loading
@@ -116,7 +116,7 @@
 
.accept-mr-label {
background-color: $accepting-mr-label-color;
color: $white-light;
color: $white;
}
}
 
Loading
Loading
Loading
Loading
@@ -17,7 +17,7 @@
z-index: 300;
width: $award-emoji-width;
font-size: 14px;
background-color: $white-light;
background-color: $white;
border: 1px solid $border-white-light;
border-radius: $border-radius-base;
box-shadow: 0 6px 12px $award-emoji-menu-shadow;
Loading
Loading
@@ -135,7 +135,7 @@
&:hover,
&:focus,
&:active {
background-color: $white-light;
background-color: $white;
border-color: $border-color;
box-shadow: none;
}
Loading
Loading
Loading
Loading
@@ -40,7 +40,7 @@
}
 
&.white {
background-color: $white-light;
background-color: $white;
}
 
&.top-block {
Loading
Loading
@@ -73,7 +73,7 @@
 
&.content-component-block {
padding: 11px 0;
background-color: $white-light;
background-color: $white;
}
 
.title {
Loading
Loading
@@ -96,13 +96,13 @@
}
 
&.build-content {
background-color: $white-light;
background-color: $white;
border-top: 0;
}
}
 
.sub-header-block {
background-color: $white-light;
background-color: $white;
border-bottom: 1px solid $white-dark;
padding: 11px 0;
margin-bottom: 11px;
Loading
Loading
@@ -176,7 +176,7 @@
}
 
&.groups-cover-block {
background: $white-light;
background: $white;
border-bottom: 1px solid $border-color;
text-align: left;
padding: 24px 0;
Loading
Loading
Loading
Loading
@@ -31,7 +31,7 @@
right: $gl-padding;
max-width: 300px;
width: auto;
background: $white-light;
background: $white;
border: 1px solid $gray-200;
box-shadow: 0 1px 2px 0 rgba($black, 0.1);
border-radius: $border-radius-default;
Loading
Loading
@mixin btn-comment-icon {
border-radius: 50%;
background: $white-light;
background: $white;
padding: 1px;
font-size: 12px;
color: $blue-500;
Loading
Loading
@@ -12,7 +12,7 @@
&.inverted {
background: $blue-500;
border-color: $blue-600;
color: $white-light;
color: $white;
}
 
&:active {
Loading
Loading
@@ -104,23 +104,23 @@
}
 
@mixin btn-green {
@include btn-color($green-500, $green-600, $green-600, $green-700, $green-700, $green-800, $white-light);
@include btn-color($green-500, $green-600, $green-600, $green-700, $green-700, $green-800, $white);
}
 
@mixin btn-blue {
@include btn-color($blue-500, $blue-600, $blue-600, $blue-700, $blue-700, $blue-800, $white-light);
@include btn-color($blue-500, $blue-600, $blue-600, $blue-700, $blue-700, $blue-800, $white);
}
 
@mixin btn-orange {
@include btn-color($orange-500, $orange-600, $orange-600, $orange-700, $orange-700, $orange-800, $white-light);
@include btn-color($orange-500, $orange-600, $orange-600, $orange-700, $orange-700, $orange-800, $white);
}
 
@mixin btn-red {
@include btn-color($red-500, $red-600, $red-600, $red-700, $red-700, $red-800, $white-light);
@include btn-color($red-500, $red-600, $red-600, $red-700, $red-700, $red-800, $white);
}
 
@mixin btn-white {
@include btn-color($white-light, $border-color, $white-normal, $border-white-normal, $white-dark, $border-gray-dark, $gl-text-color);
@include btn-color($white, $border-color, $white-normal, $border-white-normal, $white-dark, $border-gray-dark, $gl-text-color);
}
 
@mixin btn-with-margin {
Loading
Loading
@@ -173,21 +173,21 @@
 
&.btn-inverted {
&.btn-success {
@include btn-outline($white-light, $green-600, $green-500, $green-100, $green-700, $green-500, $green-200, $green-600, $green-800);
@include btn-outline($white, $green-600, $green-500, $green-100, $green-700, $green-500, $green-200, $green-600, $green-800);
}
 
&.btn-remove,
&.btn-danger {
@include btn-outline($white-light, $red-500, $red-500, $red-100, $red-700, $red-500, $red-200, $red-600, $red-800);
@include btn-outline($white, $red-500, $red-500, $red-100, $red-700, $red-500, $red-200, $red-600, $red-800);
}
 
&.btn-warning {
@include btn-outline($white-light, $orange-500, $orange-500, $orange-100, $orange-700, $orange-500, $orange-200, $orange-600, $orange-800);
@include btn-outline($white, $orange-500, $orange-500, $orange-100, $orange-700, $orange-500, $orange-200, $orange-600, $orange-800);
}
 
&.btn-primary,
&.btn-info {
@include btn-outline($white-light, $blue-500, $blue-500, $blue-100, $blue-700, $blue-500, $blue-200, $blue-600, $blue-800);
@include btn-outline($white, $blue-500, $blue-500, $blue-100, $blue-700, $blue-500, $blue-200, $blue-600, $blue-800);
}
}
 
Loading
Loading
@@ -202,11 +202,11 @@
 
&.btn-close,
&.btn-close-color {
@include btn-outline($white-light, $orange-600, $orange-500, $orange-100, $orange-700, $orange-500, $orange-200, $orange-600, $orange-800);
@include btn-outline($white, $orange-600, $orange-500, $orange-100, $orange-700, $orange-500, $orange-200, $orange-600, $orange-800);
}
 
&.btn-spam {
@include btn-outline($white-light, $red-500, $red-500, $red-100, $red-700, $red-500, $red-200, $red-600, $red-800);
@include btn-outline($white, $red-500, $red-500, $red-100, $red-700, $red-500, $red-200, $red-600, $red-800);
}
 
&.btn-danger,
Loading
Loading
@@ -249,7 +249,7 @@
padding: 6px 16px;
border-color: $border-color;
color: $gray-darkest;
background-color: $white-light;
background-color: $white;
 
&:hover,
&:active,
Loading
Loading
@@ -409,13 +409,13 @@
cursor: default;
 
&:active {
box-shadow: inset 0 0 0 $white-light;
box-shadow: inset 0 0 0 $white;
}
}
 
.btn-inverted {
&-secondary {
@include btn-outline($white-light, $blue-500, $blue-500, $blue-100, $blue-700, $blue-500, $blue-200, $blue-600, $blue-800);
@include btn-outline($white, $blue-500, $blue-500, $blue-100, $blue-700, $blue-500, $blue-200, $blue-600, $blue-800);
}
}
 
Loading
Loading
Loading
Loading
@@ -83,7 +83,7 @@
 
.pika-day {
border-radius: 0;
background-color: $white-light;
background-color: $white;
text-align: center;
}
 
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@
.cgreen { color: $green-600; }
.cdark { color: $common-gray-dark; }
 
.fwhite { fill: $white-light; }
.fwhite { fill: $white; }
.fgray { fill: $gray-700; }
 
.text-plain,
Loading
Loading
@@ -207,10 +207,10 @@ li.note {
padding: 10px;
background: $red-400;
margin: 0;
color: $white-light;
color: $white;
 
a {
color: $white-light;
color: $white;
text-decoration: underline;
}
}
Loading
Loading
Loading
Loading
@@ -48,7 +48,7 @@
 
.avatar-container {
flex: 0 0 40px;
background-color: $white-light;
background-color: $white;
}
 
.sidebar-context-title {
Loading
Loading
@@ -63,7 +63,7 @@
}
 
.settings-avatar {
background-color: $white-light;
background-color: $white;
 
svg {
fill: $gl-text-color-secondary;
Loading
Loading
@@ -282,7 +282,7 @@
min-width: 150px;
margin-top: -1px;
padding: 4px 1px;
background-color: $white-light;
background-color: $white;
box-shadow: 2px 1px 3px $dropdown-shadow-color;
border: 1px solid $gray-darker;
border-left: 0;
Loading
Loading
Loading
Loading
@@ -66,7 +66,7 @@
.dropdown-toggle,
.confidential-merge-request-fork-group .dropdown-toggle {
padding: 6px 8px 6px 10px;
background-color: $white-light;
background-color: $white;
color: $gl-text-color;
font-size: 14px;
text-align: left;
Loading
Loading
@@ -183,7 +183,7 @@
}
 
.avatar {
border-color: $white-light;
border-color: $white;
}
}
 
Loading
Loading
@@ -258,7 +258,7 @@
font-size: 14px;
font-weight: $gl-font-weight-normal;
padding: 8px 0;
background-color: $white-light;
background-color: $white;
border: 1px solid $border-color;
border-radius: $border-radius-base;
box-shadow: 0 2px 4px $dropdown-shadow-color;
Loading
Loading
@@ -1009,7 +1009,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
width: 100%;
position: absolute;
bottom: 0;
background: linear-gradient(to top, $white-light 0, rgba($white-light, 0));
background: linear-gradient(to top, $white 0, rgba($white, 0));
transition: opacity $fade-mask-transition-duration $fade-mask-transition-curve;
content: '';
pointer-events: none;
Loading
Loading
@@ -1024,7 +1024,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
.labels-select-dropdown-contents {
min-height: $dropdown-min-height;
max-height: 330px;
background-color: $white-light;
background-color: $white;
border: 1px solid $border-color;
box-shadow: 0 2px 4px $dropdown-shadow-color;
z-index: 2;
Loading
Loading
@@ -1038,7 +1038,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
top: 0;
left: 0;
opacity: 0.5;
background-color: $white-light;
background-color: $white;
z-index: 1;
}
 
Loading
Loading
Loading
Loading
@@ -105,7 +105,7 @@
}
 
.file-content {
background: $white-light;
background: $white;
 
&.image_file,
&.audio,
Loading
Loading
@@ -131,7 +131,7 @@
 
&.blob-no-preview {
background: $gray-darker;
text-shadow: 0 1px 2px $white-light;
text-shadow: 0 1px 2px $white;
padding: 100px 0;
}
 
Loading
Loading
@@ -227,7 +227,7 @@
padding: 10px 0;
border-left: 1px solid $border-color;
margin-bottom: 0;
background: $white-light;
background: $white;
 
li {
color: $logs-li-color;
Loading
Loading
Loading
Loading
@@ -190,7 +190,7 @@
width: 100%;
min-width: 0;
border: 1px solid $border-color;
background-color: $white-light;
background-color: $white;
border-radius: $border-radius-default 0 0 $border-radius-default;
 
@include media-breakpoint-down(sm) {
Loading
Loading
@@ -244,7 +244,7 @@
 
.clear-search {
width: 35px;
background-color: $white-light;
background-color: $white;
border: 0;
outline: none;
z-index: 1;
Loading
Loading
@@ -361,7 +361,7 @@
.issues-details-filters {
padding-top: 0;
padding-bottom: 0;
background-color: $white-light;
background-color: $white;
border-top: 0;
}
 
Loading
Loading
@@ -409,7 +409,7 @@
}
 
.dropdown-label-box {
border-color: $white-light;
border-color: $white;
border-style: solid;
border-width: 1px;
width: 17px;
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@ input {
input[type='text'].danger {
background: $input-danger-bg !important;
border-color: $red-400;
text-shadow: 0 1px 1px $white-light;
text-shadow: 0 1px 1px $white;
}
 
.datetime-controls {
Loading
Loading
@@ -81,7 +81,7 @@ label {
 
.form-control {
height: 29px;
background: $white-light;
background: $white;
font-family: $monospace-font;
}
 
Loading
Loading
Loading
Loading
@@ -30,7 +30,7 @@
 
width: $chip-size;
height: $chip-size;
background: $white-light;
background: $white;
background-image: linear-gradient(135deg, $gray-dark 25%, transparent 0%, transparent 75%, $gray-dark 0%),
linear-gradient(135deg, $gray-dark 25%, transparent 0%, transparent 75%, $gray-dark 0%);
background-size: $bg-size $bg-size;
Loading
Loading
Loading
Loading
@@ -77,7 +77,7 @@
&:focus:hover,
&:focus {
&.header-user-dropdown-toggle .header-user-notification-dot {
border-color: $white-light;
border-color: $white;
}
}
 
Loading
Loading
@@ -152,7 +152,7 @@
 
&.search-active {
form {
background-color: $white-light;
background-color: $white;
}
 
.search-input-wrap {
Loading
Loading
@@ -216,7 +216,7 @@ body {
$indigo-700,
$indigo-800,
$indigo-900,
$white-light
$white
);
}
 
Loading
Loading
@@ -227,7 +227,7 @@ body {
$indigo-500,
$indigo-700,
$indigo-700,
$white-light
$white
);
}
 
Loading
Loading
@@ -238,7 +238,7 @@ body {
$theme-blue-700,
$theme-blue-800,
$theme-blue-900,
$white-light
$white
);
}
 
Loading
Loading
@@ -249,7 +249,7 @@ body {
$theme-light-blue-500,
$theme-light-blue-700,
$theme-light-blue-700,
$white-light
$white
);
}
 
Loading
Loading
@@ -260,7 +260,7 @@ body {
$theme-green-700,
$theme-green-800,
$theme-green-900,
$white-light
$white
);
}
 
Loading
Loading
@@ -271,7 +271,7 @@ body {
$theme-green-500,
$theme-light-green-700,
$theme-light-green-700,
$white-light
$white
);
}
 
Loading
Loading
@@ -282,7 +282,7 @@ body {
$theme-red-700,
$theme-red-800,
$theme-red-900,
$white-light
$white
);
}
 
Loading
Loading
@@ -293,7 +293,7 @@ body {
$theme-light-red-500,
$theme-light-red-700,
$theme-light-red-700,
$white-light
$white
);
}
 
Loading
Loading
@@ -304,7 +304,7 @@ body {
$gray-700,
$gray-800,
$gray-900,
$white-light
$white
);
}
 
Loading
Loading
@@ -338,7 +338,7 @@ body {
&.active > a,
&.active > a:hover,
&.active > button {
color: $white-light;
color: $white;
}
}
}
Loading
Loading
@@ -354,11 +354,11 @@ body {
 
.search {
form {
background-color: $white-light;
background-color: $white;
box-shadow: inset 0 0 0 1px $border-color;
 
&:hover {
background-color: $white-light;
background-color: $white;
box-shadow: inset 0 0 0 1px $blue-200;
}
}
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@
width: 55px;
height: 14px;
margin: 0;
fill: $white-light;
fill: $white;
}
}
 
Loading
Loading
@@ -95,7 +95,7 @@
 
.dropdown.open {
> a {
border-bottom-color: $white-light;
border-bottom-color: $white;
}
}
 
Loading
Loading
@@ -209,10 +209,10 @@
text-decoration: none;
outline: 0;
opacity: 1;
color: $white-light;
color: $white;
 
&.header-user-dropdown-toggle .header-user-avatar {
border-color: $white-light;
border-color: $white;
}
}
}
Loading
Loading
@@ -224,14 +224,14 @@
.impersonated-user,
.impersonated-user:hover {
margin-right: 1px;
background-color: $white-light;
background-color: $white;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
 
.impersonation-btn,
.impersonation-btn:hover {
background-color: $white-light;
background-color: $white;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
 
Loading
Loading
@@ -264,7 +264,7 @@
&:focus {
text-decoration: none;
outline: 0;
color: $white-light;
color: $white;
}
}
 
Loading
Loading
@@ -441,7 +441,7 @@
margin: 4px 0 4px 2px;
 
&:hover {
background-color: $white-light;
background-color: $white;
}
}
 
Loading
Loading
@@ -452,7 +452,7 @@
font-weight: $gl-font-weight-normal;
margin-left: -6px;
font-size: 11px;
color: $white-light;
color: $white;
padding: 0 5px;
line-height: 12px;
border-radius: 7px;
Loading
Loading
@@ -583,7 +583,7 @@
.navbar-empty {
justify-content: center;
height: $header-height;
background: $white-light;
background: $white;
border-bottom: 1px solid $white-normal;
 
.tanuki-logo,
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@
display: block;
float: left;
margin-right: $gl-padding-8;
color: $white-light;
color: $white;
font-size: $gl-font-size;
line-height: $gl-line-height-24;
 
Loading
Loading
Loading
Loading
@@ -34,7 +34,7 @@
 
.collapsible-line {
&:hover {
background-color: rgba($white-light, 0.2);
background-color: rgba($white, 0.2);
}
 
.arrow {
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@ body {
text-decoration-skip: ink;
// scss-lint:enable PropertySpelling
&.navless {
background-color: $white-light !important;
background-color: $white !important;
}
 
&.board-card-content {
Loading
Loading
Loading
Loading
@@ -122,7 +122,7 @@
 
.markdown-area {
border-radius: 0;
background: $white-light;
background: $white;
border: 1px solid $gray-100;
min-height: 140px;
max-height: 500px;
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