primeng-sass-theme icon indicating copy to clipboard operation
primeng-sass-theme copied to clipboard

Steps: duplicate background style

Open Lixetron opened this issue 10 months ago • 0 comments

In steps duplicated style background

https://github.com/primefaces/primeng-sass-theme/blob/07ee7cfd98df828a9bdd31eb4f5424e700832409/theme-base/components/menu/_steps.scss#L6

https://github.com/primefaces/primeng-sass-theme/blob/07ee7cfd98df828a9bdd31eb4f5424e700832409/theme-base/components/menu/_steps.scss#L9

.p-menuitem-link {
            background: transparent;
            transition: $listItemTransition;
            border-radius: $borderRadius;
            background: $stepsItemBg;

Lixetron avatar Mar 29 '24 12:03 Lixetron