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