Skip to content

Commit

Permalink
chore: Fix selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Carvalho committed Dec 19, 2023
1 parent 3c59653 commit 4014695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code-view/highlight/styles.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html:not(:global(.awsui-dark-mode)) body:not(:global(.awsui-dark-mode)),
html:not(:global(.awsui-polaris-dark-mode)) body:not(:global(.awsui-polaris-dark-mode)) {
html:not(:global(.awsui-dark-mode)):not(:global(.awsui-polaris-dark-mode))
body:not(:global(.awsui-dark-mode)):not(:global(.awsui-polaris-dark-mode)) {
@import "../../../node_modules/ace-code/styles/theme/cloud_editor";
.ace-cloud_editor {
background: none;
Expand Down

0 comments on commit 4014695

Please sign in to comment.