Skip to content

Commit

Permalink
(cherry-pick) Hotfix: Major: Deprecate .x-overlay-- classes
Browse files Browse the repository at this point in the history
Affects Frontera and UTRC. Both are updated in this commit.

Cherry-picked from:
- 17d5174
- `task/GH-93-GH-142-GH-133-article-list-plugins-and-styles--no-reverts`
  • Loading branch information
wesleyboar committed Oct 27, 2021
1 parent c0ceedd commit d275c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Colored boxes that appear atop a large image (like a banner).
Styleguide Tools.ExtendsAndMixins.Overlay
*/

.x-overlay--curtain {
%x-overlay--curtain {
--color-text: inherit;
--color-bkgd-rgb: var(--global-color-primary--normal);

Expand All @@ -19,7 +19,7 @@ Styleguide Tools.ExtendsAndMixins.Overlay
-webkit-backdrop-filter: blur(6px);
}

.x-overlay--callout {
%x-overlay--callout {
--color-text: inherit;
--color-bkgd-rgb: var(--global-color-primary--normal);

Expand Down

0 comments on commit d275c20

Please sign in to comment.