1
0
Fork 0
forked from Mirrors/gomuks

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 { button, a.button {
cursor: pointer; cursor: default;
font-size: 1em; font-size: 1em;
background: none; background: none;
border: none; border: none;

View file

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

View file

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

View file

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