vendor/assets/stylesheets/_link.scss in active_frontend-10.3.0 vs vendor/assets/stylesheets/_link.scss in active_frontend-11.0.0

- old
+ new

@@ -5,12 +5,10 @@ /* # Link ================================================== */ a { text-decoration: none; touch-action: manipulation; - -webkit-transition: all 0.3s ease-in-out; - -ms-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; + @include transition(all 0.3s ease-in-out); } a[disabled] { cursor: not-allowed; pointer-events: none; } \ No newline at end of file