Skip to content
Commit 7a57409f authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Do not show tab headers marked as hidden



Tab headers that should not be shown are marked with the "hidden" CSS
class. The CSS rules set "display: none" for ".hidden" elements, but as
the rules for ".tabHeaders .tabHeader" are more specific than rules for
".hidden" the "display" property is overriden and ends being "flex".
Therefore, it is necessary to explicitly set a rule for ".tabHeaders
.tabHeader.hidden" elements.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent b7767a51
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment