Updating woo navigation link colors for greater contrast (https://github.com/woocommerce/woocommerce-admin/pull/7833)
This commit is contained in:
parent
cc5b2d9f58
commit
c146e25b47
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: Update
|
||||
|
||||
Updating navigation link colors
|
|
@ -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;
|
||||
|
||||
&,
|
||||
|
|
Loading…
Reference in New Issue