Skip to content

Commit

Permalink
feat(themes): add new classname to theme files for integration in web…
Browse files Browse the repository at this point in the history
…-client
  • Loading branch information
CoroDaniel authored and cipak committed Mar 7, 2022
1 parent 1e9e2da commit 43500e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/themes/dark.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-dark, :root {
.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-dark, .md-theme-darkWebex, :root {
color-scheme: dark;

--wxc-loading-logo--url: url(../themes/dark/loading.gif);
Expand Down
2 changes: 1 addition & 1 deletion src/themes/light.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-light {
.#{$WEBEX_COMPONENTS_CLASS_PREFIX}-theme-light, .md-theme-lightWebex {
color-scheme: light;

--wxc-loading-logo--url: url(../themes/light/loading.gif);
Expand Down

0 comments on commit 43500e2

Please sign in to comment.