Skip to content

Commit

Permalink
Use cross-browser style for selection border
Browse files Browse the repository at this point in the history
Addresses #27
  • Loading branch information
jstclair committed Dec 8, 2014
1 parent dbb9d19 commit 77825ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/selectionView.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function createElement(document) {

elem.tabIndex = -1;
elem.style.backgroundColor = 'rgba(245, 142, 00, 0.15)';
elem.style.outline = '1px solid #86bae8';

return elem;
}
Expand Down

0 comments on commit 77825ad

Please sign in to comment.