@community-release/nx-ui 0.0.26 → 0.0.27
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/module.json
CHANGED
|
@@ -138,14 +138,7 @@
|
|
|
138
138
|
|
|
139
139
|
> input {
|
|
140
140
|
position: absolute;
|
|
141
|
-
top: 0;
|
|
142
|
-
left: 0;
|
|
143
|
-
margin: 0;
|
|
144
|
-
padding: 0;
|
|
145
|
-
width: 100%;
|
|
146
|
-
height: 100%;
|
|
147
141
|
opacity: 0;
|
|
148
|
-
cursor: pointer;
|
|
149
142
|
}
|
|
150
143
|
|
|
151
144
|
> i {
|
|
@@ -188,7 +181,6 @@
|
|
|
188
181
|
}
|
|
189
182
|
|
|
190
183
|
> a {
|
|
191
|
-
pointer-events: none;
|
|
192
184
|
position: relative;
|
|
193
185
|
}
|
|
194
186
|
|