Make close buttons part of the tab order

// FREEBIE
This commit is contained in:
lilia 2016-04-07 10:35:05 -07:00
parent f9c194f641
commit 8d800a4862

View file

@ -116,7 +116,7 @@
</script>
<script type='text/x-tmpl-mustache' id='attachment-preview'>
<img src='{{ source }}' class='preview' />
<div class='x close'></div>
<a class='x close' href='#'></a>
</script>
<script type='text/x-tmpl-mustache' id='hasRetry'>
{{ messageNotSent }}
@ -339,7 +339,7 @@
<script type='text/x-tmpl-mustache' id='debug-log'>
<div class='content'>
<div>
<a class='x close'></a>
<a class='x close' href='#'></a>
<h1> {{ title }} </h1>
<p> {{ debugLogExplanation }}</p>
</div>
@ -356,7 +356,7 @@
</script>
<script type='text/x-tmpl-mustache' id='settings'>
<div class='content'>
<a class='x close'></a>
<a class='x close' href='#'></a>
<h3>{{ notifications }}</h3>
<p>{{ notificationSettingsDialog }}</p>
<div>