@zyzgroup/core-web 0.1.18 → 0.1.20

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
@@ -98,10 +98,12 @@ td {
98
98
  *[hide] {
99
99
  display: none;
100
100
  }
101
+ /*
101
102
  *[disabled] {
102
103
  opacity: 0.5;
103
104
  pointer-events: none;
104
105
  }
106
+ */
105
107
  /* Anything that has been anchored to should have extra scroll margin */
106
108
  :target {
107
109
  scroll-margin-block: 5ex;