Skip to content

Commit

Permalink
Merge pull request #83 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea authored Jan 31, 2025
2 parents 2d9bc99 + 8f23a29 commit 6240a2b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 18 additions & 0 deletions src/editor/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6240a2b

Please sign in to comment.