mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +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:
parent
35a9a2fbb2
commit
57ad99ef16
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ body {
|
|||
margin: 8px;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
center {
|
||||
text-align: -libweb-center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue