@triptease/tt-navbar 0.0.25 → 0.0.27

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/web/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.25
2
+ * @triptease/tt-navbar v0.0.27
3
3
  */
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1806,6 +1806,13 @@ var styles2 = i`
1806
1806
  }
1807
1807
  }
1808
1808
 
1809
+ .sidebar-closed details:has(.current-page) > summary {
1810
+ --nav-item-color: var(--color-primary-400);
1811
+ border-radius: var(--border-radius-100);
1812
+ background-color: var(--color-primary-100);
1813
+ color: var(--nav-item-color);
1814
+ }
1815
+
1809
1816
  .sub-nav-item {
1810
1817
  width: 100%;
1811
1818
  display: flex;