Commit 96baf2bc authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '26863-Remove-hover-animation-from-row-elements' into 'master'

Resolve "Remove hover animation from row elements"

Closes #26863

See merge request !8842
parents 8ecad3d1 049d603e
......@@ -137,11 +137,13 @@ a {
@include transition(background-color, color, border);
}
.tree-table td,
.well-list > li {
@include transition(background-color, border-color);
}
.stage-nav-item {
@include transition(background-color, box-shadow);
}
.nav-sidebar a,
.dropdown-menu a,
.dropdown-menu button,
.dropdown-menu-nav 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