mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
LibWeb: Set link cursor via the default CSS
This removes the custom handling of cursor for the link element, which also allows overriding the cursor on a link element via CSS
This commit is contained in:
parent
bedcd9cd88
commit
53c4be926b
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,10 @@ html {
|
|||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
head,
|
||||
link,
|
||||
meta,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue