Revert "Fix unusable arrow-buttons on number-inputs in recent Firefox versions."

This reverts commit d900faf5c8.
This commit is contained in:
Raphael Michel
2021-05-06 20:51:17 +02:00
parent d7625b0157
commit 62f85d2160
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ output {
display: block;
width: 100%;
height: $input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
padding: $padding-base-vertical 0 $padding-base-vertical $padding-base-horizontal; // Setting the padding-right to zero, as some versions Firefox render the arrow-buttons on number inputs useless.
padding: $padding-base-vertical $padding-base-horizontal;
font-size: $font-size-base;
line-height: $line-height-base;
color: $input-color;