fu-kit 1.1.6 → 1.1.8

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/README.md CHANGED
@@ -12,8 +12,6 @@ Use it with caution. This is my play yard.
12
12
 
13
13
  ## Standard Vue run sequence
14
14
 
15
- Demo [fu-kit.vovchisko.dev](https://fu-kit.vovchisko.dev)
16
-
17
15
  ```
18
16
  npm i # install
19
17
  npm run serve # serve locally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fu-kit",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
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
  }