Increase contrast of the tooltip title color (https://github.com/woocommerce/woocommerce-admin/pull/460)
This commit is contained in:
parent
a877f45471
commit
18be372cad
|
@ -96,7 +96,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: $core-grey-dark-100;
|
color: $core-grey-dark-300;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue