79232979

Date: 2024-11-28 07:51:37
Score: 1
Natty:
Report link

I think this could work perfectly::

SCSS:

accordion-group {
  ::ng-deep {
    .btn:hover {
      background-color: transparent !important;
    }

    .btn {
      color: #0f92d8 !important;
      font-weight: 600 !important;
      outline: none !important;
    }

  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manodip_123