A11Y: Sortable header elements should have pointer (#18672)
This commit is contained in:
parent
0be0bcfc7d
commit
3e6b22db69
|
@ -287,7 +287,6 @@ table {
|
|||
|
||||
.sortable {
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
.discourse-no-touch & {
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
@ -298,6 +297,7 @@ table {
|
|||
margin-left: 0.25em;
|
||||
}
|
||||
@include unselectable;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.radio,
|
||||
|
|
Loading…
Reference in New Issue