Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 7600a43

Browse files
author
Marcel Gerber
committed
Remove tabindex, Apply .no-focus to the whole dialog
1 parent 1577efe commit 7600a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/htmlContent/extension-manager-dialog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="extension-manager-dialog modal">
2-
<div class="modal-header" tabindex="-1">
1+
<div class="extension-manager-dialog modal no-focus">
2+
<div class="modal-header">
33
<ul class="nav nav-tabs">
44
{{#showRegistry}}
55
<li><a href="#registry" class="registry" data-toggle="tab"><img src="styles/images/extension-manager-registry.svg"/><br/>{{Strings.EXTENSIONS_AVAILABLE_TITLE}}</a></li>
@@ -13,7 +13,7 @@
1313
<input class="search" type="text" placeholder="{{EXTENSION_SEARCH_PLACEHOLDER}}">
1414
</div>
1515
</div>
16-
<div class="modal-body no-padding table-striped tab-content no-focus" tabindex="-1">
16+
<div class="modal-body no-padding table-striped tab-content">
1717
<div class='spinner large spin'/>
1818
</div>
1919
<div class="modal-footer">

0 commit comments

Comments
 (0)