Skip to content

Commit

Permalink
Merge pull request #624 from SuffolkLITLab/outline_dabackbutton
Browse files Browse the repository at this point in the history
Add focus shadow for back button
  • Loading branch information
nonprofittechy authored Nov 23, 2022
2 parents c1bb622 + 74a346d commit 45e4ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docassemble/AssemblyLine/data/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ footer a {
text-decoration: dashed;
text-decoration-line: underline;
}

.daquestionbackbutton {
--bs-btn-focus-shadow-rgb: 49,132,253;
}

0 comments on commit 45e4ae4

Please sign in to comment.