Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_wcms_gesso
Commits
043fada2
Commit
043fada2
authored
4 years ago
by
m26lebla
Browse files
Options
Downloads
Patches
Plain Diff
adding color to the paragraphs action button when in layout builder dialog
parent
7b460491
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
feature/ISTWCMS-4130-m26lebla-css_for_paragraphs_in_layout_builder
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/styles.css
+3
-0
3 additions, 0 deletions
css/styles.css
source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss
+6
-0
6 additions, 0 deletions
...ponents/00-cms-styles/layout-builder/_layout-builder.scss
with
9 additions
and
0 deletions
css/styles.css
+
3
−
0
View file @
043fada2
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
source/_patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss
+
6
−
0
View file @
043fada2
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment