Page 1 of 1

Wrong selector in tabview

Posted: 05 Feb 2018, 15:22
by Babas007
To select tabs-header, you're using:

Code: Select all

body .ui-tabs.ui-tabs-top>.ui-tabs-nav>li
It causes some issues with PF 6.2, uses this selector instead please

Code: Select all

body .ui-tabs.ui-tabs-top .ui-tabs-header

Re: Wrong selector in tabview

Posted: 09 Feb 2018, 13:14
by kubrasulukan
Hi,
I tried with 6.2.RC1 and can not see an issue. Can you please send an image to show issues?

Regards

Re: Wrong selector in tabview

Posted: 12 Feb 2018, 13:10
by Babas007
This selector is suppose to target header of tabview:

Code: Select all

body .ui-tabs.ui-tabs-top>.ui-tabs-nav>li
But since 6.2, there are actions facet which generate "li" tags too. The above CSS will apply while it should not.

Another reason to change this, is readability

Re: Wrong selector in tabview

Posted: 13 Feb 2018, 09:07
by kubrasulukan
Hi,
I will discuss this issue with our team members. But tab component is using with other components(accordion...) too.

Best Regards