@elliemae/ds-basic 3.0.0-next.51 → 3.0.0-next.52

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.
@@ -190,30 +190,24 @@ select {
190
190
  * Correct the inability to style clickable types in iOS and Safari.
191
191
  */
192
192
  button,
193
- [type="button"],
194
- [type="reset"],
195
- [type="submit"] {
193
+ [type='button'],
194
+ [type='reset'],
195
+ [type='submit'] {
196
196
  -webkit-appearance: button; }
197
197
 
198
198
  /**
199
199
  * Remove the inner border and padding in Firefox.
200
200
  */
201
201
  button::-moz-focus-inner,
202
- [type="button"]::-moz-focus-inner,
203
- [type="reset"]::-moz-focus-inner,
204
- [type="submit"]::-moz-focus-inner {
202
+ [type='button']::-moz-focus-inner,
203
+ [type='reset']::-moz-focus-inner,
204
+ [type='submit']::-moz-focus-inner {
205
205
  border-style: none;
206
206
  padding: 0; }
207
207
 
208
208
  /**
209
209
  * Restore the focus styles unset by the previous rule.
210
210
  */
211
- button:-moz-focusring,
212
- [type="button"]:-moz-focusring,
213
- [type="reset"]:-moz-focusring,
214
- [type="submit"]:-moz-focusring {
215
- outline: 1px dotted ButtonText; }
216
-
217
211
  /**
218
212
  * Correct the padding in Firefox.
219
213
  */
@@ -256,8 +250,8 @@ textarea {
256
250
  * 1. Add the correct box sizing in IE 10.
257
251
  * 2. Remove the padding in IE 10.
258
252
  */
259
- [type="checkbox"],
260
- [type="radio"] {
253
+ [type='checkbox'],
254
+ [type='radio'] {
261
255
  box-sizing: border-box;
262
256
  /* 1 */
263
257
  padding: 0;
@@ -266,15 +260,15 @@ textarea {
266
260
  /**
267
261
  * Correct the cursor style of increment and decrement buttons in Chrome.
268
262
  */
269
- [type="number"]::-webkit-inner-spin-button,
270
- [type="number"]::-webkit-outer-spin-button {
263
+ [type='number']::-webkit-inner-spin-button,
264
+ [type='number']::-webkit-outer-spin-button {
271
265
  height: auto; }
272
266
 
273
267
  /**
274
268
  * 1. Correct the odd appearance in Chrome and Safari.
275
269
  * 2. Correct the outline style in Safari.
276
270
  */
277
- [type="search"] {
271
+ [type='search'] {
278
272
  -webkit-appearance: textfield;
279
273
  /* 1 */
280
274
  outline-offset: -2px;
@@ -283,7 +277,7 @@ textarea {
283
277
  /**
284
278
  * Remove the inner padding in Chrome and Safari on macOS.
285
279
  */
286
- [type="search"]::-webkit-search-decoration {
280
+ [type='search']::-webkit-search-decoration {
287
281
  -webkit-appearance: none; }
288
282
 
289
283
  /**