LibWeb: Don't show pointer (hand) cursor over non-linked a elements

This is already handled by the :link and :visited style.
This commit is contained in:
Andreas Kling 2022-09-14 15:04:28 +02:00
parent 35a9a2fbb2
commit 57ad99ef16
Notes: sideshowbarker 2024-07-17 07:10:29 +09:00

View file

@ -7,10 +7,6 @@ body {
margin: 8px;
}
a {
cursor: pointer;
}
center {
text-align: -libweb-center;
}