Remove pointer cursor from non-link elements
This commit is contained in:
parent
2249d86645
commit
1835045834
|
@ -70,7 +70,6 @@
|
|||
.form-footer input,
|
||||
.comment-footer button,
|
||||
.show-comment {
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
background: var(--clr-link-btn-bg);
|
||||
color: var(--clr-link-btn-txt);
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
color: var(--clr-navbar-link);
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
@ -71,7 +71,6 @@ blockquote > * + :not([class]),
|
|||
* + .c-blockquote,
|
||||
.c-blockquote__attribution { margin-block-start: var(--sz-paragraph-margin); }
|
||||
|
||||
button:hover { cursor: pointer; }
|
||||
details:focus { outline-offset: 0.2em; }
|
||||
video { width: 100%; }
|
||||
|
||||
|
@ -107,8 +106,6 @@ pre {
|
|||
|
||||
pre > code { white-space: pre; }
|
||||
|
||||
summary { cursor: pointer; }
|
||||
|
||||
dl {
|
||||
container-type: inline-size;
|
||||
display: grid;
|
||||
|
|
|
@ -148,7 +148,6 @@ p { font-size: var(--fs-p); }
|
|||
}
|
||||
|
||||
.index__link:hover {
|
||||
cursor: pointer;
|
||||
background: var(--clr-link-btn-hover);
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue