Update the link color in legal disclaimers on core profiler (#50830)
* Revert t&c link colors in core profiler * Add changelog
This commit is contained in:
parent
64dcafe29b
commit
e45b59b71f
|
@ -196,9 +196,6 @@
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $gray-700;
|
||||
}
|
||||
}
|
||||
}
|
||||
// Business location page
|
||||
|
@ -413,9 +410,6 @@
|
|||
.woocommerce-profiler-plugins-jetpack-agreement {
|
||||
color: $gray-700;
|
||||
font-size: 12px;
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-profiler-plugins__footer {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Use standard link color in legal disclaimers on core profiler
|
Loading…
Reference in New Issue