Skip to content

Commit

Permalink
#7204 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed May 22, 2018
1 parent 38f481f commit 7c61188
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/notebook/src/shared/style/bxvariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ $bxColorInfo: #5bc0de;
$bxColorWarning: #f0ad4e;
$bxColorError: #ff0000;
$bxColorDefault: #777777;

$bxColorLink: #337ab7;
$bxColorHover: #23527c;
9 changes: 9 additions & 0 deletions js/notebook/src/shared/style/tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@

@import "bxvariables";

a {
color: $bxColorLink;
text-decoration: none;
&:focus, &:hover {
color: $bxColorHover;
text-decoration: underline;
}
}

#beakerx-tree-widget {

.hidden {
Expand Down

0 comments on commit 7c61188

Please sign in to comment.