Skip to content

Commit

Permalink
Added mechanism for LUIS extension scoped styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Mar 29, 2019
1 parent 9b5cd33 commit 84c16fd
Show file tree
Hide file tree
Showing 12 changed files with 207 additions and 155 deletions.
7 changes: 0 additions & 7 deletions packages/app/client/src/ui/styles/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,6 @@ html {

/* Scrollbar */
--scrollbar-color: var(--neutral-6);

/* Luis Inspector */
--luis-default-color: var(--neutral-6);
--luis-header-bold-color: var(--neutral-2);
--luis-control-bar-color: var(--log-panel-link);
--luis-json-color: var(--neutral-2);
--luis-intent-editor-warning-color: var(--error-text);
}

.dialog {
Expand Down
7 changes: 0 additions & 7 deletions packages/app/client/src/ui/styles/themes/high-contrast.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,6 @@ html {

/* Scrollbar */
--scrollbar-color: var(--neutral-1);

/* Luis Inspector */
--luis-default-color: var(--neutral-6);
--luis-header-bold-color: var(--neutral-1);
--luis-control-bar-color: var(--log-panel-link);
--luis-json-color: var(--neutral-1);
--luis-intent-editor-warning-color: var(--error-text);
}

.dialog {
Expand Down
7 changes: 0 additions & 7 deletions packages/app/client/src/ui/styles/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,6 @@ html {

/* Scrollbar */
--scrollbar-color: var(--neutral-6);

/* Luis Inspector */
--luis-default-color: var(--neutral-10);
--luis-header-bold-color: var(--neutral-16);
--luis-control-bar-color: var(--log-panel-link);
--luis-json-color: var(--neutral-16);
--luis-intent-editor-warning-color: var(--error-text);
}

.dialog {
Expand Down
1 change: 1 addition & 0 deletions packages/extensions/luis/client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ yarn-error.log*
/.vs

public/*.js
public/themes
Loading

0 comments on commit 84c16fd

Please # to comment.