diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-09-10 16:02:01 +0200 |
---|---|---|
committer | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-09-10 16:13:41 +0000 |
commit | 58b44949714b002818d20ba40d01eb50c031614d (patch) | |
tree | 373ee64a6a309686271c83a80dee103ddbd53535 /ui-react/src | |
parent | c85d40b0cc8f40e5d0e17019878df82170f7bb35 (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.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-react/src/theme/globalStyle.js b/ui-react/src/theme/globalStyle.js index a0c338cd..bb41bc19 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' }; |