mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-11 06:26:25 -04: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
Reference in a new issue