diff --git a/src/components/Label/Label.scss b/src/components/Label/Label.scss index 1ae880daf6..adc7990c7e 100644 --- a/src/components/Label/Label.scss +++ b/src/components/Label/Label.scss @@ -110,9 +110,6 @@ $hover-opacity: 0.7; cursor: pointer; color: inherit; - transition: color, background-color; - transition-duration: $transitionDuration; - transition-timing-function: $transitionTimingFunction; } }