mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
topbar: improve discovering links on keyboard navigation #726
the toc was navigatable by pressing <TAB> although the flyout was closed
This commit is contained in:
parent
28d09d0b27
commit
b5d8b1cc31
1 changed files with 2 additions and 0 deletions
|
@ -1422,6 +1422,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
|||
opacity: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
z-index: 180;
|
||||
}
|
||||
|
@ -1430,6 +1431,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
|||
border-width: 1px;
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue