마이페이지 / 마이인포 접근성 적용 및 로그인 로그아웃 버튼 떨림부분 제거처리건.
This commit is contained in:
@@ -8,8 +8,8 @@ import SpotlightContainerDecorator, {
|
||||
} from "@enact/spotlight/SpotlightContainerDecorator";
|
||||
import Spottable from "@enact/spotlight/Spottable";
|
||||
|
||||
import css from "./THeader.module.less";
|
||||
import { $L } from "../../utils/helperMethods";
|
||||
import css from "./THeader.module.less";
|
||||
|
||||
const Container = SpotlightContainerDecorator(
|
||||
{ enterTo: "last-focused" },
|
||||
@@ -25,6 +25,7 @@ export default function THeader({
|
||||
onSpotlightLeft,
|
||||
marqueeDisabled = true,
|
||||
onClick,
|
||||
ariaLabel,
|
||||
children,
|
||||
...rest
|
||||
}) {
|
||||
@@ -58,12 +59,15 @@ export default function THeader({
|
||||
spotlightId={"spotlightId_backBtn"}
|
||||
onSpotlightUp={_onSpotlightUp}
|
||||
onSpotlightLeft={_onSpotlightLeft}
|
||||
aria-label="Back"
|
||||
role="button"
|
||||
/>
|
||||
)}
|
||||
<Marquee
|
||||
marqueeOn="render"
|
||||
className={css.title}
|
||||
marqueeDisabled={marqueeDisabled}
|
||||
aria-label={ariaLabel}
|
||||
>
|
||||
{$L(title)}
|
||||
</Marquee>
|
||||
|
||||
Reference in New Issue
Block a user