mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web: use less pointer cursors
This commit is contained in:
parent
5189f86f81
commit
9983a80eaa
4 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue