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 {
white-space: nowrap;
cursor: pointer;
.discourse-no-touch & {
&:hover,
&:focus {
@ -298,6 +297,7 @@ table {
margin-left: 0.25em;
}
@include unselectable;
cursor: pointer;
}
.radio,