@posiwise/core-styles 0.0.39 → 0.0.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -116,10 +116,15 @@
116
116
  }
117
117
 
118
118
  .p-menuitem-link.p-menuitem-link-active {
119
- background-color: var(--tabs_bg);
119
+ background-color: var(--tabs_bg) !important;
120
120
  color: var(--tabs_text);
121
+ &:hover {
122
+ background-color: var(--tabs_bg) !important;
123
+ color: var(--tabs_text) !important;
124
+ }
121
125
  }
122
126
 
127
+
123
128
  .p-menuitem-link {
124
129
  color: var(--tabs_bg);
125
130
  }