From 305ae9c14a00a7150b7765144ceb189927637d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Mon, 18 Mar 2024 10:46:46 +0200 Subject: [PATCH 1/2] TMS-914: Change anchor-link blocks border-color --- CHANGELOG.MD | 2 ++ assets/styles/blocks/_anchor-links.scss | 5 +++++ assets/styles/blocks/index.scss | 1 + 3 files changed, 8 insertions(+) create mode 100644 assets/styles/blocks/_anchor-links.scss diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 24cce6f..8ab37a7 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- TMS-914: Change anchor-link blocks border-color + ## [1.2.1] - 2024-02-01 - TMS-980: Add redipress_include_search to include component contents in search results diff --git a/assets/styles/blocks/_anchor-links.scss b/assets/styles/blocks/_anchor-links.scss new file mode 100644 index 0000000..a703bc5 --- /dev/null +++ b/assets/styles/blocks/_anchor-links.scss @@ -0,0 +1,5 @@ +.anchor-links { + &__list { + border-left: 2px solid $color-milavida-grey; + } +} \ No newline at end of file diff --git a/assets/styles/blocks/index.scss b/assets/styles/blocks/index.scss index 1b6cca0..79ca847 100644 --- a/assets/styles/blocks/index.scss +++ b/assets/styles/blocks/index.scss @@ -3,3 +3,4 @@ @import "image"; @import "key-figures"; @import "link-list"; +@import "anchor-links"; From c905c9880cb9c2bc32d57422434566aad50d9f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Mon, 25 Mar 2024 21:58:47 +0200 Subject: [PATCH 2/2] TMS-914: Update changelog --- CHANGELOG.MD | 2 ++ style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8ab37a7..930759e 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.2.3] - 2024-03-26 + - TMS-914: Change anchor-link blocks border-color ## [1.2.1] - 2024-02-01 diff --git a/style.css b/style.css index 951d70a..bcee1a7 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* * Theme Name: TMS Theme Milavida * Description: Tampere Multisite Milavida Theme - * Version: 1.2.1 + * Version: 1.2.3 * Author: Geniem * Author URI: https://geniem.fi * Template: tms-theme-base