CYS: when the footer/header is clicked, the border color is blue (#48765)
* CYS: when the footer/header is clicked, the border color is blue * Add changefile(s) from automation for the following project(s): woocommerce * improve CSS --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
93e148d921
commit
026e93916a
|
@ -301,6 +301,19 @@ function ScaledBlockPreview( {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
footer.is-selected::after,
|
||||
header.is-selected::after {
|
||||
outline-color: var(--wp-admin-theme-color) !important;
|
||||
}
|
||||
|
||||
header.is-selected::after {
|
||||
border-top-left-radius: 20px;
|
||||
}
|
||||
|
||||
footer.is-selected::after {
|
||||
border-bottom-left-radius: 20px;
|
||||
}
|
||||
|
||||
${ additionalStyles }
|
||||
` }
|
||||
</style>
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
CYS: when the footer/header is clicked, the border color is blue.
|
Loading…
Reference in New Issue