[SHOPTIME-3482] Featured Brands / Live Channels의 preview 동영상 재생시 라운드포커싱 위로 각진 영상 노출
Changed files: 1. LiveChannelsVerticalContetns.module.less Detail note: 1. .player 가상선택자(after) border 추가
This commit is contained in:
@@ -36,18 +36,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// .player {
|
.player {
|
||||||
// &::after {
|
&::after {
|
||||||
// .focused(@boxShadow: 0, @borderRadius: 12px);
|
.focused(@boxShadow: 0, @borderRadius: 12px);
|
||||||
// border: 6px solid @PRIMARY_COLOR_RED;
|
border: 6px solid @PRIMARY_COLOR_RED;
|
||||||
// top: -4px;
|
top: -4px;
|
||||||
// right: -4px;
|
right: -4px;
|
||||||
// bottom: -4px;
|
bottom: -4px;
|
||||||
// left: -4px;
|
left: -4px;
|
||||||
// }
|
}
|
||||||
|
}
|
||||||
// > div {
|
|
||||||
// border-radius: 12px;
|
|
||||||
// overflow: hidden;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user