@triptease/tt-navbar 0.0.56 → 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.56
2
+ * @triptease/tt-navbar v0.0.57
3
3
  */
4
4
 
5
5
  // src/urlMappings.ts
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent tt-navbar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "tt-navbar",
6
- "version": "0.0.56",
6
+ "version": "0.0.57",
7
7
  "type": "module",
8
8
  "main": "dist/src/index.js",
9
9
  "module": "dist/src/index.js",
package/src/styles.ts CHANGED
@@ -163,7 +163,11 @@ export const styles = css`
163
163
  align-items: baseline;
164
164
 
165
165
  &::marker {
166
- content: '';
166
+ display: none;
167
+ }
168
+
169
+ &::-webkit-details-marker {
170
+ display: none;
167
171
  }
168
172
  }
169
173