@voplus/morpho-workspace 6.0.182 → 6.0.183

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.
@@ -8,13 +8,13 @@
8
8
  border-radius: 5px;
9
9
 
10
10
  &:hover {
11
- border: 1px solid rgba(33, 126, 179, 0.5);
12
- box-shadow: 0px 3px 6px #e0efff;
11
+ border: 1px solid rgba(33, 126, 179, 0.5) !important;
12
+ box-shadow: 0px 3px 6px #e0efff !important;
13
13
  }
14
14
 
15
15
  &:global(.active) {
16
- border: 1px solid rgba(33, 126, 179, 0.5);
17
- box-shadow: 0px 3px 6px #e0efff;
16
+ border: 1px solid rgba(33, 126, 179, 0.5) !important;
17
+ box-shadow: 0px 3px 6px #e0efff !important;
18
18
  }
19
19
 
20
20
  :global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "6.0.182",
3
+ "version": "6.0.183",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",