From b9090b02bb3d8b7906a5e6175b3900d4436e943b Mon Sep 17 00:00:00 2001 From: emyarod Date: Mon, 24 May 2021 14:35:30 -0500 Subject: [PATCH] fix(structured-list): remove icon from hover state (#8734) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../src/components/structured-list/_structured-list.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/components/src/components/structured-list/_structured-list.scss b/packages/components/src/components/structured-list/_structured-list.scss index 936cf722b7f6..3c71b066dfc6 100644 --- a/packages/components/src/components/structured-list/_structured-list.scss +++ b/packages/components/src/components/structured-list/_structured-list.scss @@ -169,10 +169,6 @@ vertical-align: middle; } - .#{$prefix}--structured-list-row:hover .#{$prefix}--structured-list-svg { - fill: $ibm-color__gray-40; - } - .#{$prefix}--structured-list-input:checked + .#{$prefix}--structured-list-row .#{$prefix}--structured-list-svg,