@mapbox/assembly 1.5.1 → 1.6.0

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/assembly.css CHANGED
@@ -69,8 +69,7 @@ button {
69
69
  padding: 0;
70
70
  width: auto;
71
71
  text-align: left;
72
- -webkit-appearance: none;
73
- appearance: none;
72
+ appearance: none;
74
73
  -webkit-user-select: none;
75
74
  user-select: none;
76
75
  cursor: pointer;
@@ -657,8 +656,7 @@ against .round class */
657
656
  .select,
658
657
  .textarea {
659
658
  /* Reset ... */
660
- -webkit-appearance: none;
661
- appearance: none;
659
+ appearance: none;
662
660
  font-family: inherit;
663
661
  background: transparent;
664
662
  border: 0;
@@ -712,13 +710,11 @@ against .round class */
712
710
  height: 0;
713
711
  }
714
712
  .input[type='search'] {
715
- -webkit-appearance: none;
716
- appearance: none;
713
+ appearance: none;
717
714
  }
718
715
  .input[type='search']::-webkit-search-decoration,
719
716
  .input[type='search']::-webkit-search-cancel-button {
720
- -webkit-appearance: none;
721
- appearance: none;
717
+ appearance: none;
722
718
  }
723
719
 
724
720
  /**
@@ -842,8 +838,7 @@ because it seems to be more cross-browser consistent with all HTML5 input types
842
838
  }
843
839
 
844
840
  .select {
845
- -webkit-appearance: none;
846
- appearance: none;
841
+ appearance: none;
847
842
  background-color: transparent;
848
843
  font-size: 16px;
849
844
  line-height: 24px;
@@ -1020,8 +1015,7 @@ because it seems to be more cross-browser consistent with all HTML5 input types
1020
1015
  }
1021
1016
 
1022
1017
  .range > input {
1023
- -webkit-appearance: none;
1024
- appearance: none;
1018
+ appearance: none;
1025
1019
  width: 100%;
1026
1020
  margin: 0;
1027
1021
  border: 0;
@@ -1092,8 +1086,7 @@ because it seems to be more cross-browser consistent with all HTML5 input types
1092
1086
  box-sizing: border-box;
1093
1087
  -webkit-transition: background 0.125s;
1094
1088
  transition: background 0.125s;
1095
- -webkit-appearance: none;
1096
- appearance: none;
1089
+ appearance: none;
1097
1090
  box-shadow: none;
1098
1091
  width: 20px;
1099
1092
  height: 20px;