mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user