diff --git a/public/app/core/directives/dash_edit_link.js b/public/app/core/directives/dash_edit_link.js
index 7ba96f50500..23855925541 100644
--- a/public/app/core/directives/dash_edit_link.js
+++ b/public/app/core/directives/dash_edit_link.js
@@ -45,7 +45,6 @@ function ($, coreModule) {
if (editview) {
scope.contextSrv.editview = editViewMap[editview];
payload.src = scope.contextSrv.editview.src;
- payload.cssClass = "tabbed-view";
}
if (lastEditor === payload.src) {
@@ -74,12 +73,7 @@ function ($, coreModule) {
};
var src = "'" + payload.src + "'";
- var cssClass = payload.cssClass || 'gf-box';
- var view = $('
');
-
- if (payload.cssClass) {
- view.addClass(payload.cssClass);
- }
+ var view = $('');
elem.append(view);
$compile(elem.contents())(editorScope);
diff --git a/public/app/features/annotations/partials/editor.html b/public/app/features/annotations/partials/editor.html
index d0030823581..b9ad4c38015 100644
--- a/public/app/features/annotations/partials/editor.html
+++ b/public/app/features/annotations/partials/editor.html
@@ -30,33 +30,31 @@
-
-
- No annotations defined
-
-
-
- |
-
- {{annotation.name}}
- |
- |
- |
-
-
-
-
- Edit
-
- |
-
-
-
-
- |
-
-
+
+ No annotations defined
+
+
+ |
+
+ {{annotation.name}}
+ |
+ |
+ |
+
+
+
+
+ Edit
+
+ |
+
+
+
+
+ |
+
+
diff --git a/public/app/features/templating/partials/editor.html b/public/app/features/templating/partials/editor.html
index 95899bfc839..f4d45acbefc 100644
--- a/public/app/features/templating/partials/editor.html
+++ b/public/app/features/templating/partials/editor.html
@@ -1,41 +1,38 @@
-