Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
b2a17468
Commit
b2a17468
authored
Apr 30, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec fixes
parent
036ad608
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+5
-8
spec/features/projects/tree/create_directory_spec.rb
spec/features/projects/tree/create_directory_spec.rb
+1
-1
spec/features/projects/tree/create_file_spec.rb
spec/features/projects/tree/create_file_spec.rb
+1
-1
No files found.
app/assets/stylesheets/pages/repo.scss
View file @
b2a17468
...
...
@@ -610,10 +610,12 @@
}
.multi-file-commit-form
{
position
:
relative
;
padding
:
$gl-padding
;
background-color
:
$white-light
;
border-top
:
1px
solid
$white-dark
;
border-left
:
1px
solid
$white-dark
;
transition
:
all
0
.3s
ease
;
.btn
{
font-size
:
$gl-font-size
;
...
...
@@ -771,10 +773,10 @@
flex-direction
:
column
;
width
:
100%
;
min-height
:
140px
;
}
.ide-commit-list-container.is-first
{
border-bottom
:
1px
solid
$white-dark
;
&
.is-first
{
border-bottom
:
1px
solid
$white-dark
;
}
}
.ide-commit-file-count
{
...
...
@@ -967,11 +969,6 @@
}
}
.multi-file-commit-form
{
position
:
relative
;
transition
:
all
0
.3s
ease
;
}
.commit-form-compact
{
.btn
{
margin-bottom
:
8px
;
...
...
spec/features/projects/tree/create_directory_spec.rb
View file @
b2a17468
...
...
@@ -46,7 +46,7 @@ feature 'Multi-file editor new directory', :js do
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'
)
...
...
spec/features/projects/tree/create_file_spec.rb
View file @
b2a17468
...
...
@@ -36,7 +36,7 @@ feature 'Multi-file editor new file', :js do
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'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment