mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Mengenauswahl Input Styling angepasst
This commit is contained in:
@@ -20,8 +20,19 @@
|
||||
@apply border-brand;
|
||||
}
|
||||
|
||||
input {
|
||||
input[type='number'] {
|
||||
@apply focus:outline-none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
-ms-appearance: none;
|
||||
-o-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input.ng-dirty.ng-invalid {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
cdkMenuGroup
|
||||
*ngIf="maxValue > 10"
|
||||
class="h-12 w-full text-center"
|
||||
type="text"
|
||||
type="number"
|
||||
placeholder="10+"
|
||||
(keydown)="$event.stopPropagation()"
|
||||
[formControl]="quantityControl"
|
||||
|
||||
Reference in New Issue
Block a user