TIL cursor: pointer; is exclusively for hyperlinks
This commit is contained in:
parent
472296621a
commit
ea1a9a2fc4
|
@ -62,7 +62,6 @@ body {
|
|||
border: 1px solid var(--border);
|
||||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
width: fit-content;
|
||||
margin: 10px auto;
|
||||
position: relative;
|
||||
|
@ -162,7 +161,6 @@ tr.unavailable td.file_download {
|
|||
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.delete_button:hover {
|
||||
|
@ -230,17 +228,12 @@ td.file_download {
|
|||
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.download_button:hover {
|
||||
background-color: var(--icon-ready-active);
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.file_unavailable {
|
||||
background-color: var(--icon-unavailable);
|
||||
|
||||
|
@ -290,7 +283,6 @@ button, .fake_button, input[type="submit"] {
|
|||
border: 1px solid var(--button-border);
|
||||
border-radius: 4px;
|
||||
padding: 6px 12px;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue