UX: allow more mobile topic elements to be tapped (#17234)

This commit is contained in:
Kris 2022-06-24 15:55:52 -04:00 committed by GitHub
parent c672144c14
commit 305c4750df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -161,8 +161,11 @@
}
.topic-item-stats {
// disabling clicks because these targets are too small on mobile
pointer-events: none;
.category,
.discourse-tags {
// disabling clicks because these targets are too small on mobile
pointer-events: none;
}
position: relative;
display: flex;
align-items: baseline;