mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
tabs: more visula clue for selected tab #550
This commit is contained in:
parent
91fa8fc403
commit
61776a070f
1 changed files with 2 additions and 1 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue