Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not show tab headers marked as hidden #12570

Merged
merged 1 commit into from Nov 21, 2018

Commits on Nov 21, 2018

  1. 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: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed Nov 21, 2018
    Copy the full SHA
    7a57409 View commit details
    Browse the repository at this point in the history