notification dropdown should not be selectable
This commit is contained in:
parent
430b32ad61
commit
c83a742bec
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue