Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_wcms_gesso
Commits
a7d671c3
Commit
a7d671c3
authored
Jul 30, 2021
by
Kevin Paxman
Browse files
ISTWCMS-4618: refix blue to black on details summary broken by
7c15f6c1
parent
7c15f6c1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
css/styles.css
View file @
a7d671c3
This diff is collapsed.
Click to expand it.
css/styles.min.css
View file @
a7d671c3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
source/_patterns/04-components/details/_details.scss
View file @
a7d671c3
...
...
@@ -21,7 +21,7 @@ $details-font-family: gesso-font-family(primary);
margin
:
rem
(
gesso-spacing
(
md
))
0
;
transition
:
box-shadow
gesso-duration
(
short
)
gesso-easing
(
ease-in-out
);
width
:
100%
;
[
open
]
>
.seven-details__summary
{
&
[
open
]
>
.seven-details__summary
{
color
:
gesso-brand
(
org-default
,
uw-black
,
'primary'
);
}
&
:hover
{
...
...
@@ -40,6 +40,7 @@ $details-font-family: gesso-font-family(primary);
display
:
none
;
}
}
.seven-details__summary
,
.details__summary
{
@include
svg-background
(
mobile-arrow-down
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment