vendor/assets/stylesheets/_link.scss in active_frontend-10.2.10 vs vendor/assets/stylesheets/_link.scss in active_frontend-10.3.0
- old
+ new
@@ -6,10 +6,11 @@
================================================== */
a {
text-decoration: none;
touch-action: manipulation;
-webkit-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
+ -ms-transition: all 0.3s ease-in-out;
+ transition: all 0.3s ease-in-out;
}
a[disabled] {
cursor: not-allowed;
pointer-events: none;
}
\ No newline at end of file