79627886

Date: 2025-05-18 22:15:40
Score: 0.5
Natty:
Report link

Use pseudoclases to get the desired element in your global styles file.

.ag-filter-apply-panel{
    .ag-button:first-child {
        //Your awesome style for 'clear' button
    }
    .ag-button:last-child {
        //Your awesome style for 'apply' button
    }
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nicolascolman