This is an automated email from the ASF dual-hosted git repository.

sshenoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c5e4749a3 HDDS-9599. Recon : Highlight the search icon on the 
containers page of Recon UI (#5545)
4c5e4749a3 is described below

commit 4c5e4749a3a39c27130bc4f600010f13e3f9dbcd
Author: Smita <[email protected]>
AuthorDate: Mon Nov 6 14:22:28 2023 +0530

    HDDS-9599. Recon : Highlight the search icon on the containers page of 
Recon UI (#5545)
---
 .../resources/webapps/recon/ozone-recon-web/src/utils/columnSearch.tsx  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/utils/columnSearch.tsx
 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/utils/columnSearch.tsx
index 02c073d43d..59db693268 100644
--- 
a/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/utils/columnSearch.tsx
+++ 
b/hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/src/utils/columnSearch.tsx
@@ -67,7 +67,7 @@ class ColumnSearch extends React.PureComponent {
       </div>
     ),
     filterIcon: (filtered: boolean) => (
-      <Icon type='search' style={{color: filtered ? '#1890ff' : undefined}}/>
+      <Icon type='search' style={{color: filtered ? '#1890ff' : '#000000'}}/>
     ),
     onFilter: (value: string, record: any) => {
       if (record[dataIndex] !== undefined || record[dataIndex] !== null) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to