tabs: remove HTML validation errors #644

This commit is contained in:
Sören Weber 2023-09-21 21:39:27 +02:00
parent e7eb9aa366
commit 11c39da8e3
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -2062,11 +2062,13 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
} }
#body .tab-nav-button > * > .tab-nav-hidden{ #body .tab-nav-button > * > .tab-nav-hidden{
display: block;
font-weight: 500; font-weight: 500;
visibility: hidden; visibility: hidden;
} }
#body .tab-nav-button > * > .tab-nav-text{ #body .tab-nav-button > * > .tab-nav-text{
display: block;
position: absolute; position: absolute;
top: 0; top: 0;
} }