Commit fb7cdf10 authored by dimitrieh's avatar dimitrieh

removed darkening hover state and animation color labels

parent 37d43fa9
...@@ -115,10 +115,6 @@ a { ...@@ -115,10 +115,6 @@ a {
@include transition(background-color, color, border); @include transition(background-color, color, border);
} }
.color-label {
@include transition(box-shadow);
}
.tree-table td, .tree-table td,
.well-list > li { .well-list > li {
@include transition(background-color, border-color); @include transition(background-color, border-color);
......
...@@ -106,10 +106,6 @@ ...@@ -106,10 +106,6 @@
.color-label { .color-label {
padding: 3px 7px; padding: 3px 7px;
border-radius: $label-border-radius; border-radius: $label-border-radius;
&:hover {
box-shadow: inset 0 0 0 80px $label-remove-border;
}
} }
.dropdown-labels-error { .dropdown-labels-error {
......
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