Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 30390f7

Browse files
committed
Stop anchors from being dragged
fixes #1559
1 parent 8305e17 commit 30390f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/obBase.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ a {
6868
opacity: .85;
6969
transition: opacity .15s cubic-bezier(0, 0, 0.2, 1);
7070
cursor: pointer;
71+
-webkit-user-drag: none;
72+
user-drag: none;
7173
}
7274

7375
a:hover,

0 commit comments

Comments
 (0)