mod-base 1.0.6 → 1.0.7-beta.1
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
|
@@ -99,14 +99,6 @@ video {
|
|
|
99
99
|
vertical-align: baseline;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
a,
|
|
103
|
-
button,
|
|
104
|
-
input,
|
|
105
|
-
select,
|
|
106
|
-
textarea {
|
|
107
|
-
appearance: none;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
102
|
strong,
|
|
111
103
|
b {
|
|
112
104
|
font-weight: 700;
|
|
@@ -166,7 +158,7 @@ input,
|
|
|
166
158
|
select,
|
|
167
159
|
textarea {
|
|
168
160
|
appearance: none;
|
|
169
|
-
outline: none
|
|
161
|
+
outline: none;
|
|
170
162
|
}
|
|
171
163
|
|
|
172
164
|
img {
|