@jsenv/navi 0.27.33 → 0.27.34
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 -3
- package/dist/jsenv_navi.js.map +4 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -27376,6 +27376,10 @@ installImportMetaCssBuild(import.meta);const css$I = /* css */`
|
|
|
27376
27376
|
--button-background-color-readonly
|
|
27377
27377
|
);
|
|
27378
27378
|
--button-color-disabled: var(--button-color-readonly);
|
|
27379
|
+
|
|
27380
|
+
/* Here to be easy to override */
|
|
27381
|
+
font-size: var(--button-font-size);
|
|
27382
|
+
font-family: var(--button-font-family);
|
|
27379
27383
|
}
|
|
27380
27384
|
}
|
|
27381
27385
|
|
|
@@ -27403,8 +27407,6 @@ installImportMetaCssBuild(import.meta);const css$I = /* css */`
|
|
|
27403
27407
|
cursor: var(--x-button-cursor);
|
|
27404
27408
|
-webkit-tap-highlight-color: transparent;
|
|
27405
27409
|
position: relative;
|
|
27406
|
-
font-size: var(--button-font-size);
|
|
27407
|
-
font-family: var(--button-font-family);
|
|
27408
27410
|
touch-action: manipulation;
|
|
27409
27411
|
user-select: none;
|
|
27410
27412
|
-webkit-tap-highlight-color: var(--navi-control-tap-highlight-color);
|
|
@@ -38096,7 +38098,6 @@ installImportMetaCssBuild(import.meta);const css$i = /* css */`
|
|
|
38096
38098
|
display: inline-block;
|
|
38097
38099
|
min-width: 0;
|
|
38098
38100
|
max-width: 100%;
|
|
38099
|
-
margin-inline: 0.2em;
|
|
38100
38101
|
margin-top: calc(-1 * var(--x-picker-padding-top));
|
|
38101
38102
|
margin-bottom: calc(-1 * var(--x-picker-padding-bottom));
|
|
38102
38103
|
padding-top: var(--x-picker-padding-top);
|
|
@@ -38116,6 +38117,7 @@ installImportMetaCssBuild(import.meta);const css$i = /* css */`
|
|
|
38116
38117
|
display: inline-flex;
|
|
38117
38118
|
height: 1em;
|
|
38118
38119
|
height: 1lh;
|
|
38120
|
+
margin-inline: 0.1em;
|
|
38119
38121
|
flex-shrink: 0;
|
|
38120
38122
|
align-items: center;
|
|
38121
38123
|
align-self: flex-start;
|
|
@@ -38144,6 +38146,7 @@ installImportMetaCssBuild(import.meta);const css$i = /* css */`
|
|
|
38144
38146
|
|
|
38145
38147
|
.navi_picker_content {
|
|
38146
38148
|
display: contents;
|
|
38149
|
+
text-align: initial; /* Don't inherit picker text align */
|
|
38147
38150
|
}
|
|
38148
38151
|
|
|
38149
38152
|
&[data-line-clamp] {
|