Skip to content

Commit

Permalink
re-add background color to line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot committed Jan 6, 2025
1 parent 3eea730 commit 3e8b339
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/code-view/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ $color-background-code-view-dark: #282c34;
border-inline-end-style: solid;
padding-inline-start: cs.$space-static-xs;
padding-inline-end: cs.$space-static-xs;

background-color: $color-background-code-view-light;
:global(.awsui-dark-mode) &,
:global(.awsui-polaris-dark-mode) & {
background-color: $color-background-code-view-dark;
}
}

.unselectable {
Expand Down

0 comments on commit 3e8b339

Please sign in to comment.