Verified Commit 1f9f4441 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3400806 by OhJoz, jennakoo: Text color changes on hover for <a> elements with .buttons

parent 874adf17
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -103,6 +103,11 @@
  font-weight: 900;
}

a.button:hover,
a.button:active {
  color: var(--button-fg-color);
}

/* Primary button style.s */

.button--primary {
+5 −0
Original line number Diff line number Diff line
@@ -90,6 +90,11 @@
  }
}

a.button:hover,
a.button:active {
  color: var(--button-fg-color);
}

/* Primary button style.s */
.button--primary {
  color: var(--button-fg-color--primary);