Skip to content

Commit

Permalink
feat(css): change cursor for abbr elements
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Sep 9, 2024
1 parent 7a179ca commit 0b0c785
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ <h2>Docs</h2>

<ul>
<li>
<a href="https://github.com/arx-tools/asl-cookbook" target="_blank"
><abbr title="Arx Scrtipting Language">ASL</abbr> cookbook</a
>
<a href="https://github.com/arx-tools/asl-cookbook" target="_blank">
<abbr title="Arx Scrtipting Language">ASL</abbr> cookbook
</a>
<span>Practical examples on how to do certain things with the Arx Scripting Language (ASL)</span>
</li>
</ul>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ em > a {
font-size: 12px;
}

abbr {
cursor: help;
}

.mods li[data-type]::before {
content: attr(data-type);
display: inline-block;
Expand Down

0 comments on commit 0b0c785

Please sign in to comment.