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
Tatuya Kamada
gitlab-ce
Commits
6ee20697
Commit
6ee20697
authored
Apr 06, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint errors
parent
04e798a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
app/assets/stylesheets/framework/files.scss
app/assets/stylesheets/framework/files.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+3
-3
app/helpers/notes_helper.rb
app/helpers/notes_helper.rb
+2
-4
No files found.
app/assets/stylesheets/framework/files.scss
View file @
6ee20697
...
...
@@ -21,7 +21,7 @@
text-align
:
left
;
padding
:
10px
$gl-padding
;
word-wrap
:
break-word
;
border-radius
:
3px
3px
0
px
0px
;
border-radius
:
3px
3px
0
0
;
.file-actions
{
float
:
right
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
6ee20697
...
...
@@ -81,7 +81,7 @@ $provider-btn-not-active-color: #4688f1;
$white-light
:
#fff
;
$white-normal
:
#ededed
;
$white-dark
:
#
ECECEC
;
$white-dark
:
#
ececec
;
$gray-light
:
#faf9f9
;
$gray-normal
:
#f5f5f5
;
...
...
@@ -203,8 +203,8 @@ $dropdown-toggle-hover-icon-color: $dropdown-toggle-hover-border-color;
/*
* Buttons
*/
$btn-active-gray
:
#
ECECEC
;
$btn-placeholder-gray
:
#
C7C7C
7
;
$btn-active-gray
:
#
ececec
;
$btn-placeholder-gray
:
#
c7c7c
7
;
$btn-white-active
:
#848484
;
/*
...
...
app/helpers/notes_helper.rb
View file @
6ee20697
...
...
@@ -69,9 +69,7 @@ module NotesHelper
line_type:
line_type
}
button_tag
class:
'btn btn-text-field js-discussion-reply-button'
,
data:
data
,
title:
'Add a reply'
do
link_text
=
'Reply...'
end
button_tag
'Reply...'
,
class:
'btn btn-text-field js-discussion-reply-button'
,
data:
data
,
title:
'Add a reply'
end
end
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