diff --git a/src/main/webapp/com/css/common.v2.0.css b/src/main/webapp/com/css/common.v2.0.css index 53d1dada..dd1677d1 100644 --- a/src/main/webapp/com/css/common.v2.0.css +++ b/src/main/webapp/com/css/common.v2.0.css @@ -6642,7 +6642,7 @@ ul.faq-q > li textarea { .drilling .table-wrap table tr:hover { color: #333; background-color: #dde8f5 !important; - font-weight: bold; + font-weight: 400; } .drilling .table-wrap table td { color: #666; diff --git a/src/main/webapp/com/css/sass/common.v2.0.scss b/src/main/webapp/com/css/sass/common.v2.0.scss index bee5e93f..292e1dd6 100644 --- a/src/main/webapp/com/css/sass/common.v2.0.scss +++ b/src/main/webapp/com/css/sass/common.v2.0.scss @@ -4971,7 +4971,7 @@ ul.faq-q > li textarea { .table-wrap table tr:hover { color: #333; background-color: #dde8f5 !important; - font-weight: bold; + font-weight: 400; } .table-wrap table td { color: #666;