Fix stock card input styling in Firefox.

This commit is contained in:
Jeff Stieler 2019-04-11 09:42:14 -06:00
parent e2f163c2f2
commit 1ed5a559bc
1 changed files with 12 additions and 6 deletions

View File

@ -305,16 +305,22 @@
border-radius: 4px; border-radius: 4px;
height: 36px; height: 36px;
&[type='number']::-webkit-outer-spin-button, &[type='number'] {
&[type='number']::-webkit-inner-spin-button { -moz-appearance: textfield;
-webkit-appearance: none;
margin: 0; &::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
} }
} }
} }
.is-button { .components-button {
height: 34px; min-height: 34px;
padding: 2px 10px;
line-height: 26px;
} }
.woocommerce-activity-card__title { .woocommerce-activity-card__title {