style: layout of hoverable heading
This commit is contained in:
parent
578015364c
commit
d612d1b0a8
1 changed files with 6 additions and 6 deletions
|
@ -115,15 +115,15 @@
|
|||
|
||||
& .heading {
|
||||
|
||||
&:hover .anchor {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
gap: 5px;
|
||||
|
||||
& .anchor:hover a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 80% auto;
|
||||
gap: 5px;
|
||||
|
||||
& .anchor {
|
||||
& .anchor a {
|
||||
text-align: right;
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue