@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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.25
2
+ * @triptease/tt-navbar v0.0.27
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -745,6 +745,13 @@ var styles = i`
745
745
  }
746
746
  }
747
747
 
748
+ .sidebar-closed details:has(.current-page) > summary {
749
+ --nav-item-color: var(--color-primary-400);
750
+ border-radius: var(--border-radius-100);
751
+ background-color: var(--color-primary-100);
752
+ color: var(--nav-item-color);
753
+ }
754
+
748
755
  .sub-nav-item {
749
756
  width: 100%;
750
757
  display: flex;