Remove pointer cursor from non-link elements

This commit is contained in:
Helen Chong 2025-02-24 08:09:23 +08:00
parent 2249d86645
commit 1835045834
4 changed files with 0 additions and 6 deletions

View File

@ -70,7 +70,6 @@
.form-footer input, .form-footer input,
.comment-footer button, .comment-footer button,
.show-comment { .show-comment {
cursor: pointer;
border: none; border: none;
background: var(--clr-link-btn-bg); background: var(--clr-link-btn-bg);
color: var(--clr-link-btn-txt); color: var(--clr-link-btn-txt);

View File

@ -47,7 +47,6 @@
color: var(--clr-navbar-link); color: var(--clr-navbar-link);
text-decoration: none; text-decoration: none;
font-weight: 700; font-weight: 700;
cursor: pointer;
display: inline-block; display: inline-block;
} }

View File

@ -71,7 +71,6 @@ blockquote > * + :not([class]),
* + .c-blockquote, * + .c-blockquote,
.c-blockquote__attribution { margin-block-start: var(--sz-paragraph-margin); } .c-blockquote__attribution { margin-block-start: var(--sz-paragraph-margin); }
button:hover { cursor: pointer; }
details:focus { outline-offset: 0.2em; } details:focus { outline-offset: 0.2em; }
video { width: 100%; } video { width: 100%; }
@ -107,8 +106,6 @@ pre {
pre > code { white-space: pre; } pre > code { white-space: pre; }
summary { cursor: pointer; }
dl { dl {
container-type: inline-size; container-type: inline-size;
display: grid; display: grid;

View File

@ -148,7 +148,6 @@ p { font-size: var(--fs-p); }
} }
.index__link:hover { .index__link:hover {
cursor: pointer;
background: var(--clr-link-btn-hover); background: var(--clr-link-btn-hover);
transition: 0.2s; transition: 0.2s;
} }