primefaces/primeng-sass-theme

Focus on Primary button not working

Thoemmy opened this issue · 0 comments

I added inside the theme-base following:

&:not(:disabled):focus {
  box-shadow: $buttonFocusShadow;
}

this scss code is missing