Skip to content

Commit

Permalink
fix: mouse cursor on feedback cancel link should be pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Nov 1, 2024
1 parent 52e21d6 commit 731b7ca
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Childrens-Social-Care-CPD/styles/scss/overrides/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,9 @@
.banner-breadcrumbs {
position: relative;
top: -35px;
}

/* feedback component tweaks */
div#page-feedback a {
cursor: pointer;
}
5 changes: 5 additions & 0 deletions Childrens-Social-Care-CPD/wwwroot/css/application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/wwwroot/css/application.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Childrens-Social-Care-CPD/wwwroot/css/application.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 731b7ca

Please sign in to comment.