@@ -445,7 +445,7 @@ governing permissions and limitations under the License.
445
445
Details: https://github.com/csstools/normalize.css/blob/main/normalize.css#L297
446
446
*/
447
447
/* stylelint-disable-next-line value-no-vendor-prefix */
448
- appearance : textfield;
448
+ -moz- appearance: textfield;
449
449
450
450
/* All browsers - Change the input font styles */
451
451
text-overflow : ellipsis;
@@ -783,7 +783,7 @@ governing permissions and limitations under the License.
783
783
784
784
/* TODO: Determine if the vendor prefix toggling of appearance is still needed */
785
785
/* stylelint-disable-next-line value-no-vendor-prefix */
786
- appearance : none;
786
+ -webkit- appearance: none;
787
787
788
788
/*
789
789
Removes the native spin buttons in Firefox; -moz-appearance: none results in spinners.
@@ -794,7 +794,7 @@ governing permissions and limitations under the License.
794
794
Details: https://github.com/csstools/normalize.css/blob/main/normalize.css#L297
795
795
*/
796
796
/* stylelint-disable-next-line value-no-vendor-prefix */
797
- appearance : textfield;
797
+ -moz- appearance: textfield;
798
798
799
799
/* place in same cell: input, focus indicator, and grows sizer */
800
800
grid-row : 2 ;
@@ -812,7 +812,7 @@ governing permissions and limitations under the License.
812
812
& ::-webkit-inner-spin-button ,
813
813
& ::-webkit-outer-spin-button {
814
814
/* stylelint-disable-next-line value-no-vendor-prefix */
815
- appearance : none;
815
+ -webkit- appearance: none;
816
816
margin : 0 ;
817
817
}
818
818
0 commit comments