Hi there,
I would like to hide the tabs within the dimensionsfilter (I have several dimensionfilter in my application!!). Especially the second tab is very confusing in our scenario. (see attachment)
If I try to do it with the following css it works fine as far as I don't have "regular" tabstrip-elements in my application. Otherwise you will hide those as well and that's exactly the case in my scenario...
.sapUiTabBarCnt
{
display: none;
}
My problem is to address the dimensionfilters (the tabs within) accurately. They seem to have separate dynamic id's.
It would be great if someone (I guess a css-expert) has a hint!
Thanks a lot in advance
Mark