[DetailPanel] 제품 썸네일 이미지의 포커스 라인 밖으로 하얀색 영역이 노출되는 현상 수정
This commit is contained in:
@@ -71,7 +71,8 @@
|
||||
|
||||
.thumbnail {
|
||||
.size(@w: 560px, @h: 560px);
|
||||
border: solid 1px #dadada;
|
||||
box-shadow: 0 0 0 1px #dadada inset;
|
||||
|
||||
background-color: #fff;
|
||||
margin: 0 10px 10px 0;
|
||||
position: relative;
|
||||
@@ -245,7 +246,7 @@
|
||||
|
||||
&.selected {
|
||||
&:before {
|
||||
.size(@w: 142px , @h: 142px);
|
||||
.size(@w: 144px , @h: 144px);
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user