diff --git a/components/hearing/Transcriptions.tsx b/components/hearing/Transcriptions.tsx index d9905195e..cec19e2ee 100644 --- a/components/hearing/Transcriptions.tsx +++ b/components/hearing/Transcriptions.tsx @@ -1,5 +1,6 @@ import { faMagnifyingGlass, faTimes } from "@fortawesome/free-solid-svg-icons" import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" +import ArrowRightAlt from "@mui/icons-material/ArrowRightAlt" import ShareIcon from "@mui/icons-material/Share" import ShareOutlinedIcon from "@mui/icons-material/ShareOutlined" import { useRouter } from "next/router" @@ -14,7 +15,6 @@ import { formatTotalSeconds } from "./hearing" import { ShareLinkButton } from "components/buttons" - import { siteUrl } from "components/links" const ClearButton = styled(FontAwesomeIcon)` @@ -124,8 +124,16 @@ const TranscriptRow = styled(Row)` border-bottom-left-radius: 0.75rem; border-bottom-right-radius: 0.75rem; } + &:hover { + background-color: #d9dfea; + border-color: #1a3185; + border-style: solid; + border-width: 5px; + } ` +const TranscriptRowActive = styled(Row)`` + export const Transcriptions = ({ hearingId, transcriptData, @@ -334,6 +342,7 @@ const TranscriptItem = forwardRef(function TranscriptItem( set currentTime property of