-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TMS-914: Add new anchor-links block & functionalities #498
Conversation
assets/scripts/anchor-links.js
Outdated
/* | ||
* Copyright (c) 2023. Hion Digital | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turhaa tauhkaa?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eikai turhaa, mutta väärä vuosi lipsahtanut
.anchor-links { | ||
&__list { | ||
padding-left: 1rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.anchor-links { | |
&__list { | |
padding-left: 1rem; | |
.anchor-links { | |
&__list { | |
padding-left: $theme-spacing; |
?
style="background-image: url({image.sizes.large})"> | ||
<div {?anchor}id="{anchor|attr}"{/anchor} | ||
class="image-banner mt-4 mb-4 mt-8-tablet mb-8-tablet is-relative is-align-full has-background-cover" | ||
style="background-image: url({image.sizes.large|attr})"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style="background-image: url({image.sizes.large|attr})"> | |
style="background-image: url({image.sizes.large|url})"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eikös tää palauta urlin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Palauttaahan se :) korjataan
<div class="image-gallery {align_class} gallery {column_class} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop" | ||
<div | ||
{?anchor}id="{anchor|attr}"{/anchor} | ||
class="image-gallery {align_class} gallery {column_class} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class="image-gallery {align_class} gallery {column_class} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop" | |
class="image-gallery {align_class|attr} gallery {column_class|attr} js-image-gallery mt-8 mb-8 mt-11-desktop mb-11-desktop" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙆♂️
Severa-ID: 2108
Severa-kuvaus: TMS-914 8 - Ankkurilinkit
Task: https://hiondigital.atlassian.net/browse/TMS-914
Description
Types of changes