From 38a51ba01f9f034ff54ad86bc9dba2aa0740c1ac Mon Sep 17 00:00:00 2001 From: dufresnesteven Date: Wed, 6 May 2020 12:41:48 +0900 Subject: [PATCH] Remove border radius from list item. --- .../src/components/downloadable-block-list-item/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/block-directory/src/components/downloadable-block-list-item/style.scss b/packages/block-directory/src/components/downloadable-block-list-item/style.scss index 2f7459c89bca2..b84710ac32da5 100644 --- a/packages/block-directory/src/components/downloadable-block-list-item/style.scss +++ b/packages/block-directory/src/components/downloadable-block-list-item/style.scss @@ -10,7 +10,6 @@ justify-content: center; background: transparent; word-break: break-word; - border-radius: $radius-block-ui; border-top: $border-width solid $light-gray-500; border-bottom: $border-width solid $light-gray-500; transition: all 0.05s ease-in-out;