TabLayout last focused 수정 / module.less 주석제거
This commit is contained in:
@@ -3,29 +3,6 @@
|
||||
|
||||
@ICON_SIZE: 48px;
|
||||
|
||||
// @-webkit-keyframes textLoop {
|
||||
// 0% {
|
||||
// -webkit-transform: translate(50%);
|
||||
// transform: translate(50%);
|
||||
// }
|
||||
// to {
|
||||
// -webkit-transform: translate(calc(-100% - 189px));
|
||||
// transform: translate(calc(-100% - 189px));
|
||||
// }
|
||||
// }
|
||||
|
||||
// @keyframes textLoop {
|
||||
// 0% {
|
||||
// -webkit-transform: translate(50%);
|
||||
// transform: translate(50%);
|
||||
// }
|
||||
// to {
|
||||
// -webkit-transform: translate(calc(-100% - 289px));
|
||||
// transform: translate(calc(-100% - 189px));
|
||||
// left: 100%; /* 끝 위치 */
|
||||
// }
|
||||
// }
|
||||
|
||||
.tabItem {
|
||||
font-size: 36px;
|
||||
display: flex;
|
||||
|
||||
@@ -36,7 +36,7 @@ import TabItemSub from "./TabItemSub";
|
||||
import css from "./TabLayout.module.less";
|
||||
|
||||
const Container = SpotlightContainerDecorator(
|
||||
{ enterTo: "default-element" },
|
||||
{ enterTo: "last-focused" },
|
||||
"div"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user