Commit 3f48c5ca authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Increase contrast of Button components

parent 1655ef7d
...@@ -84,8 +84,7 @@ describe('VersionInfo', function() { ...@@ -84,8 +84,7 @@ describe('VersionInfo', function() {
}); });
}); });
// FIXME-A11Y it(
it.skip(
'should pass a11y checks', 'should pass a11y checks',
checkAccessibility({ checkAccessibility({
content: () => createComponent(), content: () => createComponent(),
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
@mixin button-base { @mixin button-base {
@include reset-native-btn-styles; @include reset-native-btn-styles;
padding: 0.5em; padding: 0.5em;
color: var.$grey-5; color: var.$grey-mid;
&__icon { &__icon {
width: 16px; width: 16px;
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
border: none; border: none;
background-color: var.$grey-1; background-color: var.$grey-1;
font-weight: 700; font-weight: 700;
color: var.$grey-5; color: var.$grey-mid;
padding-right: 0.75em; padding-right: 0.75em;
padding-left: 0.75em; padding-left: 0.75em;
......
...@@ -29,12 +29,6 @@ ...@@ -29,12 +29,6 @@
border-radius: 0; // Turn off border-radius to align with <input> edges border-radius: 0; // Turn off border-radius to align with <input> edges
border: 1px solid var.$grey-3; border: 1px solid var.$grey-3;
border-left: 0px; // Avoid double border with the <input> border-left: 0px; // Avoid double border with the <input>
color: var.$grey-4;
&:hover {
background-color: var.$grey-2;
color: var.$grey-5;
}
} }
// In a few cases, it's necessary to squeeze buttons into tight spots // In a few cases, it's necessary to squeeze buttons into tight spots
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment