AMT Help Files
Home AMT Admin Advanced Configuration Accessibility Configuration

Accessibility Configuration

CSS

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;  
}

Contents

 Go to top