Skip to content

Commit

Permalink
fix: diff user-select on wrong class
Browse files Browse the repository at this point in the history
  • Loading branch information
domiSchenk committed Sep 16, 2021
1 parent 591033f commit ef5f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ table th:not([align]) {
grid-template-columns: 50px 50px 1fr;
font-family: 'Roboto Mono', monospace;
height: 23px;
user-select: none;

&-content {
padding: 2px 6px;
Expand All @@ -105,6 +104,7 @@ table th:not([align]) {
text-align: right;
color: var(--cds-global-color-gray-500);
font-size: var(--cds-global-typography-font-size-2);
user-select: none;
}

&-old-number {
Expand Down

0 comments on commit ef5f97d

Please sign in to comment.