Make verse numbers, footnote anchors, themes, dynamic inserts unselectable. Fixes...
[wolnelektury.git] / src / annoy / static / annoy / banner.scss
index e0e0f62..b36fbe1 100644 (file)
 .dynamic-insert {
     background: orange;
     margin: 1em 0;
+    user-select: none;
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
 
     &.with-image {
         min-height: 120px;