Merge pull request #655 from dod-ccpo/disabled-link-outline
Don't show outline on an anchor tag that doesn't have a href
This commit is contained in:
commit
a2b0a91228
@ -50,3 +50,11 @@
|
||||
@import 'sections/member_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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user