[PopularVideoCard] focused style 적용
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user