mod-base 1.0.6 → 1.0.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": "mod-base",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -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 !important;
161
+ outline: none;
170
162
  }
171
163
 
172
164
  img {