@jsenv/navi 0.5.3 → 0.5.4

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.
@@ -21401,7 +21401,6 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
21401
21401
  /* Active */
21402
21402
  .navi_button[data-active] .navi_button_content {
21403
21403
  --outline-color: var(--border-color-active);
21404
- --background-color: none;
21405
21404
  transform: scale(0.9);
21406
21405
  }
21407
21406
  .navi_button[data-active] .navi_button_shadow {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsenv/navi",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Library of components including navigation to create frontend applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -125,7 +125,6 @@ import.meta.css = /* css */ `
125
125
  /* Active */
126
126
  .navi_button[data-active] .navi_button_content {
127
127
  --outline-color: var(--border-color-active);
128
- --background-color: none;
129
128
  transform: scale(0.9);
130
129
  }
131
130
  .navi_button[data-active] .navi_button_shadow {