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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
8 additions and
0 deletions
-
app/components/Contacts/ConnectManually.scss
-
app/components/Contacts/SubmitChannelForm.scss
-
app/components/Form/Pay.scss
-
app/components/Form/Request.scss
|
@ -124,6 +124,8 @@ |
|
|
|
|
|
|
|
|
&.active { |
|
|
&.active { |
|
|
background: $gold; |
|
|
background: $gold; |
|
|
|
|
|
color: $spaceblue; |
|
|
|
|
|
font-weight: bold; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|
|
@ -132,6 +132,8 @@ |
|
|
|
|
|
|
|
|
&.active { |
|
|
&.active { |
|
|
background: $gold; |
|
|
background: $gold; |
|
|
|
|
|
color: $spacegrey; |
|
|
|
|
|
font-weight: bold; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|
|
@ -163,6 +163,8 @@ |
|
|
|
|
|
|
|
|
&.active { |
|
|
&.active { |
|
|
background: $gold; |
|
|
background: $gold; |
|
|
|
|
|
color: $spaceblue; |
|
|
|
|
|
font-weight: bold; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|
|
@ -142,6 +142,8 @@ |
|
|
|
|
|
|
|
|
&.active { |
|
|
&.active { |
|
|
background: $gold; |
|
|
background: $gold; |
|
|
|
|
|
color: $spaceblue; |
|
|
|
|
|
font-weight: bold; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|