@jsenv/navi 0.27.43 → 0.27.44
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/jsenv_navi.js +5 -0
- package/dist/jsenv_navi.js.map +4 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -37462,6 +37462,7 @@ installImportMetaCssBuild(import.meta);const css$n = /* css */`
|
|
|
37462
37462
|
--list-item-background-color-keyboard-pointed
|
|
37463
37463
|
);
|
|
37464
37464
|
outline-style: solid;
|
|
37465
|
+
--x-list-item-border-color: transparent;
|
|
37465
37466
|
|
|
37466
37467
|
/* Selected must win over keyboard-pointed */
|
|
37467
37468
|
&[data-selected] {
|
|
@@ -38225,6 +38226,10 @@ const css$m = /* css */`
|
|
|
38225
38226
|
);
|
|
38226
38227
|
color: var(--x-list-item-color);
|
|
38227
38228
|
font-weight: var(--x-list-item-font-weight);
|
|
38229
|
+
/* Border-radius can cause background to appear behind the borders or behind the outline */
|
|
38230
|
+
/* padding-box ensure background stays inside borders */
|
|
38231
|
+
/* For outline we also set border-color transparent when focused */
|
|
38232
|
+
background-clip: padding-box;
|
|
38228
38233
|
background-color: var(--x-list-item-background-color);
|
|
38229
38234
|
border: var(--x-list-item-border-width) solid
|
|
38230
38235
|
var(--x-list-item-border-color);
|