We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83605cf commit a51732eCopy full SHA for a51732e
app/assets/stylesheets/application.scss
@@ -7,7 +7,7 @@
7
8
// Here we override blacklight to wrap the $logo-image in a url()
9
.navbar-logo { // The main logo image for the Blacklight instance
10
- background: transparent asset-url("logo.png") no-repeat top left;
+ background: transparent url("logo.png") no-repeat top left;
11
}
12
13
@import 'blacklight-hierarchy/app/assets/stylesheets/blacklight/hierarchy/hierarchy';
@@ -25,4 +25,4 @@
25
@import "workflow_grid";
26
@import "throbber";
27
@import "tags-autocomplete";
28
-@import "registration"
+@import "registration"
config/initializers/assets_url_processor.rb
0 commit comments