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
d144160f
Commit
d144160f
authored
Dec 09, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Flip embedded SVG on hover
parent
3202c9c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
5 deletions
+22
-5
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+22
-5
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
d144160f
...
...
@@ -80,18 +80,36 @@
height
:
33px
;
&
.scroll-top
{
background-image
:
image-url
(
'scroll_up'
);
.gitlab-icon-scroll-up-hover
{
display
:
none
;
}
&
:hover
{
background-image
:
image-url
(
'scroll_up_hover_active'
);
.gitlab-icon-scroll-up
{
display
:
none
;
}
.gitlab-icon-scroll-up-hover
{
display
:
inline-block
;
}
}
}
&
.scroll-bottom
{
background-image
:
image-url
(
'scroll_down'
);
.gitlab-icon-scroll-down-hover
{
display
:
none
;
}
&
:hover
{
background-image
:
image-url
(
'scroll_down_hover_active'
);
.gitlab-icon-scroll-down
{
display
:
none
;
}
.gitlab-icon-scroll-down-hover
{
display
:
inline-block
;
}
}
}
...
...
@@ -129,7 +147,6 @@
display
:
inline-block
;
width
:
16px
;
height
:
33px
;
background-image
:
image-url
(
'scroll_down_hover_active'
);
}
.status-text
{
...
...
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