From 1de1f72887916704f0616197f89343ae8306d43d Mon Sep 17 00:00:00 2001 From: Will Howell Date: Thu, 13 Apr 2017 17:13:27 -0400 Subject: [PATCH] docs(theming): cleanup grammar on overlay theming (#4089) --- guides/theming.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/theming.md b/guides/theming.md index 100922c82b69..9502a56806e8 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -165,9 +165,9 @@ interaction (how to lazily load the CSS assets will vary based on your applicati It's important to remember, however, that the `mat-core` mixin should only ever be included _once_. ##### Multiple themes and overlay-based components -Since certain components (e.g. `dialog`) are inside of a global overlay container, the css class -that determines the theme (such as the `.unicorn-dark-theme` example above), an additional step is -needed to affect overlay-based components (menu, select, dialog, etc.). +Since certain components (e.g. menu, select, dialog, etc.) are inside of a global overlay container, +an additional step is required for those components to be affected by the theme's css class selector +(`.unicorn-dark-theme` in the example above). To do this, you can specify a `themeClass` on the global overlay container. For the example above, this would look like: