[CYS] Fix "Drag to resize" styling when spotlight tour is present (#41150)

* Add changelog

* Update "Drag to resize" styling when spotlight tour is present
This commit is contained in:
Chi-Hsuan Huang 2023-11-01 19:01:51 +08:00 committed by GitHub
parent 1ca93287ca
commit 23e8324163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View File

@ -671,26 +671,21 @@
.woocommerce-assembler-hub__resizable-frame__drag-handler {
display: inline-flex;
padding: 0 10px;
align-items: flex-start;
gap: 10px;
background: var(--wp-admin-theme-color-background-25);
background: #000;
left: 5px !important;
border-radius: 4px;
height: 20px;
border-radius: 2px;
.components-popover__content {
color: var(--wp-admin-theme-color-darker-20);
color: #f0f0f0;
font-size: 0.75rem;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 166.667% */
line-height: 1.4;
background: inherit;
padding: 0;
margin-left: 10px;
padding: 4px 8px;
width: max-content;
box-shadow: none;
text-align: center;
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Tweak "Drag to resize" styling when spotlight tour is present