Skip to content

Commit 6a62a47

Browse files
committed
Merge branch 'TMS-1204' into stage
2 parents 3763b05 + 847ab88 commit 6a62a47

File tree

12 files changed

+341
-312
lines changed

12 files changed

+341
-312
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
- TMS-1144: Change aria-attribute for menu-item
1111
- TMS-1164: Change button hover & focus styles
12-
- TMS-1201: Add iframe-field for accordion-blocks video field
1312
- TMS-1209: Rework window.s translations inline script
13+
- TMS-1204: Add expand-icon for image gallery item if it is expandable
1414

1515
## [1.66.1] - 2025-10-01
1616

assets/icons/expand.svg

Lines changed: 17 additions & 0 deletions
Loading

assets/icons/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import './download.svg';
1515
import './droplet.svg';
1616
import './email.svg';
1717
import './euro.svg';
18+
import './expand.svg';
1819
import './external.svg';
1920
import './facebook.svg';
2021
import './file.svg';

assets/styles/blocks/custom/_image-gallery.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
height: 100% !important;
1717
object-fit: cover;
1818
}
19+
20+
.icon-container {
21+
display: flex;
22+
justify-content: center;
23+
align-items: center;
24+
height: 2rem;
25+
width: 2rem;
26+
}
1927
}
2028

2129
.modal {

assets/styles/ui-components/_icon.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ $accent-invert: $primary-invert !default;
100100
fill: $black !important; // sass-lint:disable-line no-important
101101
}
102102

103+
&.is-white {
104+
fill: $white !important; // sass-lint:disable-line no-important
105+
}
106+
103107
&.is-gray {
104108
fill: $color-tumma-harmaa;
105109
}

lang/fi.mo

-54 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)