Browse Source

Merge pull request #559 from mrfelton/fix/gold-button-accessibility

fix(accessibility): don't use white on yellow text
renovate/lint-staged-8.x
JimmyMow 7 years ago
committed by GitHub
parent
commit
b98e13336a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Contacts/ConnectManually.scss
  2. 2
      app/components/Contacts/SubmitChannelForm.scss
  3. 2
      app/components/Form/Pay.scss
  4. 2
      app/components/Form/Request.scss

2
app/components/Contacts/ConnectManually.scss

@ -124,6 +124,8 @@
&.active {
background: $gold;
color: $spaceblue;
font-weight: bold;
opacity: 1;
&:hover {

2
app/components/Contacts/SubmitChannelForm.scss

@ -132,6 +132,8 @@
&.active {
background: $gold;
color: $spacegrey;
font-weight: bold;
opacity: 1;
&:hover {

2
app/components/Form/Pay.scss

@ -163,6 +163,8 @@
&.active {
background: $gold;
color: $spaceblue;
font-weight: bold;
opacity: 1;
&:hover {

2
app/components/Form/Request.scss

@ -142,6 +142,8 @@
&.active {
background: $gold;
color: $spaceblue;
font-weight: bold;
opacity: 1;
&:hover {

Loading…
Cancel
Save