@trpc-panel/core 1.0.5 → 1.0.6
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/lib/index.js +11 -2
- package/lib/index.mjs +11 -2
- package/lib/react-app/bundle.js +100 -100
- package/lib/react-app/index.css +2 -2
- package/package.json +1 -1
package/lib/react-app/index.css
CHANGED
|
@@ -152,7 +152,7 @@ html,
|
|
|
152
152
|
-moz-tab-size: 4;
|
|
153
153
|
/* 3 */
|
|
154
154
|
-o-tab-size: 4;
|
|
155
|
-
|
|
155
|
+
tab-size: 4;
|
|
156
156
|
/* 3 */
|
|
157
157
|
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
158
158
|
/* 4 */
|
|
@@ -197,7 +197,7 @@ Add the correct text decoration in Chrome, Edge, and Safari.
|
|
|
197
197
|
|
|
198
198
|
abbr:where([title]) {
|
|
199
199
|
-webkit-text-decoration: underline dotted;
|
|
200
|
-
|
|
200
|
+
text-decoration: underline dotted;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
/*
|