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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
cadf7656
Commit
cadf7656
authored
Mar 10, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix highlight of selected lines
parent
82bb3ec3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
8 deletions
+9
-8
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/dark.scss
+2
-2
app/assets/stylesheets/highlight/monokai.scss
app/assets/stylesheets/highlight/monokai.scss
+1
-1
app/assets/stylesheets/highlight/solarized_dark.scss
app/assets/stylesheets/highlight/solarized_dark.scss
+2
-2
app/assets/stylesheets/highlight/solarized_light.scss
app/assets/stylesheets/highlight/solarized_light.scss
+2
-2
app/assets/stylesheets/highlight/white.scss
app/assets/stylesheets/highlight/white.scss
+1
-1
No files found.
CHANGELOG
View file @
cadf7656
...
...
@@ -44,6 +44,7 @@ v 7.9.0 (unreleased)
- Wrap commit message in EmailsOnPush email.
- Send EmailsOnPush emails when deleting commits using force push.
- Fix EmailsOnPush email comparison link to include first commit.
- Fix highliht of selected lines in file
v 7.8.2
- Fix service migration issue when upgrading from versions prior to 7.3
...
...
app/assets/stylesheets/highlight/dark.scss
View file @
cadf7656
...
...
@@ -13,8 +13,8 @@
}
// highlight line via anchor
pre
.hll
{
background-color
:
#
fff
!
important
;
pre
.hll
{
background-color
:
#
557
!
important
;
}
.hll
{
background-color
:
#373b41
}
...
...
app/assets/stylesheets/highlight/monokai.scss
View file @
cadf7656
...
...
@@ -13,7 +13,7 @@
}
// highlight line via anchor
pre
.hll
{
pre
.hll
{
background-color
:
#49483e
!
important
;
}
...
...
app/assets/stylesheets/highlight/solarized_dark.scss
View file @
cadf7656
...
...
@@ -13,8 +13,8 @@
}
// highlight line via anchor
pre
.hll
{
background-color
:
#
07364
2
!
important
;
pre
.hll
{
background-color
:
#
17465
2
!
important
;
}
/* Solarized Dark
...
...
app/assets/stylesheets/highlight/solarized_light.scss
View file @
cadf7656
...
...
@@ -13,8 +13,8 @@
}
// highlight line via anchor
pre
.hll
{
background-color
:
#
eee8d
5
!
important
;
pre
.hll
{
background-color
:
#
ddd8c
5
!
important
;
}
/* Solarized Light
...
...
app/assets/stylesheets/highlight/white.scss
View file @
cadf7656
...
...
@@ -13,7 +13,7 @@
}
// highlight line via anchor
pre
.hll
{
pre
.hll
{
background-color
:
#f8eec7
!
important
;
}
...
...
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