@brillout/docpress 0.10.2 → 0.10.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.
@@ -119,7 +119,6 @@ function NavigationWithColumnLayout(props: { navItems: NavItem[] }) {
119
119
  .menu-toggle-${i} {
120
120
  html.menu-modal-show.menu-modal-show-${i} & {
121
121
  color: black !important;
122
- cursor: default !important;
123
122
  [class^='decolorize-'],
124
123
  [class*=' decolorize-'] {
125
124
  filter: grayscale(0) opacity(1) !important;
@@ -128,6 +127,9 @@ function NavigationWithColumnLayout(props: { navItems: NavItem[] }) {
128
127
  top: 0;
129
128
  }
130
129
  }
130
+ html.menu-modal-show & {
131
+ cursor: default !important;
132
+ }
131
133
  }
132
134
  `
133
135
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.10.2",
3
+ "version": "0.10.3",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@brillout/picocolors": "^1.0.10",