@intellias/menu 2.0.2 → 2.0.3

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/dist/css/main.css CHANGED
@@ -915,6 +915,9 @@
915
915
  .intems-menu-additional li a.no-kudos:hover {
916
916
  color: #253746;
917
917
  }
918
+ .intems-menu-additional li a.no-kudos:hover .icon {
919
+ color: #253746;
920
+ }
918
921
  .intems-menu-additional li a .icon {
919
922
  transition: 0.3s;
920
923
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {