mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
notification dropdown should not be selectable
This commit is contained in:
parent
430b32ad61
commit
c83a742bec
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@
|
|||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
/* as a big ol' click target, don't let text inside be selected */
|
||||
@include unselectable;
|
||||
}
|
||||
|
||||
.category-links li:not(.heading) a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue