mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Fix UI Bug To Show Quantity on Details page
This commit is contained in:
@@ -28,10 +28,10 @@
|
||||
</div>
|
||||
<div class="detail">
|
||||
<div class="name">Menge</div>
|
||||
<div class="value">
|
||||
<div class="value isa-flex isa-justify-content-center">
|
||||
<button
|
||||
[class.hidden]="inputQuantity"
|
||||
class="isa-btn btn-quantity isa-text-left isa-p-0"
|
||||
class="isa-btn btn-quantity isa-text-left isa-p-0 isa-font-dark"
|
||||
[disabled]="!selectable"
|
||||
(click)="quantityDropdown.toggle()"
|
||||
>
|
||||
|
||||
@@ -121,6 +121,10 @@ button:disabled.isa-btn {
|
||||
background: $button-disabled-color !important;
|
||||
border: none !important;
|
||||
color: $isa-white !important;
|
||||
|
||||
&.isa-font-dark {
|
||||
color: initial !important;
|
||||
}
|
||||
}
|
||||
|
||||
.isa-btn-block {
|
||||
|
||||
Reference in New Issue
Block a user