summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/ide.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/ide.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss11
1 files changed, 4 insertions, 7 deletions
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 {