mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[scripts/markdown2htmldoc] always show header anchors on touchscreens
This commit is contained in:
parent
81e6fa8a4f
commit
1a91687dd1
2 changed files with 9 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -265,8 +265,14 @@ h6 {
|
|||
}
|
||||
}
|
||||
|
||||
&:hover .anchor {
|
||||
> * {
|
||||
&:hover {
|
||||
.anchor > * {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
@media (hover: none) {
|
||||
.anchor > * {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue