mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
feat: update button styles to enhance icon visibility in disabled state
This commit is contained in:
@@ -68,6 +68,10 @@
|
||||
&.disabled {
|
||||
@apply border-isa-neutral-400 text-isa-neutral-400 bg-isa-white;
|
||||
}
|
||||
|
||||
ng-icon {
|
||||
@apply text-isa-secondary-600;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-button__brand {
|
||||
@@ -106,6 +110,10 @@
|
||||
&.disabled {
|
||||
@apply bg-isa-neutral-200 text-isa-neutral-500;
|
||||
}
|
||||
|
||||
ng-icon {
|
||||
@apply text-isa-neutral-600;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-button:disabled,
|
||||
|
||||
Reference in New Issue
Block a user