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
c245a667
Commit
c245a667
authored
Dec 08, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add autoscroll status indicator animation
parent
ba63e4f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
15 deletions
+9
-15
app/assets/stylesheets/pages/builds.scss
app/assets/stylesheets/pages/builds.scss
+9
-15
No files found.
app/assets/stylesheets/pages/builds.scss
View file @
c245a667
@keyframes
fade-out-status
{
0
%
,
50
%
{
opacity
:
1
;
}
100
%
{
opacity
:
0
;
}
}
.build-page
{
pre
.trace
{
background
:
$builds-trace-bg
;
...
...
@@ -84,6 +89,10 @@
font-weight
:
normal
;
line-height
:
1
.8
;
transition
:
opacity
1s
ease-out
;
&
.animate
{
animation
:
fade-out-status
2s
ease
;
}
}
&
:hover
label
{
...
...
@@ -99,21 +108,6 @@
right
:
#{
$gutter_width
+
(
$gl-padding
*
2
)
}
;
}
}
@media
(
max-width
:
$screen-sm-max
)
{
.scroll-link
{
padding
:
6px
13px
;
}
i
.fa
{
margin-right
:
0
;
}
.scroll-step-label
,
.status-message
label
{
display
:
none
;
}
}
}
.environment-information
{
...
...
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