79200796

Date: 2024-11-18 17:13:30
Score: 0.5
Natty:
Report link

Just use the "regular" opacity attribute.

// Set button colour & Text colour
ion-button[disabled] {
  --ion-color-base: var(--light-gray) !important;
  --ion-color-contrast: var(--gray) !important;
  opacity: 1;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Koby