mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
better focus and blur
This commit is contained in:
parent
2866ff38bb
commit
529f69599b
4 changed files with 23 additions and 4 deletions
|
@ -526,6 +526,7 @@ var VisNode = Backbone.Model.extend({
|
|||
var text = paper.text(textPos.x, textPos.y, String(this.get('id')));
|
||||
text.attr({
|
||||
'font-size': 12,
|
||||
'font-weight': 'bold',
|
||||
'font-family': 'Monaco, Courier, font-monospace',
|
||||
opacity: this.getOpacity()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue