Don't show outline on an anchor tag that doesn't have a href
This commit is contained in:
@@ -50,3 +50,7 @@
|
||||
@import 'sections/member_edit';
|
||||
@import 'sections/reports';
|
||||
@import 'sections/task_order';
|
||||
|
||||
a:focus:not([href]) {
|
||||
outline: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user