Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Dec 19, 2023
1 parent 707b447 commit f68842b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions app/assets/stylesheets/hyku.scss
Original file line number Diff line number Diff line change
Expand Up @@ -560,14 +560,6 @@ span.constraint-value p, .facet-values p {
}
}

// date range limit - blacklight_range_limit gem
form.range_limit.range_date_ssi {
line-height: 1.4;
input.range_begin, input.range_end {
width: auto;
}
}

// these margin classes can be removed when Hyku is eventually updated to Bootstrap 4 upon upgrading to Hyrax 4.
// These correspond directly to bootstrap 4 classes.

Expand Down
3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
mount Qa::Engine => '/authorities'

mount Blacklight::Engine => '/'
mount BlacklightAdvancedSearch::Engine => '/'

mount Hyrax::Engine, at: '/'
mount Bulkrax::Engine, at: '/' if ENV.fetch('HYKU_BULKRAX_ENABLED', 'true') == 'true'
Expand All @@ -89,8 +88,6 @@
concerns :oai_provider

concerns :searchable
concerns :range_searchable

end

resources :solr_documents, only: [:show], path: '/catalog', controller: 'catalog' do
Expand Down

0 comments on commit f68842b

Please sign in to comment.