@eeacms/volto-marine-policy 2.0.11 → 2.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [2.0.12](https://github.com/eea/volto-marine-policy/compare/2.0.11...2.0.12) - 13 May 2025
8
+
9
+ #### :house: Internal changes
10
+
11
+ - style: Automated code fix [eea-jenkins - [`185d777`](https://github.com/eea/volto-marine-policy/commit/185d7773fbd2b4c2571ad07bf851e61088e534e2)]
12
+
13
+ #### :hammer_and_wrench: Others
14
+
15
+ - small style update demo sites map [laszlocseh - [`2770217`](https://github.com/eea/volto-marine-policy/commit/27702172e17d865924770c7593753ac0bca61ba2)]
7
16
  ### [2.0.11](https://github.com/eea/volto-marine-policy/compare/2.0.10...2.0.11) - 12 May 2025
8
17
 
9
18
  #### :house: Internal changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-marine-policy",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "@eeacms/volto-marine-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -163,7 +163,7 @@
163
163
  overflow: hidden;
164
164
  padding: 0.5em 0em;
165
165
  margin: 0 0.25em 0.25em 0;
166
- background-color: white !important;
166
+ // background-color: white !important;
167
167
  color: #3d5265 !important;
168
168
 
169
169
  &:active {
@@ -174,9 +174,10 @@
174
174
  // &:focus {
175
175
  // color: rgba(0, 0, 0, 0.6) !important;
176
176
  // }
177
- &:hover {
178
- box-shadow: none;
179
- }
177
+ // &:hover {
178
+ // box-shadow: none;
179
+ // background-color: transparent !important;
180
+ // }
180
181
 
181
182
  span {
182
183
  position: relative !important;
@@ -184,7 +185,7 @@
184
185
  display: inline-block;
185
186
  overflow: hidden;
186
187
  padding: 0.5em 1em;
187
- background-color: white;
188
+ // background-color: white;
188
189
  }
189
190
  }
190
191