mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
make entire first/last entry popup unselectable
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#topic-entrance {
|
#topic-entrance {
|
||||||
|
|
||||||
border: 1px solid scale-color-diff();
|
border: 1px solid scale-color-diff();
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
@@ -9,10 +10,12 @@
|
|||||||
width: 133px;
|
width: 133px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
|
@include unselectable;
|
||||||
|
|
||||||
button.full {
|
button.full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@include unselectable;
|
|
||||||
i {
|
i {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user