-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit e5915a8
fix(theme-default): headings anchor should not be selectable (#3063)
Currently, when users select the page content to copy & paste the text, it also selects the headings # anchors. This PR removes the headings anchor-selection by defining the anchors as not selectable (user-select: none;).1 parent af79757 commit e5915a8
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 | + | ||
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
|
0 commit comments