UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 897 B
"use strict";var t=require("@mui/material");const e=t.styled(t.Link)(({theme:t,disabled:e})=>({"&:focus-visible":{boxShadow:t.custom.boxShadow.input.focus,borderRadius:t.spacing(t.custom.radius.sm),outline:"none"},"&.MuiLink-root":{transition:"all 200ms ease",display:"inline",cursor:"pointer",color:e?t.custom.palette.text.lockedWhite:t.custom.palette.text.link,textDecorationColor:t.custom.palette.text.link,pointerEvents:e?"none":"auto","&:hover":{color:e?t.custom.palette.text.disabled:t.custom.palette.text.linkHover,textDecorationColor:e?t.custom.palette.text.disabled:t.custom.palette.text.linkHover},"&:active":{color:t.custom.palette.text.linkHover,textDecorationColor:t.custom.palette.text.linkHover},"&:visited":{color:e?t.custom.palette.text.disabled:t.custom.palette.text.link,textDecorationColor:e?t.custom.palette.text.disabled:t.custom.palette.text.link}}}));exports.StyledLink=e;