A11Y: Sortable header elements should have pointer (#18672)

This commit is contained in:
Keegan George 2022-10-20 09:28:03 -07:00 committed by GitHub
parent 0be0bcfc7d
commit 3e6b22db69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,