.lightbox .meta, .lightbox:hover .meta { opacity: 0.7; transition: none; } .meta { align-items: center; background: $secondary; color: $primary-high; height: 25px; width: 25px; bottom: 0; right: 0; .filename, .informations, .d-icon-far-image { display: none; } .d-icon-discourse-expand { color: $primary-high; } // TODO: Delete by May 2019 .expand { position: initial; float: none; height: 16px; &:before { // ideally, the SVG used here should be in HTML and reference the SVG sprite // the SVG used here is the "expand" icon from FontAwesome 4.7.0 content: svg-uri( '' ); opacity: inherit; } } }