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
Léo-Paul Géneau
gitlab-ce
Commits
8badb65d
Commit
8badb65d
authored
Nov 23, 2016
by
Nur Rony
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes non-retina shadow and browser zoom issue
parent
d7eeb6df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+5
-3
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
8badb65d
...
...
@@ -75,6 +75,8 @@ ul.notes {
display
:
none
;
padding
:
10px
0
0
;
cursor
:
pointer
;
position
:
relative
;
z-index
:
2
;
&
:hover
{
color
:
$gl-link-color
;
...
...
@@ -118,11 +120,11 @@ ul.notes {
&
:
:
after
{
content
:
''
;
width
:
100%
;
height
:
20
px
;
height
:
67
px
;
position
:
absolute
;
left
:
0
;
bottom
:
50px
;
background
:
linear-gradient
(
rgba
(
$gray-light
,
.3
)
0
,
$white-light
);
bottom
:
0
;
background
:
linear-gradient
(
rgba
(
$gray-light
,
0
.1
)
-100px
,
$white-light
100%
);
}
&
.hide-shade
{
...
...
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