mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
(css) Avoid outline on focus of message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user