add new grabber icon and tweak styles to better fit space (#7019)

This commit is contained in:
Trent White
2016-12-20 11:49:04 -05:00
committed by Torkel Ödegaard
parent 1c8865e702
commit 5440804109
7 changed files with 7 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ module.directive('grafanaPanel', function($rootScope) {
module.directive('panelResizer', function($rootScope) {
return {
restrict: 'E',
template: '<span class="resize-panel-handle fa fa-signal"></span>',
template: '<span class="resize-panel-handle icon-gf icon-gf-grabber"></span>',
link: function(scope, elem) {
var resizing = false;
var lastPanel;