diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index cda4528c..06d0de55 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/src/components/BuildList/index.tsx b/src/components/BuildList/index.tsx index 368efd63..43f09ff8 100644 --- a/src/components/BuildList/index.tsx +++ b/src/components/BuildList/index.tsx @@ -44,6 +44,11 @@ const useStyles = makeStyles((theme: Theme) => listItemSecondaryAction: { visibility: "hidden", }, + listItem: { + "&:hover $listItemSecondaryAction": { + visibility: "inherit", + }, + }, }) ); @@ -120,6 +125,9 @@ const BuildList: FunctionComponent = () => { onClick={() => { selectBuild(buildDispatch, build.id); }} + classes={{ + container: classes.listItem, + }} >