Fix attribute list styles (#40378)
* Fix attribute list style * Add changelog * Move changelog * Fix attributes style
This commit is contained in:
parent
58740c8ac7
commit
5fa98ace1a
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
Fix styles for attribute list
|
|
@ -7,7 +7,7 @@
|
|||
background: none;
|
||||
border: none;
|
||||
border-bottom: 1px solid $gray-200;
|
||||
padding-left: 0;
|
||||
padding: 0;
|
||||
grid-template-columns: 26% auto 90px;
|
||||
}
|
||||
|
||||
|
@ -15,4 +15,9 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.components-button.has-icon {
|
||||
svg {
|
||||
fill: $gray-700;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,11 +10,16 @@
|
|||
.woocommerce-list-item {
|
||||
background: none;
|
||||
border: none;
|
||||
padding-left: 0;
|
||||
padding: 0;
|
||||
grid-template-columns: 26% auto 90px;
|
||||
}
|
||||
|
||||
.woocommerce-sortable__handle {
|
||||
display: none;
|
||||
}
|
||||
.components-button.has-icon {
|
||||
svg {
|
||||
fill: $gray-700;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue