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); - // } - // } - // } - // } } }