Refactor pointer cursor

This commit is contained in:
2022-04-22 19:11:50 +02:00
parent a131f49b74
commit f02551eb80
7 changed files with 20 additions and 20 deletions

View File

@@ -72,6 +72,14 @@
outline: 0px none transparent;
}
[title]:not(a):not(.clickable) {
cursor: default;
}
.clickable {
cursor: pointer;
}
textarea:focus, input:focus {
outline: 1px solid #CCC;
}
@@ -92,7 +100,7 @@ a.button {
}
button, a.button {
cursor: pointer;
@extend .clickable;
font-weight: bold;
color: #000;
background: #eee;