Unverified Commit 6e884e31 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3281341 by andy-blum, Sakthivel M, pallavisk, mherchel: Olivero's...

Issue #3281341 by andy-blum, Sakthivel M, pallavisk, mherchel: Olivero's blockquote pseudo-element decoration *sometimes* does not display properly

(cherry picked from commit b322857d)
parent 9b2b3b53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@
.text-content blockquote:before, .cke_editable blockquote:before {
      position: absolute;
      top: 0;
      content: "";
      content: "\201C";
      color: #53b0eb;
      font-size: 3.375rem;
    }
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@
      position: absolute;
      inset-block-start: 0;
      inset-inline-start: 0;
      content: "";
      content: "\201C";
      color: var(--color--blue-70);
      font-size: 54px;
    }