tabs: more visula clue for selected tab #550

This commit is contained in:
Sören Weber 2023-06-05 08:37:50 +02:00
parent 91fa8fc403
commit 61776a070f
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1850,7 +1850,7 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
border: 1px solid transparent; border: 1px solid transparent;
display: block; display: block;
font-size: .9rem; font-size: .9rem;
font-weight: 500; font-weight: 300;
line-height: 1.42857143; line-height: 1.42857143;
margin-inline-start: .6rem; margin-inline-start: .6rem;
} }
@ -1872,6 +1872,7 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
#body .tab-nav-button.active > * > *{ #body .tab-nav-button.active > * > *{
border-bottom-color: transparent; border-bottom-color: transparent;
font-weight: 500;
} }
#body .tab-content{ #body .tab-content{