Verified Commit 817b9ec1 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm,...

Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm, sjothivelu@valleywater.org, mcolebank, joshmiller, markie, mradcliffe, pilot3, W01F: Dialog css references nonexistient --color-whitesmoke css variable
parent 10bdae28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,6 +168,6 @@
  }

#drupal-off-canvas .form-item .form-item__description {
    color: var(--color-whitesmoke);
    color: var(--color-gray-050);
    font-size: 0.75rem;
  }
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@
    margin-left: 0;
  }
  & .form-item .form-item__description {
    color: var(--color-whitesmoke);
    color: var(--color-gray-050);
    font-size: 0.75rem;
  }
}