Skip to content

Commit

Permalink
Addition to #6907, new highlight color for focus outline.
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteinmoseng authored and TorsteinHonsi committed Dec 5, 2017
1 parent b415306 commit d338a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/keyboard-navigation.src.js
Expand Up @@ -136,7 +136,7 @@ H.setOptions({
* `.highcharts-focus-border` class.
*/
style: {
color: '${palette.neutralColor100}',
color: '${palette.highlightColor80}',
lineWidth: 2,
borderRadius: 3
},
Expand Down

0 comments on commit d338a7f

Please sign in to comment.