make entire first/last entry popup unselectable

This commit is contained in:
Jeff Atwood 2014-08-16 23:16:07 -07:00
parent 967120f23e
commit 09291fcba0

View File

@ -1,4 +1,5 @@
#topic-entrance {
border: 1px solid scale-color-diff();
padding: 5px;
background: $secondary;
@ -9,10 +10,12 @@
width: 133px;
padding: 5px;
@include unselectable;
button.full {
width: 100%;
margin-bottom: 5px;
@include unselectable;
i {
display: block;
margin-top: 2px;