From 91554d5e54a04eb69786913d890ccfb43afef9c4 Mon Sep 17 00:00:00 2001 From: Olgierd Grzyb Date: Fri, 21 Mar 2014 19:58:57 +0100 Subject: [PATCH] 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. --- src/htmlContent/extension-manager-dialog.html | 2 +- src/styles/brackets_patterns_override.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/htmlContent/extension-manager-dialog.html b/src/htmlContent/extension-manager-dialog.html index dc9b6766358..7e828bc325b 100644 --- a/src/htmlContent/extension-manager-dialog.html +++ b/src/htmlContent/extension-manager-dialog.html @@ -5,7 +5,7 @@

  • {{Strings.EXTENSIONS_AVAILABLE_TITLE}}
  • {{/showRegistry}} -

  • {{Strings.EXTENSIONS_INSTALLED_TITLE}}
  • +

  • {{Strings.EXTENSIONS_INSTALLED_TITLE}}
  • diff --git a/src/styles/brackets_patterns_override.less b/src/styles/brackets_patterns_override.less index 52b2a279157..33922730a8f 100644 --- a/src/styles/brackets_patterns_override.less +++ b/src/styles/brackets_patterns_override.less @@ -790,7 +790,7 @@ a[href^="http"] { > li { position: relative; // for positioning .notification icon - > .notification { + .notification { display: none; // hidden by default background-color: #91CC41; color: white;