@jsenv/navi 0.27.43 → 0.27.45
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 +6 -0
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -37462,6 +37462,12 @@ installImportMetaCssBuild(import.meta);const css$n = /* css */`
|
|
|
37462
37462
|
--list-item-background-color-keyboard-pointed
|
|
37463
37463
|
);
|
|
37464
37464
|
outline-style: solid;
|
|
37465
|
+
/* When outline displayed + border radius behind the outline we can see some pixels of borders + background */
|
|
37466
|
+
/* To avoid this we need to hide borders and background */
|
|
37467
|
+
/* border transparent + background clip padding box work */
|
|
37468
|
+
/* We set background clip only here otherwise we would have the pixel issue all the time between borders and background */
|
|
37469
|
+
--x-list-item-border-color: transparent;
|
|
37470
|
+
background-clip: padding-box;
|
|
37465
37471
|
|
|
37466
37472
|
/* Selected must win over keyboard-pointed */
|
|
37467
37473
|
&[data-selected] {
|