From 6add1fb6ca7f9aa497acc372ee5be2ddec78b207 Mon Sep 17 00:00:00 2001 From: Katie Date: Fri, 4 Nov 2022 09:53:34 -0400 Subject: [PATCH] CSR-918 Cleanup --- src/styles/shared-input-button-styles.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/styles/shared-input-button-styles.scss b/src/styles/shared-input-button-styles.scss index 2a9ebd42f..dbffa5b05 100644 --- a/src/styles/shared-input-button-styles.scss +++ b/src/styles/shared-input-button-styles.scss @@ -11,20 +11,5 @@ @include box-shadow-hover($blue-300); } } - - // &.list-button, - // &.list-button-horizontal, - // &.list-card { - // input[type="radio"], - // input[type="checkbox"] { - // &:not(:checked) { - // + .button-content { - // position: relative; - // z-index: 4; - // @include box-shadow-hover($blue-300); - // } - // } - // } - // } } }