diff options
author | Phil Hughes <me@iamphill.com> | 2018-09-04 09:30:46 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-09-07 11:28:02 +0100 |
commit | cfb67193bf7cc9377d82cc6fa99d232627a64600 (patch) | |
tree | ae738c3d84f2364a8a6e26ba635b1e523ea961b7 /app/assets/stylesheets/page_bundles | |
parent | 93e84c8f28f9bad8c09a720ce008dba1f50aadcd (diff) | |
download | gitlab-ce-cfb67193bf7cc9377d82cc6fa99d232627a64600.tar.gz |
fixed discard modal not showing
Diffstat (limited to 'app/assets/stylesheets/page_bundles')
-rw-r--r-- | app/assets/stylesheets/page_bundles/ide.scss | 15 |
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 { |