[SHOPTIME-3482] Featured Brands / Live Channels의 preview 동영상 재생시 라운드포커싱 위로 각진 영상 노출

Changed files:
1. LiveChannelsVerticalContetns.module.less

Detail note:
1. .player 가상선택자(after) border 추가
This commit is contained in:
younghoon100.park
2024-08-27 10:11:59 +09:00
parent 44a606a93e
commit c053fc34f4

View File

@@ -36,18 +36,13 @@
}
}
// .player {
// &::after {
// .focused(@boxShadow: 0, @borderRadius: 12px);
// border: 6px solid @PRIMARY_COLOR_RED;
// top: -4px;
// right: -4px;
// bottom: -4px;
// left: -4px;
// }
// > div {
// border-radius: 12px;
// overflow: hidden;
// }
// }
.player {
&::after {
.focused(@boxShadow: 0, @borderRadius: 12px);
border: 6px solid @PRIMARY_COLOR_RED;
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
}
}