web: use less pointer cursors

This commit is contained in:
Tulir Asokan 2024-10-24 01:18:33 +03:00
parent 5189f86f81
commit 9983a80eaa
4 changed files with 5 additions and 4 deletions

View file

@ -26,7 +26,7 @@ pre, code {
}
button, a.button {
cursor: pointer;
cursor: default;
font-size: 1em;
background: none;
border: none;

View file

@ -15,7 +15,7 @@ div.autocompletions {
> .autocompletion-item {
padding: .25rem;
border-radius: .25rem;
cursor: pointer;
/*cursor: pointer;*/
&.selected, &:hover {
background-color: #f0f0f0;

View file

@ -29,7 +29,7 @@ div.room-entry {
gap: 4px;
/*border-radius: 4px;*/
user-select: none;
cursor: pointer;
/*cursor: pointer;*/
height: 3rem;
contain-intrinsic-height: 3rem;
content-visibility: auto;

View file

@ -240,6 +240,7 @@ div.html-body {
color: inherit;
text-decoration: none !important;
text-wrap: nowrap;
cursor: default;
overflow: hidden;
max-width: 15rem;
@ -266,7 +267,7 @@ div.html-body {
span.hicli-spoiler {
filter: blur(4px);
transition: filter .5s;
cursor: pointer;
/*cursor: pointer;*/
&.spoiler-revealed {
filter: none;