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:
authorPhil Hughes <me@iamphill.com>2018-09-04 11:30:46 +0300
committerPhil Hughes <me@iamphill.com>2018-09-07 13:28:02 +0300
commitcfb67193bf7cc9377d82cc6fa99d232627a64600 (patch)
treeae738c3d84f2364a8a6e26ba635b1e523ea961b7 /app/assets/stylesheets/page_bundles
parent93e84c8f28f9bad8c09a720ce008dba1f50aadcd (diff)
fixed discard modal not showing
Diffstat (limited to 'app/assets/stylesheets/page_bundles')
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss
index 2eadc55bdfd..35ba1fca2b7 100644
--- a/app/assets/stylesheets/page_bundles/ide.scss
+++ b/app/assets/stylesheets/page_bundles/ide.scss
@@ -657,7 +657,9 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding;
outline: 0;
.multi-file-discard-btn {
- display: flex;
+ > .btn {
+ display: flex;
+ }
}
}
@@ -678,16 +680,15 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding;
}
.multi-file-discard-btn {
- display: none;
+ > .btn {
+ display: none;
+ width: 32px;
+ height: 32px;
+ }
svg {
top: 0;
}
-
- .btn {
- width: 32px;
- height: 32px;
- }
}
.multi-file-commit-form {