Unverified Commit ff071465 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3187908 by capysara, komalk, djsagar, Gauravmahlawat, mherchel,...

Issue #3187908 by capysara, komalk, djsagar, Gauravmahlawat, mherchel, ranjith_kumar_k_u, vikashsoni, Madhu kumar, kleiton_rodrigues, Jons, lauriii: Search placeholder text wrong font family
parent fb7bb930
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
    background-position: bottom left; /* LTR */
    background-size: 0% 0.3125rem;
    box-shadow: none;
    font-family: serif;
    font-family: "Lora", "georgia", serif;
    font-size: 1rem;
    -webkit-appearance: none
  }
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
    background-position: bottom left; /* LTR */
    background-size: 0% 5px;
    box-shadow: none;
    font-family: serif;
    font-family: var(--font-serif);
    font-size: 16px;
    -webkit-appearance: none;

+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@
    color: #fff;
    border: solid 1px transparent;
    box-shadow: none;
    font-family: serif;
    font-family: "Lora", "georgia", serif;
    font-size: 2rem;
    -webkit-appearance: none
  }
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
    color: var(--color--white);
    border: solid 1px transparent;
    box-shadow: none;
    font-family: serif;
    font-family: var(--font-serif);
    font-size: 32px;
    -webkit-appearance: none;