Verified Commit ea0eb3ca authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3523078 by sd9121, longwave, godotislate, mherchel: Update...

Issue #3523078 by sd9121, longwave, godotislate, mherchel: Update prettier/PostCSS/stylelint for 11.2
parent dcbdddd0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@
    }
  }

  @nest .no-touchevents & .button--small {
  .no-touchevents & .button--small {
    padding: 2px 1em;
    font-size: 13px;
  }
+3 −3
Original line number Diff line number Diff line
@@ -86,16 +86,16 @@
    width: 5px;
  }

  @nest .touchevents & .draggable td {
  .touchevents & .draggable td {
    padding: 0 10px;
  }

  @nest .touchevents & .draggable .menu-item__link {
  .touchevents & .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
  }

  @nest .touchevents & a.tabledrag-handle {
  .touchevents & a.tabledrag-handle {
    width: 40px;
    height: 44px;
  }
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * @internal
 */
#drupal-off-canvas-wrapper {
  --off-canvas-wrapper-box-shadow: 0 0 0.25rem 2px rgba(0, 0, 0, 0.3);
  --off-canvas-wrapper-box-shadow: 0 0 0.25rem 2px rgb(0, 0, 0, 0.3);
  --off-canvas-wrapper-border-color: #2d2d2d;
  --off-canvas-wrapper-border-width: 1px;

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 * @internal
 */
#drupal-off-canvas-wrapper {
  --off-canvas-wrapper-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
  --off-canvas-wrapper-box-shadow: 0 0 4px 2px rgb(0, 0, 0, 0.3);
  --off-canvas-wrapper-border-color: #2d2d2d;
  --off-canvas-wrapper-border-width: 1px;

+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
  display: table-caption;
  padding: 0.6em;
  caption-side: bottom;
  word-break: break-word;
  overflow-wrap: break-word;
  color: hsl(0, 0%, 20%);
  outline-offset: -1px;
  background-color: hsl(0, 0%, 97%);
Loading