Commit d15b5ff7 authored by Steven Jones's avatar Steven Jones
Browse files

Issue #3475412 by steven jones, bwong, plopesc: Add a unique class for the...

Issue #3475412 by steven jones, bwong, plopesc: Add a unique class for the icon to allow customization by CSS
parent ce1b6bed
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -303,6 +303,7 @@ class DataExport extends Serializer {
            'class' => [
              Html::cleanCssIdentifier($format) . '-feed',
              'views-data-export-feed',
              Html::cleanCssIdentifier('views-data-export-feed--' . $this->displayHandler->display['id']),
            ],
          ],
        ],