From 7c6118818969b32b23b203efe1ae83553ab4edcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pior?= Date: Tue, 22 May 2018 15:25:41 +0200 Subject: [PATCH] #7204 fix --- js/notebook/src/shared/style/bxvariables.scss | 3 +++ js/notebook/src/shared/style/tree.scss | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/js/notebook/src/shared/style/bxvariables.scss b/js/notebook/src/shared/style/bxvariables.scss index 3f1ca6a8d1..ce7623889b 100644 --- a/js/notebook/src/shared/style/bxvariables.scss +++ b/js/notebook/src/shared/style/bxvariables.scss @@ -23,3 +23,6 @@ $bxColorInfo: #5bc0de; $bxColorWarning: #f0ad4e; $bxColorError: #ff0000; $bxColorDefault: #777777; + +$bxColorLink: #337ab7; +$bxColorHover: #23527c; diff --git a/js/notebook/src/shared/style/tree.scss b/js/notebook/src/shared/style/tree.scss index 49e60c9f7f..e047c679ef 100644 --- a/js/notebook/src/shared/style/tree.scss +++ b/js/notebook/src/shared/style/tree.scss @@ -32,6 +32,15 @@ @import "bxvariables"; +a { + color: $bxColorLink; + text-decoration: none; + &:focus, &:hover { + color: $bxColorHover; + text-decoration: underline; + } +} + #beakerx-tree-widget { .hidden {