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
f258f4f7
Commit
f258f4f7
authored
Jan 27, 2017
by
dimitrieh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove hover animation from row elements
parent
d777e6f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+8
-4
changelogs/unreleased/26863-Remove-hover-animation-from-row-elements.yml
...leased/26863-Remove-hover-animation-from-row-elements.yml
+4
-0
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
f258f4f7
...
...
@@ -116,11 +116,15 @@ a {
@include
transition
(
background-color
,
color
,
border
);
}
.tree-table
td
,
.well-list
>
li
{
@include
transition
(
background-color
,
border-color
);
}
//
.tree-table td,
//
.well-list > li {
//
@include transition(background-color, border-color);
//
}
.stage-nav-item
{
@include
transition
(
background-color
,
box-shadow
);
}
.nav-sidebar
a
{
transition
:
none
;
}
changelogs/unreleased/26863-Remove-hover-animation-from-row-elements.yml
0 → 100644
View file @
f258f4f7
---
title
:
Remove hover animation from row elements
merge_request
:
author
:
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