Remove cursor:pointer
Apparently that's only for websites & we want to feel native
This commit is contained in:
@@ -113,18 +113,10 @@ table {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.expand-collapse {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.expand-collapse.expanded::before {
|
||||
content: '▲'
|
||||
}
|
||||
@@ -370,7 +362,6 @@ button { /* Rectangular text buttons */
|
||||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
color: #aaa;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user