From 043fada26dd30b8268d287ce44594b3bf9676aff Mon Sep 17 00:00:00 2001 From: m26lebla <m26lebla@uwaterloo.ca> Date: Fri, 23 Oct 2020 13:18:52 -0400 Subject: [PATCH] adding color to the paragraphs action button when in layout builder dialog --- css/styles.css | 3 +++ .../00-cms-styles/layout-builder/_layout-builder.scss | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/css/styles.css b/css/styles.css index bf8928ef..6f9b909c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -2415,6 +2415,9 @@ button { color: #25ffcc; width: inherit; } +.paragraphs-dropdown-action.button { + color: #4e4e4e; } + /* stylelint-disable-next-line selector-no-qualifying-type */ ul.toolbar-menu { font-size: 0.79rem; } diff --git a/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss b/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss index 521d833e..f4b88b73 100644 --- a/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss +++ b/source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss @@ -265,4 +265,10 @@ button{ color: #25ffcc; width:inherit; } +} + +// Color for button in dialog +.paragraphs-dropdown-action.button { + color: gesso-grayscale('gray-6'); + } \ No newline at end of file -- GitLab