mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add new grabber icon and tweak styles to better fit space (#7019)
This commit is contained in:
committed by
Torkel Ödegaard
parent
1c8865e702
commit
5440804109
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user