Fix stock card input styling in Firefox.
This commit is contained in:
parent
e2f163c2f2
commit
1ed5a559bc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue