[PopularVideoCard] focused style 적용

This commit is contained in:
jiwon93.son
2024-04-02 17:35:57 +09:00
parent 95caa68cac
commit e043262194

View File

@@ -10,6 +10,9 @@
&.focused {
.focusDropShadow();
.rank {
background-color: @PRIMARY_COLOR_RED;
}
}
&::after {
@@ -82,13 +85,6 @@
line-height: 1.33;
}
}
// &:focus {
// &::after {
// .focused(@borderRadius: 12px);
// }
// .focusDropShadow();
// }
}
// best seller
@@ -107,9 +103,6 @@
border-bottom-left-radius: 79px;
border-bottom-right-radius: 79px;
&.descFocused {
background-color: red;
}
> img {
.size(@w:36px,@h:36px);
margin-bottom: 6px;