@triptease/tt-navbar 0.0.55 → 0.0.57

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.55
2
+ * @triptease/tt-navbar v0.0.57
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -713,7 +713,11 @@ var styles = i`
713
713
  align-items: baseline;
714
714
 
715
715
  &::marker {
716
- content: '';
716
+ display: none;
717
+ }
718
+
719
+ &::-webkit-details-marker {
720
+ display: none;
717
721
  }
718
722
  }
719
723
 
@@ -836,7 +840,7 @@ var styles = i`
836
840
  opacity: 0;
837
841
  }
838
842
 
839
- .nav-toggle-button:hover .nav-toggle-tooltip {
843
+ .nav-toggle-button:is(:hover,:focus-within) .nav-toggle-tooltip {
840
844
  visibility: visible;
841
845
  opacity: 1;
842
846
  }