Refactor pointer cursor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user