Skip to content

Disabling Button Focus #152

Closed Answered by yigitfindikli
Commando-Brando asked this question in PrimeReact
Discussion options

You must be logged in to vote

Hi @Commando-Brando,

You can use it like this:

`@media (min-width: 0px) and (max-width: 576px) {
.p-button {
box-shadow: unset;
}
}

@media (min-width: 576px) and (max-width: 992px) {
.p-button {
box-shadow: unset;
}
}`

Stackblitz example: https://stackblitz.com/edit/react-7ruszd?file=src%2Fstyle.css

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Commando-Brando
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants