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

Commit 91554d5

Browse files
author
Olgierd Grzyb
committed
Moved notification badge in Extension Manager dialog to tab button (fixes #7280)
I've also updated styles/brackets_pattern_override.less so that it is covered by the style sheet.
1 parent c52bffe commit 91554d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/htmlContent/extension-manager-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
66
<!--<li><a href="#updates" class="updates" data-toggle="tab"><img src="styles/images/extension-manager-updates.svg"/><br/>{{Strings.EXTENSIONS_UPDATES_TITLE}}</a></li>-->
77
{{/showRegistry}}
8-
<li><a href="#installed" class="installed" data-toggle="tab"><img src="styles/images/extension-manager-installed.svg"/><br/>{{Strings.EXTENSIONS_INSTALLED_TITLE}}</a><span class="notification"></span></li>
8+
<li><a href="#installed" class="installed" data-toggle="tab"><span class="notification"></span><img src="styles/images/extension-manager-installed.svg"/><br/>{{Strings.EXTENSIONS_INSTALLED_TITLE}}</a></li>
99
</ul>
1010
<div>
1111
<button class="search-clear">&times;</button>

src/styles/brackets_patterns_override.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ a[href^="http"] {
790790

791791
> li {
792792
position: relative; // for positioning .notification icon
793-
> .notification {
793+
.notification {
794794
display: none; // hidden by default
795795
background-color: #91CC41;
796796
color: white;

0 commit comments

Comments
 (0)