@jsenv/navi 0.29.0 → 0.29.1
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 +8 -4
- package/dist/jsenv_navi.js.map +2 -2
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -48664,7 +48664,10 @@ const css$p = /* css */`
|
|
|
48664
48664
|
color: inherit;
|
|
48665
48665
|
background: none;
|
|
48666
48666
|
border: none;
|
|
48667
|
-
|
|
48667
|
+
/* Square by default, and rounded back only where the box is rounded (see
|
|
48668
|
+
below): the corners that give onto the value have nothing to follow, and
|
|
48669
|
+
a radius there would show as a notch in the pressed background. */
|
|
48670
|
+
border-radius: 0;
|
|
48668
48671
|
cursor: pointer;
|
|
48669
48672
|
}
|
|
48670
48673
|
.navi_picker_spin > .navi_picker_spin_way_out:hover {
|
|
@@ -48690,9 +48693,10 @@ const css$p = /* css */`
|
|
|
48690
48693
|
justify-content: center;
|
|
48691
48694
|
}
|
|
48692
48695
|
/* The corners of the box belong to what sits in them: a chevron in the corner
|
|
48693
|
-
of a rounded spin is rounded there too, and nowhere else
|
|
48694
|
-
|
|
48695
|
-
ring of the very button it
|
|
48696
|
+
of a rounded spin is rounded there too, and nowhere else — the two corners
|
|
48697
|
+
it does not own stay at the 0 above. Said with inherit rather than clipped
|
|
48698
|
+
away with overflow, which would cut the focus ring of the very button it
|
|
48699
|
+
rounds. */
|
|
48696
48700
|
.navi_picker_spin:not([data-vertical])
|
|
48697
48701
|
> .navi_picker_spin_way_out:first-of-type {
|
|
48698
48702
|
border-start-start-radius: inherit;
|