refactor: ajusta borda sku

This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-03 16:22:11 -03:00
parent de1608928e
commit 31940259cb
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,9 @@
.skuSelectorItem--selected .diagonalCross {
color: #000000;
}
.skuSelectorItem--selected .skuSelectorInternalBox {
border: none;
}
.skuSelectorItem--selected .skuSelectorItemTextValue {
font-style: normal;
font-weight: 400;

View File

@ -55,6 +55,10 @@
color: $color-black;
}
.skuSelectorInternalBox {
border: none;
}
.skuSelectorItemTextValue {
font-style: normal;
font-weight: 400;