vendor/assets/stylesheets/_link.scss in active_frontend-6.2.0 vs vendor/assets/stylesheets/_link.scss in active_frontend-6.3.0

- old
+ new

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