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:
Luigi Teschio 2024-06-28 10:40:01 +02:00 committed by GitHub
parent 93e148d921
commit 026e93916a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
CYS: when the footer/header is clicked, the border color is blue.