You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to version 3.47.2 (from 3.44.0), and now my primary buttons don't have a focus ring when they are pressed (has the :focus state active), but the Secondary, Info, Warning, etc buttons still do.
They have the SCSS like below inside the theme-base\components\button\_button.scss file
I noticed that the non-primary buttons have rules that target the :focus state, but the primary button does not have this rule. It looks like this commit changed it to be :focus-visible : 08026c0
Flipping around the themes on https://primevue.org/button/ it looks like the Aura themes do not have this focus ring, but the Lara theme does.
It seems like the mytheme editable base is maybe broken? Or is the intent to manually set the focus ring for the primary button when using the mytheme ?
The text was updated successfully, but these errors were encountered:
Not sure if this is a bug or not.
I just updated to version 3.47.2 (from 3.44.0), and now my primary buttons don't have a focus ring when they are pressed (has the
:focus
state active), but the Secondary, Info, Warning, etc buttons still do.They have the SCSS like below inside the
theme-base\components\button\_button.scss
fileI noticed that the non-primary buttons have rules that target the
:focus
state, but the primary button does not have this rule. It looks like this commit changed it to be:focus-visible
: 08026c0Flipping around the themes on https://primevue.org/button/ it looks like the Aura themes do not have this focus ring, but the Lara theme does.
It seems like the
mytheme
editable base is maybe broken? Or is the intent to manually set the focus ring for the primary button when using themytheme
?The text was updated successfully, but these errors were encountered: