Fix janky product task items on hover (#33043)

* Fix hover border size

* Changelog
This commit is contained in:
Ilyas Foo 2022-05-16 11:32:37 +08:00 committed by GitHub
parent 1ef9b2d2ba
commit 68c7de6c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix janky border on hover product task items