Commit f258f4f7 authored by dimitrieh's avatar dimitrieh

Remove hover animation from row elements

parent d777e6f1
......@@ -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;
}
---
title: Remove hover animation from row elements
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment