General
This page is under construction. |
---|
Accessibility Features
By default, interactible elements of the AMT application are outlined when in focus. This feature can be disabled by adding the following CSS to style.scss of the Angular web client.
input:focus { outline: none; }