notification dropdown should not be selectable

This commit is contained in:
Jeff Atwood 2014-08-12 23:32:10 -07:00
parent 430b32ad61
commit c83a742bec
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@
font-size: 24px; font-size: 24px;
text-align: center; text-align: center;
} }
/* as a big ol' click target, don't let text inside be selected */
@include unselectable;
} }
.category-links li:not(.heading) a { .category-links li:not(.heading) a {