Commit 0bfcd0a6 authored by catch's avatar catch
Browse files

Issue #3351619 by Gauravvvv, longwave, Spokje, mherchel, smustgrave: Update...

Issue #3351619 by Gauravvvv, longwave, Spokje, mherchel, smustgrave: Update PostCSS and postcss-preset-env for Drupal 10.1

(cherry picked from commit 3a34afe9)
parent afa61a59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@

#drupal-off-canvas-wrapper a,
#drupal-off-canvas-wrapper .link {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--off-canvas-link-color);
}
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
#drupal-off-canvas-wrapper .button:hover,
#drupal-off-canvas-wrapper .button:active {
  z-index: 10;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--off-canvas-button-text-color-hover);
  background-color: var(--off-canvas-button-background-color-hover);
@@ -81,10 +82,12 @@
}
#drupal-off-canvas-wrapper button.link:hover,
#drupal-off-canvas-wrapper button.link:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--off-canvas-link-color);
}
#drupal-off-canvas-wrapper .button--danger {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #c72100;
  border-radius: 0;
@@ -93,6 +96,7 @@
#drupal-off-canvas-wrapper .button--danger:hover,
#drupal-off-canvas-wrapper .button--danger:focus,
#drupal-off-canvas-wrapper .button--danger:active {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ff2a00;
  text-shadow: none;
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@
  min-height: var(--off-canvas-dropbutton-height);
  margin-bottom: -2px;
  padding: 0 0.5625rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--off-canvas-dropbutton-text-color);
  font-weight: 600;
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@
}

#drupal-off-canvas-wrapper .messages abbr {
  -webkit-text-decoration: none;
  text-decoration: none;
}

+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@

#drupal-off-canvas-wrapper td abbr {
  margin-inline: 0 0.3125rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

Loading