@zyzgroup/core-web 0.1.21 → 0.1.23

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 CHANGED
@@ -90,24 +90,22 @@ 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
  }
@@ -151,7 +149,6 @@ body {
151
149
  var(--max-font-size) * 1px
152
150
  );
153
151
  */
154
- line-height: 1.4;
155
152
  }
156
153
 
157
154
  a,