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-08-20 21:42:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 21:42:06 +0300
commit6e4e1050d9dba2b7b2523fdd1768823ab85feef4 (patch)
tree78be5963ec075d80116a932011d695dd33910b4e /app/assets/stylesheets/page_bundles
parent1ce776de4ae122aba3f349c02c17cebeaa8ecf07 (diff)
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
Diffstat (limited to 'app/assets/stylesheets/page_bundles')
-rw-r--r--app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss2
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss11
2 files changed, 5 insertions, 8 deletions
diff --git a/app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss b/app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
index a8d10ea1a29..dfd7fd355a4 100644
--- a/app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
+++ b/app/assets/stylesheets/page_bundles/_ide_theme_overrides.scss
@@ -38,7 +38,7 @@
}
.badge.badge-pill {
- color: var(--ide-text-color, $gray-800);
+ color: var(--ide-text-color, $gray-700);
background-color: var(--ide-background, $badge-bg);
}
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss
index a07755724dd..36587ecde3d 100644
--- a/app/assets/stylesheets/page_bundles/ide.scss
+++ b/app/assets/stylesheets/page_bundles/ide.scss
@@ -366,7 +366,7 @@ $ide-commit-header-height: 48px;
display: block;
margin-left: auto;
margin-right: auto;
- color: var(--ide-text-color-secondary, $gray-700);
+ color: var(--ide-text-color-secondary, $gray-500);
}
.file-status-icon {
@@ -689,7 +689,7 @@ $ide-commit-header-height: 48px;
border-bottom: 1px solid var(--ide-border-color-alt, $white-dark);
svg {
- color: var(--ide-text-color-secondary, $gray-700);
+ color: var(--ide-text-color-secondary, $gray-500);
&:focus,
&:hover {
@@ -721,7 +721,7 @@ $ide-commit-header-height: 48px;
&,
&:hover {
- color: var(--ide-text-color-secondary, $gray-700);
+ color: var(--ide-text-color-secondary, $gray-500);
}
}
@@ -863,9 +863,6 @@ $ide-commit-header-height: 48px;
.ide-external-link {
svg {
display: none;
- position: absolute;
- top: 2px;
- right: -$gl-padding;
}
&:hover,
@@ -1136,7 +1133,7 @@ $ide-commit-header-height: 48px;
.ide-file-icon-holder {
display: flex;
align-items: center;
- color: var(--ide-text-color-secondary, $gray-700);
+ color: var(--ide-text-color-secondary, $gray-500);
}
.file-row:active {