@triptease/tt-navbar 0.0.26 → 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.26
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;
@@ -776,8 +783,7 @@ var styles = i`
776
783
  }
777
784
  }
778
785
 
779
- .current-page,
780
- .sidebar-closed details:has(.current-page) > summary {
786
+ .current-page {
781
787
  --nav-item-color: var(--color-primary-400);
782
788
  border-radius: var(--border-radius-100);
783
789
  background-color: var(--color-primary-100);