Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions nutshell.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,11 +652,6 @@ Bubble: the box that expands below an expandable, containing a Nutshell Section
ex.appendChild(ballUp);
ex.appendChild(ballDown);

// BALLS ARE SAME AS FONT COLOR
let linkStyle = window.getComputedStyle(forThisElement ? forThisElement : ex);
ballUp.style.background = linkStyle.color;
ballDown.style.background = linkStyle.color;

// Save the punctuation!
// Extremely inefficient: plop each character one-by-one into the span
let punctuation = document.createElement('span');
Expand Down Expand Up @@ -1971,7 +1966,7 @@ Bubble: the box that expands below an expandable, containing a Nutshell Section
/* They're balls */
width: 0.15em;
height: 0.15em;
background: #000;
background: currentcolor;
border-radius: 1em;

/* Animate moving up & down */
Expand Down