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
Jérome Perrin
gitlab-ce
Commits
67b267a3
Commit
67b267a3
authored
Nov 06, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert Autodevops gear animation
Fix
https://gitlab.com/gitlab-org/gitlab-ce/issues/39798
parent
f580e497
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
23 deletions
+2
-23
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+0
-16
app/views/shared/icons/_icon_autodevops.svg
app/views/shared/icons/_icon_autodevops.svg
+2
-2
changelogs/unreleased/animate-auto-devops.yml
changelogs/unreleased/animate-auto-devops.yml
+0
-5
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
67b267a3
...
...
@@ -23,16 +23,6 @@
@include
webkit-prefix
(
animation-duration
,
2s
);
}
&
.spin-cw
{
transform-origin
:
center
;
animation
:
spin
4s
linear
infinite
;
}
&
.spin-ccw
{
transform-origin
:
center
;
animation
:
spin
4s
linear
infinite
reverse
;
}
&
.flipOutX
,
&
.flipOutY
,
&
.bounceIn
,
...
...
@@ -281,9 +271,3 @@ a {
transform
:
translateX
(
468px
);
}
}
@keyframes
spin
{
100
%
{
transform
:
rotate
(
360deg
);
}
}
app/views/shared/icons/_icon_autodevops.svg
View file @
67b267a3
This diff is collapsed.
Click to expand it.
changelogs/unreleased/animate-auto-devops.yml
deleted
100644 → 0
View file @
f580e497
---
title
:
Animate auto devops graphic
merge_request
:
author
:
type
:
other
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