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
f0e51180
Commit
f0e51180
authored
Feb 27, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed link transition
Fixed hll overriding is-over class
parent
faf5bc0e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
5 deletions
+14
-5
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/dark.scss
+2
-1
app/assets/stylesheets/highlight/monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+2
-1
app/assets/stylesheets/highlight/solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+2
-1
app/assets/stylesheets/highlight/solarized_light.scss
app/assets/stylesheets/highlight/solarized_light.scss
+2
-1
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+2
-1
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+4
-0
No files found.
app/assets/stylesheets/highlight/dark.scss
View file @
f0e51180
...
...
@@ -141,7 +141,8 @@ $dark-il: #de935f;
}
.diff-line-num
{
&
.is-over
{
&
.is-over
,
&
.hll
:not
(
.empty-cell
)
.is-over
{
background-color
:
$dark-over-bg
;
border-color
:
darken
(
$dark-over-bg
,
5%
);
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
f0e51180
...
...
@@ -141,7 +141,8 @@ $monokai-gi: #a6e22e;
}
.diff-line-num
{
&
.is-over
{
&
.is-over
,
&
.hll
:not
(
.empty-cell
)
.is-over
{
background-color
:
$monokai-over-bg
;
border-color
:
darken
(
$monokai-over-bg
,
5%
);
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
f0e51180
...
...
@@ -145,7 +145,8 @@ $solarized-dark-il: #2aa198;
}
.diff-line-num
{
&
.is-over
{
&
.is-over
,
&
.hll
:not
(
.empty-cell
)
.is-over
{
background-color
:
$solarized-dark-over-bg
;
border-color
:
darken
(
$solarized-dark-over-bg
,
5%
);
...
...
app/assets/stylesheets/highlight/solarized_light.scss
View file @
f0e51180
...
...
@@ -152,7 +152,8 @@ $solarized-light-il: #2aa198;
}
.diff-line-num
{
&
.is-over
{
&
.is-over
,
&
.hll
:not
(
.empty-cell
)
.is-over
{
background-color
:
$solarized-light-over-bg
;
border-color
:
darken
(
$solarized-light-over-bg
,
5%
);
...
...
app/assets/stylesheets/highlight/white.scss
View file @
f0e51180
...
...
@@ -124,7 +124,8 @@ $white-gc-bg: #eaf2f5;
}
}
&
.is-over
{
&
.is-over
,
&
.hll
:not
(
.empty-cell
)
.is-over
{
background-color
:
$white-over-bg
;
border-color
:
darken
(
$white-over-bg
,
5%
);
...
...
app/assets/stylesheets/pages/diff.scss
View file @
f0e51180
...
...
@@ -89,6 +89,10 @@
.diff-line-num
{
width
:
50px
;
a
{
transition
:
none
;
}
}
.line_holder
td
{
...
...
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