mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #437 from spenceralger/responsive-tooltip
kbn.query_color_dot() shouldn't use border-radius
This commit is contained in:
commit
d1495fbf6e
@ -301,13 +301,10 @@
|
||||
};
|
||||
|
||||
kbn.query_color_dot = function (color, diameter) {
|
||||
return '<div style="' + [
|
||||
'vertical-align:middle',
|
||||
'border-radius:10px',
|
||||
return '<div class="icon-circle" style="' + [
|
||||
'display:inline-block',
|
||||
'background:' + color,
|
||||
'height:' + diameter + 'px',
|
||||
'width:' + diameter + 'px',
|
||||
'color:' + color,
|
||||
'font-size:' + diameter + 'px',
|
||||
].join(';') + '"></div>';
|
||||
};
|
||||
}).call(this);
|
||||
|
Loading…
Reference in New Issue
Block a user