Updating woo navigation link colors for greater contrast (https://github.com/woocommerce/woocommerce-admin/pull/7833)

This commit is contained in:
Joel Thiessen 2021-10-25 09:35:22 -07:00 committed by GitHub
parent cc5b2d9f58
commit c146e25b47
2 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: Update
Updating navigation link colors

View File

@ -28,12 +28,12 @@
&:not(:hover) {
.components-button {
color: #949494;
color: $gray-400;
}
}
&:hover {
.components-button {
color: #ddd;
color: $white;
}
}
&.is-active {
@ -62,7 +62,7 @@
&:not(:hover) {
a.components-button {
// ${ G2.lightGray.ui };
color: #949494;
color: $gray-400;
}
}
&.is-active {
@ -101,7 +101,7 @@
}
.components-navigation__back-button {
color: #949494;
color: $gray-400;
opacity: 1;
&,