app/assets/stylesheets/blacklight/blacklight_defaults.scss in blacklight-6.7.3 vs app/assets/stylesheets/blacklight/blacklight_defaults.scss in blacklight-6.8.0
- old
+ new
@@ -1,7 +1,8 @@
/* Warning! If you want to change these, just copy them into your own theme css. But you want to remove the !default, which only will set them if not already set. */
-$logo_image: 'blacklight/logo.png' !default;
+$logo-image: image_url('blacklight/logo.png') !default;
+$logo_image: false !default; // deprecated
/* label (field names) */
$field_name_color: $text-muted !default;
$zindex-typeahead: $zindex-dropdown;