diff --git a/.github/ISSUE_TEMPLATE/ap-defect.md b/.github/ISSUE_TEMPLATE/ap-defect.md deleted file mode 100644 index b15c6857e8..0000000000 --- a/.github/ISSUE_TEMPLATE/ap-defect.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: (AP) Defect -about: Work to fix a problem with existing functionality -title: "" -labels: Accelerated Publishing, Defect - ---- - -### What is the problem? - - -### Who is affected? - - -### How urgent is the issue? -Critical / Major / Minor - -```[tasklist] -### -- [ ] The problem as described is fixed -- [ ] The repro steps result in 'expected result' -- [ ] An automated test is written to catch the problem, if appropriate -``` - -### How can we see the problem? (repro steps) - -1. Please include a set of steps that allows an independent tester to see the problem. -2. Write them so that after the defect is fixed, the steps will result in the expected result. -3. It is helpful to write the steps methodically so they can be the foundation of an automated test. - -**Expected result:** What should be the outcome?
-**Actual result:** What currently happens? - -### Is there any additional information? -Screenshots: - -Log messages (please specify from where or what commands(s)) -``` -Log messages here -``` - -### Why is the problem happening and how do we fix it? - - - - diff --git a/docroot/themes/custom/vagovclaro/assets/scss/components/_buttons.scss b/docroot/themes/custom/vagovclaro/assets/scss/components/_buttons.scss index 2d2dbdf70f..7f91ab749a 100644 --- a/docroot/themes/custom/vagovclaro/assets/scss/components/_buttons.scss +++ b/docroot/themes/custom/vagovclaro/assets/scss/components/_buttons.scss @@ -37,6 +37,11 @@ border: 2px solid var(--va-blue-darker); color: var(--va-blue-darker); } + + &:focus { + box-shadow: var(--focus-box-shadow); + outline: var(--focus-outline); + } } .button--outline.action-link {