primeng-sass-theme
primeng-sass-theme copied to clipboard
Focus on Primary button not working
I added inside the theme-base following:
&:not(:disabled):focus {
box-shadow: $buttonFocusShadow;
}
this scss code is missing