Created
April 4, 2018 07:15
-
-
Save dmonllao/7fe072a339fb187f89acd4fb10dbae04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --cc theme/boost/templates/core/filemanager_modal_generallayout.mustache | |
index 3e31b35,5741947..0000000 | |
--- a/theme/boost/templates/core/filemanager_modal_generallayout.mustache | |
+++ b/theme/boost/templates/core/filemanager_modal_generallayout.mustache | |
@@@ -1,9 -1,9 +1,8 @@@ | |
- <div tabindex="0" class="file-picker fp-generallayout container-fluid row" role="dialog" aria-live="assertive"> | |
- <div class="fp-repo-area col-md-3 nav nav-pills nav-stacked" role="tablist"> | |
+ <div tabindex="0" class="file-picker fp-generallayout row" role="dialog" aria-live="assertive"> | |
- <div class="fp-repo-area col-md-3 nav nav-pills flex-column"> | |
- <div class="fp-repo nav-item"> | |
- <a href="#" class="nav-link"><img class="fp-repo-icon" alt=" " width="16" height="16" /> <span class="fp-repo-name"></span></a> | |
++ <div class="fp-repo-area col-md-3 nav nav-pills flex-column" role="tablist"> | |
+ <div class="fp-repo nav-item" role="tab" aria-selected="false" tabindex="-1"> | |
- <a href="#" class="nav-link" tabindex="-1"><img class="fp-repo-icon" alt=" " src="#" width="16" height="16" /> <span class="fp-repo-name"></span></a> | |
++ <a href="#" class="nav-link" tabindex="-1"><img class="fp-repo-icon" alt=" " width="16" height="16" /> <span class="fp-repo-name"></span></a> | |
</div> | |
-- | |
</div> | |
<div class="col-md-9"> | |
<div class="fp-repo-items" tabindex="0"> | |
(END) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment