aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-09-10 16:02:01 +0200
committerSébastien Determe <sebastien.determe@intl.att.com>2019-09-10 16:13:41 +0000
commit58b44949714b002818d20ba40d01eb50c031614d (patch)
tree373ee64a6a309686271c83a80dee103ddbd53535 /ui-react/src
parentc85d40b0cc8f40e5d0e17019878df82170f7bb35 (diff)
Remove Dead code
Removal of useless code not used anymore in clamp because model are received from CSAR Issue-ID: CLAMP-487 Change-Id: Ifeb0411e7f7cd599cb5cf5d8f5b0e33d34bbf396 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'ui-react/src')
-rw-r--r--ui-react/src/theme/globalStyle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js
index a0c338cd4..bb41bc192 100644
--- a/ui-react/src/theme/globalStyle.js
+++ b/ui-react/src/theme/globalStyle.js
@@ -90,5 +90,5 @@ export const DefaultClampTheme = {
menuBackgroundColor: 'white',
menuFontColor: 'black',
menuHighlightedBackgroundColor: '#337ab7',
- menuHighlightedFontColor: 'white',
+ menuHighlightedFontColor: 'white'
};