mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
tabs: remove HTML validation errors #644
This commit is contained in:
parent
e7eb9aa366
commit
11c39da8e3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue