79617397

Date: 2025-05-12 07:42:45
Score: 0.5
Natty:
Report link

Seems like your using bootstrap:

Angular code mostly looks fine to me. Below is the css class targets buttons disabled via the disabled attribute & your already using !important for overriding which is fine.

button.disabled,
button[disabled] {
  cursor: not-allowed !important;
  opacity: 0.65;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Omprakash S