Skip to content

Commit 31386d1

Browse files
authored
Merge branch 'master' into TMS-1160
2 parents 4907db6 + 3c2bee8 commit 31386d1

File tree

12 files changed

+245
-220
lines changed

12 files changed

+245
-220
lines changed

CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99

1010
- TMS-1160: Fix elements focus outline thickness
11+
- TMS-1158: Disable mobile-nav from closing when scrolling by clicking the inner container
12+
13+
## [1.63.0] - 2025-08-11
14+
15+
- TMS-1162:
16+
- Hide breadcrumbs pseudo-elements text from screen readers
17+
- Add aria-label translations for breadcrumbs
18+
- TMS-1170: Change hamburger-menu icon color for häive-theme
19+
- TMS-1176: Add homepage-selection for some-linklist fields
20+
- TMS-1183: Use Logger for EventzClient errors
1121

1222
## [1.62.0] - 2025-06-23
1323

assets/styles/theme-haive.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ $primary-light: bulmaLighten(#f2ac58, 10);
66
$primary-light-invert: $color-black;
77
$primary-dark: bulmaDarken(#f2ac58, 20);
88
$primary-dark-invert: $color-black;
9+
$fly-out-nav-trigger-icon: $color-black;
10+
$fly-out-nav-trigger-icon-hover: $color-black;
911

1012
$secondary: #f9ecd4;
1113
$secondary-invert: $color-black;

assets/styles/ui-components/_breadcrumbs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ $tms-breadcrumb-item-color-separator: $color-black !default;
4343

4444
li + li {
4545
&::before {
46+
content: "" / "" !important;
4647
color: $tms-breadcrumb-item-color-separator;
4748
}
4849
}

lang/fi.mo

53 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)