Skip to content
Snippets Groups Projects
Verified Commit abd5bde6 authored by Dave Long's avatar Dave Long
Browse files

Issue #3361839 by BramDriesen, mherchel, rpayanm: Accidental use of CSS...

Issue #3361839 by BramDriesen, mherchel, rpayanm: Accidental use of CSS nesting in misc/dialog/off-canvas/css/details.css

(cherry picked from commit 0816a048)
(cherry picked from commit 5e7cf3cf)
parent a1c04a39
No related branches found
No related tags found
4 merge requests!8506Draft: Issue #3456536 by ibrahim tameme,!5646Issue #3350972 by nod_: [random test failure]...,!5600Issue #3350972 by nod_: [random test failure]...,!5343Issue #3305066 by quietone, Rename RedirectLeadingSlashesSubscriber
......@@ -56,15 +56,12 @@
outline-offset: -4px; /* Ensure focus doesn't get cut off. */
}
#drupal-off-canvas-wrapper summary {
a {
color: var(--off-canvas-details-text-color);
}
#drupal-off-canvas-wrapper summary a {
color: var(--off-canvas-details-text-color);
}
a:hover {
color: var(--off-canvas-details-summary-text-color-hover);
}
#drupal-off-canvas-wrapper summary a:hover {
color: var(--off-canvas-details-summary-text-color-hover);
}
#drupal-off-canvas-wrapper .details-wrapper {
......
......@@ -47,7 +47,7 @@
outline-offset: -4px; /* Ensure focus doesn't get cut off. */
}
a {
& a {
color: var(--off-canvas-details-text-color);
&:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment