We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e16b1b4 + aa3d2ad commit e892e55Copy full SHA for e892e55
resources/views/quantity.blade.php
@@ -100,6 +100,7 @@
100
\Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag())
101
->merge($extraAlpineAttributes, escape: false)
102
->merge([
103
+ 'class' => 'zeus-quantity',
104
'disabled' => $isDisabled,
105
'id' => $id,
106
'max' => $getMaxValue,
@@ -139,13 +140,13 @@
139
140
141
<style>
142
/* Chrome, Safari, Edge, Opera */
- input::-webkit-outer-spin-button,
143
- input::-webkit-inner-spin-button {
+ input.zeus-quantity::-webkit-outer-spin-button,
144
+ input.zeus-quantity::-webkit-inner-spin-button {
145
-webkit-appearance: none;
146
}
147
148
/* Firefox */
- input[type=number] {
149
+ input[type=number].zeus-quantity {
150
-moz-appearance: textfield;
151
152
</style>
0 commit comments