File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em
148
148
149
149
# source p * { box-sizing : border-box; }
150
150
151
- # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; }
151
+ # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; user-select : none; }
152
152
153
153
@media (prefers-color-scheme : dark) { # source p .n { color : # 777 ; } }
154
154
Original file line number Diff line number Diff line change @@ -418,6 +418,7 @@ $border-indicator-width: .2em;
418
418
margin-left : - $left-gutter ;
419
419
padding-right : 1em ;
420
420
color : $light-gray4 ;
421
+ user-select : none ;
421
422
@include color-dark ($dark-gray4 );
422
423
423
424
& .highlight {
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em
148
148
149
149
# source p * { box-sizing : border-box; }
150
150
151
- # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; }
151
+ # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; user-select : none; }
152
152
153
153
@media (prefers-color-scheme : dark) { # source p .n { color : # 777 ; } }
154
154
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em
148
148
149
149
# source p * { box-sizing : border-box; }
150
150
151
- # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; }
151
+ # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; user-select : none; }
152
152
153
153
@media (prefers-color-scheme : dark) { # source p .n { color : # 777 ; } }
154
154
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ kbd { border: 1px solid black; border-color: #888 #333 #333 #888; padding: .1em
148
148
149
149
# source p * { box-sizing : border-box; }
150
150
151
- # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; }
151
+ # source p .n { float : left; text-align : right; width : 3.5rem ; box-sizing : border-box; margin-left : -3.5rem ; padding-right : 1em ; color : # 999 ; user-select : none; }
152
152
153
153
@media (prefers-color-scheme : dark) { # source p .n { color : # 777 ; } }
154
154
You can’t perform that action at this time.
0 commit comments