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
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -56,16 +56,13 @@
  outline-offset: -4px; /* Ensure focus doesn't get cut off. */
}

#drupal-off-canvas-wrapper summary {

  a {
#drupal-off-canvas-wrapper summary a {
  color: var(--off-canvas-details-text-color);
}

  a:hover {
#drupal-off-canvas-wrapper summary a:hover {
  color: var(--off-canvas-details-summary-text-color-hover);
}
}

#drupal-off-canvas-wrapper .details-wrapper {
  padding: var(--off-canvas-vertical-spacing-unit) 0;
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
      outline-offset: -4px; /* Ensure focus doesn't get cut off. */
    }

    a {
    & a {
      color: var(--off-canvas-details-text-color);

      &:hover {