1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:57:46 +00:00

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

View file

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