Commit f258f4f7 authored by dimitrieh's avatar dimitrieh

Remove hover animation from row elements

parent d777e6f1
...@@ -116,11 +116,15 @@ a { ...@@ -116,11 +116,15 @@ a {
@include transition(background-color, color, border); @include transition(background-color, color, border);
} }
.tree-table td, // .tree-table td,
.well-list > li { // .well-list > li {
@include transition(background-color, border-color); // @include transition(background-color, border-color);
} // }
.stage-nav-item { .stage-nav-item {
@include transition(background-color, box-shadow); @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