Fix janky product task items on hover (#33043)
* Fix hover border size * Changelog
This commit is contained in:
parent
1ef9b2d2ba
commit
68c7de6c5e
|
@ -14,7 +14,7 @@
|
||||||
.woocommerce-list__item {
|
.woocommerce-list__item {
|
||||||
float: left;
|
float: left;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #dcdcde;
|
border: 1.5px solid #dcdcde;
|
||||||
width: 263px;
|
width: 263px;
|
||||||
height: 226px;
|
height: 226px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-products-list__item-load-sample-product {
|
.woocommerce-products-list__item-load-sample-product {
|
||||||
border: 1px dashed #dcdcde;
|
border: 1.5px dashed #dcdcde;
|
||||||
|
|
||||||
.woocommerce-list__item-before {
|
.woocommerce-list__item-before {
|
||||||
background-color: $gray-100;
|
background-color: $gray-100;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
.woocommerce-list__item {
|
.woocommerce-list__item {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #dcdcde;
|
border: 1.5px solid #dcdcde;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix janky border on hover product task items
|
Loading…
Reference in New Issue