TabLayout last focused 수정 / module.less 주석제거

This commit is contained in:
고동영
2024-02-22 18:55:27 +09:00
parent 8ec039ec0e
commit 609d0ae25c
2 changed files with 1 additions and 24 deletions

View File

@@ -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;

View File

@@ -36,7 +36,7 @@ import TabItemSub from "./TabItemSub";
import css from "./TabLayout.module.less";
const Container = SpotlightContainerDecorator(
{ enterTo: "default-element" },
{ enterTo: "last-focused" },
"div"
);