Page 1 of 1

Barcelona Template menu item cursor is not shown as hand

Posted: 07 Sep 2020, 12:13
by kurtdz
Hello, Does anybody know why the Barcelona Template menu item's cursor is not shown as hand when hover it, I checked the CSS , there is no cursor: pointer.

Re: Barcelona Template menu item cursor is not shown as hand

Posted: 11 Sep 2020, 15:17
by yigitfindikli
kurtdz wrote:
07 Sep 2020, 12:13
Hello, Does anybody know why the Barcelona Template menu item's cursor is not shown as hand when hover it, I checked the CSS , there is no cursor: pointer.
Hi,
Seems to be a bug. We'll fix with primeng v10 update. And you can add

Code: Select all

.layout-submenu-content {
                        .navigation-menu {
                            li {
                                cursor: pointer;
                             }
                         }
}
this code in assets/sass/overrides/_layout_style.scss

Best Regards.