fu-kit 1.1.6 → 1.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fu-kit",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "src/entry.js",
@@ -133,14 +133,6 @@ export default defineComponent({
133
133
  }
134
134
  }
135
135
 
136
- //
137
- // DON'T
138
- //
139
-
140
- & > * {
141
- pointer-events: none;
142
- }
143
-
144
136
  //
145
137
  // STATES
146
138
  //
@@ -48,10 +48,6 @@ export default defineComponent({
48
48
  -webkit-tap-highlight-color: transparent;
49
49
  text-decoration: none;
50
50
 
51
- & > * {
52
- pointer-events: none;
53
- }
54
-
55
51
  &:hover {
56
52
  text-decoration: underline;
57
53
  }