diff --git a/themes/fid_bbi/scss/blocks/record.scss b/themes/fid_bbi/scss/blocks/record.scss index a5560647c2012fb54d25dad9135117ded08db399..3a617eb7d5e3bf0b790bc86d72b4a888132321fa 100644 --- a/themes/fid_bbi/scss/blocks/record.scss +++ b/themes/fid_bbi/scss/blocks/record.scss @@ -93,6 +93,10 @@ white-space: nowrap; width: calc(100% - #{g(.5)}); + &.hidden { + display: none; + } + @include hover { box-shadow: none; }