mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 12:17:12 +00:00
make entire first/last entry popup unselectable
This commit is contained in:
parent
967120f23e
commit
09291fcba0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user