Correctly handle user-select: none
This commit is contained in:
parent
9e0c8b67e9
commit
9222b05d9f
1 changed files with 5 additions and 0 deletions
|
@ -900,7 +900,9 @@ both the code example and the line numbers, so we need to remove the radius in t
|
|||
min-width: fit-content; /* prevent collapsing into nothing in truncated scraped examples */
|
||||
flex-grow: 0;
|
||||
text-align: right;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
padding: 14px 8px;
|
||||
padding-right: 2px;
|
||||
|
@ -940,6 +942,9 @@ both the code example and the line numbers, so we need to remove the radius in t
|
|||
text-align: right;
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue