@eeacms/volto-n2k 0.1.9 → 0.1.10

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,11 +4,13 @@ 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
- ### [0.1.9](https://github.com/eea/volto-n2k/compare/0.1.8...0.1.9) - 1 September 2022
7
+ ### [0.1.10](https://github.com/eea/volto-n2k/compare/0.1.9...0.1.10) - 2 September 2022
8
8
 
9
9
  #### :hammer_and_wrench: Others
10
10
 
11
- - Fix style for lists + fix link for natura2000 [Miu Razvan - [`da91542`](https://github.com/eea/volto-n2k/commit/da915425b3ed3327796c87e82f3916961a79f4f7)]
11
+ - Update style [Miu Razvan - [`727d165`](https://github.com/eea/volto-n2k/commit/727d165788b39aa507b2aec9478c4d84b6822ac4)]
12
+ ### [0.1.9](https://github.com/eea/volto-n2k/compare/0.1.8...0.1.9) - 1 September 2022
13
+
12
14
  ### [0.1.8](https://github.com/eea/volto-n2k/compare/0.1.7...0.1.8) - 24 August 2022
13
15
 
14
16
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-n2k",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "volto-n2k: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -703,7 +703,7 @@ img.slick-image {
703
703
  }
704
704
 
705
705
  .tabs-block .slick-dots-wrapper .slick-dots li.slick-active button {
706
- border-color: #3b7f02;
706
+ border-color: #3b7f02 !important;
707
707
  background-color: #3b7f02 !important;
708
708
  }
709
709