mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #4623 from mtd91429/patch-1
Make tooltip buttons have consistent appearance
This commit is contained in:
commit
69b7a1d204
@ -37,8 +37,8 @@ define([
|
||||
|
||||
// build the buttons menu on the upper right
|
||||
// expand the tooltip to see more
|
||||
var expandlink = $('<a/>').attr('href', "#").addClass("ui-corner-all") //rounded corner
|
||||
.attr('role', "button").attr('id', 'expanbutton').attr('title', i18n.msg._('Grow the tooltip vertically (press shift-tab twice)')).click(function () {
|
||||
var expandlink = $('<a/>').attr('href', "#").attr('role', "button").addClass('ui-button')
|
||||
.attr('id', 'expanbutton').attr('title', i18n.msg._('Grow the tooltip vertically (press shift-tab twice)')).click(function () {
|
||||
that.expand();
|
||||
event.preventDefault();
|
||||
}).append(
|
||||
|
Loading…
Reference in New Issue
Block a user