Skip to content

Commit

Permalink
fix: webhook outcome & visualisation styles
Browse files Browse the repository at this point in the history
  • Loading branch information
yld-weng committed May 24, 2022
1 parent fd91dd3 commit 3265a1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
"commit_title": "New release",
"commit_message": "${{ github.event.commits[0].message }}",
"commit_sha": "${{ github.sha }}",
"outcome": "${{ needs.scan.result }}",
"outcome": "${{ needs.deploy.result }}",
"run_url": "https://github.com/researchdata-sheffield/dataviz-hub2/actions/runs/${{ github.run_id }}",
"impact": "Low",
"benefit": "New release"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,14 @@ export const ResultWrapper = styled.div`
&:focus-within {
.search-results {
opacity: 1;
z-index: 999;
}
}
:hover {
.search-results {
opacity: 1;
z-index: 999;
}
}
}
Expand All @@ -128,7 +130,7 @@ export const SearchResults = styled.div`
opacity: 0;
height: 0;
position: absolute;
z-index: 999;
z-index: 0;
min-height: 200px;
max-height: 350px;
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions tests/websitePaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"/visualisation",
"/docs/03/09/2021/LearningPath-Statistical-Modelling-3",
"/docs/21/07/2021/Contribute-visualisation",
"/docs/18/03/2021/LearningPath-Statistical-Modeling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-1",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-more-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-non-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-optional",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-more-random-sampling",
"/docs/01/03/2021/Hosting-Shiny-Apps",
"/docs/05/07/2020/LearningPath-Workflow",
"/docs/04/07/2020/LearningPath-Lab",
Expand Down

0 comments on commit 3265a1d

Please sign in to comment.