(css) Avoid outline on focus of message

pull/210/head
Francis Lachapelle 2016-05-26 16:01:19 -04:00
parent 06f596f821
commit ac33bb62d5
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@
ng-repeat="part in viewer.message.$content()"
ng-class="part.msgclass">
<div class="md-flex"
tabindex="-1"
ng-if="part.html"
ng-click="viewer.filterMailtoLinks($event)"
ng-bind-html="part.content | ensureTarget"><!-- html msg --></div>