From 0eedb9fe55726ddddc3047d24c8cb0a33a135589 Mon Sep 17 00:00:00 2001 From: dobri1408 <50819975+dobri1408@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:34:15 +0200 Subject: [PATCH 1/2] fix: CSS in accordion for footnotes - refs #282898 --- src/editor/styles.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/editor/styles.less b/src/editor/styles.less index a401178..723c345 100644 --- a/src/editor/styles.less +++ b/src/editor/styles.less @@ -16,6 +16,24 @@ span[aria-describedby='footnote-label'] { outline-offset: 2px; } } + + .content { + padding: 0px !important; + background-color: #ffff !important; + } + + .content:hover { + padding: 0.1px !important; + background-color: #ffff !important; + } + + div[role='list']:hover { + background-color: #ffff !important; + } + + a[role='listitem']:hover { + background-color: #ffff !important; + } } .footnote-edit-node { From 8f23a2996e29f63773e0b1ef94afccca83b46988 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:50:27 +0000 Subject: [PATCH 2/2] Automated release 7.2.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc758c..fbaf2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [7.2.3](https://github.com/eea/volto-slate-footnote/compare/7.2.2...7.2.3) - 31 January 2025 + +#### :bug: Bug Fixes + +- fix: CSS in accordion for footnotes - refs #282898 [dobri1408 - [`0eedb9f`](https://github.com/eea/volto-slate-footnote/commit/0eedb9fe55726ddddc3047d24c8cb0a33a135589)] + ### [7.2.2](https://github.com/eea/volto-slate-footnote/compare/7.2.1...7.2.2) - 31 January 2025 #### :bug: Bug Fixes diff --git a/package.json b/package.json index 9299485..3131f5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-slate-footnote", - "version": "7.2.2", + "version": "7.2.3", "description": "volto-slate-footnote: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",