summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/ide.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-09-03 11:57:41 +0100
committerPhil Hughes <me@iamphill.com>2018-09-07 11:28:01 +0100
commit2aa47e10d4efd1c2e70cbdd1ebc6ef3b0dbc1fbd (patch)
tree557f53670e421819808eaf932764ad4d63f30ee9 /app/assets/stylesheets/page_bundles/ide.scss
parent44cb8a7407d3c9df958328088c914c5bedea284f (diff)
downloadgitlab-ce-2aa47e10d4efd1c2e70cbdd1ebc6ef3b0dbc1fbd.tar.gz
Improved IDE commit flow
Closes #48182
Diffstat (limited to 'app/assets/stylesheets/page_bundles/ide.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss
index ce19ba4de07..0f0890f9fb6 100644
--- a/app/assets/stylesheets/page_bundles/ide.scss
+++ b/app/assets/stylesheets/page_bundles/ide.scss
@@ -679,6 +679,7 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding;
.multi-file-commit-list-file-path {
@include str-truncated(calc(100% - 30px));
+ user-select: none;
&:active {
text-decoration: none;
@@ -807,11 +808,6 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding;
}
.ide-staged-action-btn {
- width: 22px;
- margin-left: -1px;
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
-
> svg {
top: 0;
}
@@ -1456,3 +1452,9 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding;
max-height: 222px;
}
}
+
+.ide-commit-editor-header {
+ padding: 8px 16px;
+ background-color: $white-normal;
+ box-shadow: inset 0 -1px $white-dark;
+}