Verified Commit e051b9c3 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3400806 follow-up by lauriii, rkoller: Text color changes on hover for...

Issue #3400806 follow-up by lauriii, rkoller: Text color changes on hover for <a> elements with .buttons
parent 5f533ca6
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@
.button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--button-fg-color);
  background-color: var(--button--hover-bg-color);
}

@@ -103,11 +104,6 @@
  font-weight: 900;
}

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

/* Primary button style.s */

.button--primary {
+1 −5
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@

  &:hover {
    text-decoration: none;
    color: var(--button-fg-color);
    background-color: var(--button--hover-bg-color);
  }

@@ -90,11 +91,6 @@
  }
}

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

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