is it possible to remove steps items box shadow?

UI Components for React
Post Reply
hamid842
Posts: 5
Joined: 09 Feb 2021, 22:29

08 Apr 2021, 23:59

Hello, I tried ".p-steps-item { box-shadow:none}
but no result.
when you click step items, there is an ugly blue outline that I was not able to remove.

thanks in advance.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

06 May 2021, 23:56

Hi,

Please try;

Code: Select all

body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
    box-shadow: none;
}
Best Regards,

hamid842
Posts: 5
Joined: 09 Feb 2021, 22:29

02 Jun 2021, 22:35

Thanks a lot, It works(but without "body")

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

16 Jun 2021, 12:43

Glad to hear, thanks a lot for the update!

Best Regards,

Post Reply

Return to “PrimeReact”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 20 guests