Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-31 03:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-31 03:08:09 +0300
commitf6e2f302412fcb32b644b379778964791789cb62 (patch)
tree29ed98fca33be12adc21ee75185a459c668fb7da /app/assets/stylesheets/pages/diff.scss
parent95ad46159e4cd93f2b31838199180d824e041994 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss32
1 files changed, 16 insertions, 16 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 0c043e4f3fb..ddd1a373e2a 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -30,7 +30,7 @@
left: -11px;
width: 10px;
height: calc(100% + 1px);
- background: $white-light;
+ background: $white;
pointer-events: none;
}
@@ -92,7 +92,7 @@
}
.diff-content {
- background: $white-light;
+ background: $white;
color: $gl-text-color;
border-radius: 0 0 3px 3px;
@@ -133,11 +133,11 @@
.frame {
display: inline-block;
- background-color: $white-light;
+ background-color: $white;
line-height: 0;
img {
- border: 1px solid $white-light;
+ border: 1px solid $white;
background-image: linear-gradient(45deg,
$border-color 25%,
transparent 25%,
@@ -692,7 +692,7 @@ table.code {
position: absolute;
left: 0;
margin-right: 0;
- border-color: $white-light;
+ border-color: $white;
cursor: pointer;
transition: all 0.1s ease-out;
@include code-icon-size();
@@ -742,7 +742,7 @@ table.code {
.collapse-icon,
path {
- fill: $white-light;
+ fill: $white;
}
&:focus {
@@ -760,7 +760,7 @@ table.code {
@include media-breakpoint-up(sm) {
margin-left: -$gl-padding;
padding-left: $gl-padding;
- background-color: $white-light;
+ background-color: $white;
}
}
@@ -768,7 +768,7 @@ table.code {
position: -webkit-sticky;
position: sticky;
top: $header-height;
- background-color: $white-light;
+ background-color: $white;
z-index: 200;
.with-performance-bar & {
@@ -872,27 +872,27 @@ table.code {
display: block;
width: 100%;
height: 10px;
- background-color: $white-light;
+ background-color: $white;
background-image: linear-gradient(45deg,
transparent,
transparent 73%,
$diff-jagged-border-gradient-color 75%,
- $white-light 80%),
+ $white 80%),
linear-gradient(225deg,
transparent,
transparent 73%,
$diff-jagged-border-gradient-color 75%,
- $white-light 80%),
+ $white 80%),
linear-gradient(135deg,
transparent,
transparent 73%,
$diff-jagged-border-gradient-color 75%,
- $white-light 80%),
+ $white 80%),
linear-gradient(-45deg,
transparent,
transparent 73%,
$diff-jagged-border-gradient-color 75%,
- $white-light 80%);
+ $white 80%);
background-position: 5px 5px, 0 5px, 0 5px, 5px 5px;
background-size: 10px 10px;
background-repeat: repeat;
@@ -981,8 +981,8 @@ table.code {
.notes > .badge.badge-pill {
position: absolute;
background-color: $blue-400;
- color: $white-light;
- border: $white-light 1px solid;
+ color: $white;
+ border: $white 1px solid;
min-height: $gl-padding;
padding: 5px 8px;
border-radius: 12px;
@@ -1037,7 +1037,7 @@ table.code {
}
&.collapsed {
- background-color: $white-light;
+ background-color: $white;
.diff-notes-collapse,
.note,