Merge pull request #1226 from dod-ccpo/modal-focus-styling

Add styling for a and button elements on focus
This commit is contained in:
leigh-mil 2019-12-03 13:44:47 -05:00 committed by GitHub
commit d1252b83ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,11 +45,3 @@
@import "sections/application_edit"; @import "sections/application_edit";
@import "sections/reports"; @import "sections/reports";
@import "sections/task_order"; @import "sections/task_order";
//
// IE likes to display an outline when focusing on an element. This
// fix removes that unwanted outline on focus.
//
*:focus {
outline: 0;
}