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
Jérome Perrin
gitlab-ce
Commits
9ec3c32f
Commit
9ec3c32f
authored
Oct 14, 2016
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved specifity of toggleable file headers
parent
aef73960
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
22 deletions
+21
-22
.gitlab-ci.yml
.gitlab-ci.yml
+0
-13
app/assets/stylesheets/framework/files.scss
app/assets/stylesheets/framework/files.scss
+0
-9
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+13
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+8
-0
No files found.
.gitlab-ci.yml
View file @
9ec3c32f
...
...
@@ -339,16 +339,3 @@ pages:
-
public
only
:
-
master
# Insurance in case a gem needed by one of our releases gets yanked from
# rubygems.org in the future.
cache gems
:
only
:
-
tags
variables
:
SETUP_DB
:
"
false"
script
:
-
bundle package --all --all-platforms
artifacts
:
paths
:
-
vendor/cache
app/assets/stylesheets/framework/files.scss
View file @
9ec3c32f
...
...
@@ -26,15 +26,6 @@
padding
:
10px
$gl-padding
;
word-wrap
:
break-word
;
border-radius
:
3px
3px
0
0
;
cursor
:
pointer
;
&
:hover
{
background-color
:
$dark-background-color
;
}
.diff-toggle-caret
{
padding-right
:
6px
;
}
&
.file-title-clear
{
padding-left
:
0
;
...
...
app/assets/stylesheets/pages/diff.scss
View file @
9ec3c32f
...
...
@@ -33,6 +33,19 @@
font-size
:
smaller
;
}
}
.file-title
{
cursor
:
pointer
;
&
:hover
{
background-color
:
$dark-background-color
;
}
.diff-toggle-caret
{
padding-right
:
6px
;
}
}
.diff-content
{
overflow
:
auto
;
overflow-y
:
hidden
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
9ec3c32f
...
...
@@ -147,6 +147,14 @@ ul.notes {
// Diff code in discussion view
.discussion-body
.diff-file
{
.file-title
{
cursor
:
default
;
&
:hover
{
background-color
:
$gray-light
;
}
}
.diff-header
>
span
{
margin-right
:
10px
;
}
...
...
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