Unverified Commit 76f55953 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3183112 by komalk, Gauravmahlawat, ranjith_kumar_k_u, proeung,...

Issue #3183112 by komalk, Gauravmahlawat, ranjith_kumar_k_u, proeung, kostyashupenko: On hover link background height issue

(cherry picked from commit eefad6e4)
parent c1691e0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
        color: #000;

        /* @todo - #d9ecfa isn't currently a variable. */
        box-shadow: inset 0 -30px 0 0 #d9ecfa;
        box-shadow: inset 0 -2em 0 0 #d9ecfa;
        -webkit-text-decoration-color: #d9ecfa;
        text-decoration-color: #d9ecfa;
      }
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
        color: var(--color--black);

        /* @todo - #d9ecfa isn't currently a variable. */
        box-shadow: inset 0 -30px 0 0 #d9ecfa;
        box-shadow: inset 0 -2em 0 0 #d9ecfa;
        text-decoration-color: #d9ecfa;
      }
    }