]> source.dussan.org Git - nextcloud-server.git/commit
Do not show tab headers marked as hidden 12570/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Wed, 21 Nov 2018 14:21:22 +0000 (15:21 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Wed, 21 Nov 2018 14:21:22 +0000 (15:21 +0100)
commit7a57409f7d913a8a9c7d3e31779e4b6266777503
tree915c2e2d24ab50dc24d566dc625b839909db9b3a
parentb7767a51f140d3f588278f053f3a9e1eb84e4346
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>
core/css/apps.scss