@zyzgroup/core-web 0.1.22 → 0.1.24
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/better.css +9 -11
- package/package.json +1 -1
package/dist/better.css
CHANGED
|
@@ -90,32 +90,30 @@ td {
|
|
|
90
90
|
font-weight: inherit;
|
|
91
91
|
font-style: inherit;
|
|
92
92
|
font-family: inherit;
|
|
93
|
-
vertical-align: baseline;
|
|
93
|
+
/* vertical-align: baseline; */
|
|
94
94
|
/* 去掉点击时的蓝色外边框和灰色半透明背景 */
|
|
95
95
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
96
96
|
}
|
|
97
97
|
/* ms moz webkit o */
|
|
98
|
-
*[hide] {
|
|
98
|
+
/* *[hide] {
|
|
99
99
|
display: none;
|
|
100
|
-
}
|
|
101
|
-
/*
|
|
102
|
-
*[disabled] {
|
|
100
|
+
} */
|
|
101
|
+
/* [disabled] {
|
|
103
102
|
opacity: 0.5;
|
|
104
103
|
pointer-events: none;
|
|
105
|
-
}
|
|
106
|
-
*/
|
|
104
|
+
} */
|
|
107
105
|
/* Anything that has been anchored to should have extra scroll margin */
|
|
108
|
-
:target {
|
|
106
|
+
/* :target {
|
|
109
107
|
scroll-margin-block: 5ex;
|
|
110
|
-
}
|
|
108
|
+
} */
|
|
111
109
|
:focus {
|
|
112
110
|
outline: 0;
|
|
113
111
|
}
|
|
114
112
|
|
|
115
113
|
html {
|
|
116
|
-
font-family: system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
114
|
+
/* font-family: system-ui, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
117
115
|
"PingFang SC", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans",
|
|
118
|
-
"Helvetica Neue", sans-serif;
|
|
116
|
+
"Helvetica Neue", sans-serif; */
|
|
119
117
|
text-rendering: optimizeLegibility;
|
|
120
118
|
-webkit-font-smoothing: antialiased;
|
|
121
119
|
-moz-osx-font-smoothing: grayscale;
|