From 67133017ce71b6ef017ebbed57a7c93a66ed2987 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:50:24 +0530 Subject: [PATCH] Defect2266802 (#1455) * arialabel has been added to close button of invitational youtube video * heading role has been addedd and tag has been changed to h1 * outline has been restored to choose columns link in entities page * header text color changed to meet luminosity ratio requirement * Update queryBuilder.less * Update TableEntity.tsx * Update QuickstartCarousel.tsx * Update SplashScreen.tsx * Update SplashScreen.tsx --- less/TableStyles/fulldatatables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/TableStyles/fulldatatables.less b/less/TableStyles/fulldatatables.less index 42d719cbd..955901109 100644 --- a/less/TableStyles/fulldatatables.less +++ b/less/TableStyles/fulldatatables.less @@ -108,7 +108,7 @@ table.storage thead td { background-color: @BaseLight; /*[{datatable-header-background}]*/ text-align: left; - color: #808080; + color: #333333; /*[{datatable-header-text}]*/ outline: none; }