Commit b2a17468 authored by Phil Hughes's avatar Phil Hughes

spec fixes

parent 036ad608
...@@ -610,10 +610,12 @@ ...@@ -610,10 +610,12 @@
} }
.multi-file-commit-form { .multi-file-commit-form {
position: relative;
padding: $gl-padding; padding: $gl-padding;
background-color: $white-light; background-color: $white-light;
border-top: 1px solid $white-dark; border-top: 1px solid $white-dark;
border-left: 1px solid $white-dark; border-left: 1px solid $white-dark;
transition: all 0.3s ease;
.btn { .btn {
font-size: $gl-font-size; font-size: $gl-font-size;
...@@ -771,10 +773,10 @@ ...@@ -771,10 +773,10 @@
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
min-height: 140px; min-height: 140px;
}
.ide-commit-list-container.is-first { &.is-first {
border-bottom: 1px solid $white-dark; border-bottom: 1px solid $white-dark;
}
} }
.ide-commit-file-count { .ide-commit-file-count {
...@@ -967,11 +969,6 @@ ...@@ -967,11 +969,6 @@
} }
} }
.multi-file-commit-form {
position: relative;
transition: all 0.3s ease;
}
.commit-form-compact { .commit-form-compact {
.btn { .btn {
margin-bottom: 8px; margin-bottom: 8px;
......
...@@ -46,7 +46,7 @@ feature 'Multi-file editor new directory', :js do ...@@ -46,7 +46,7 @@ feature 'Multi-file editor new directory', :js do
find('.js-ide-commit-mode').click find('.js-ide-commit-mode').click
click_button 'Stage all' first('.multi-file-discard-btn .btn').click
fill_in('commit-message', with: 'commit message ide') fill_in('commit-message', with: 'commit message ide')
......
...@@ -36,7 +36,7 @@ feature 'Multi-file editor new file', :js do ...@@ -36,7 +36,7 @@ feature 'Multi-file editor new file', :js do
find('.js-ide-commit-mode').click find('.js-ide-commit-mode').click
click_button 'Stage all' first('.multi-file-discard-btn .btn').click
fill_in('commit-message', with: 'commit message ide') fill_in('commit-message', with: 'commit message ide')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment