Delete styling that removed focus styling

This commit is contained in:
leigh-mil
2019-12-03 13:21:46 -05:00
parent adbb6fd9f8
commit d1b6e7833d

View File

@@ -45,11 +45,3 @@
@import "sections/application_edit";
@import "sections/reports";
@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;
}