[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:
parent
1ca93287ca
commit
23e8324163
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Tweak "Drag to resize" styling when spotlight tour is present
|
Loading…
Reference in New Issue