Skip to content

Commit

Permalink
Merge pull request #3335 from tulibraries/revert-3333-MAN-1380-addres…
Browse files Browse the repository at this point in the history
…s-performance-issues-found-in-speed-tests

Revert "MAN-1380 address performance issues found in speed tests"
  • Loading branch information
sensei100 authored Apr 22, 2024
2 parents 1f87c49 + bab7271 commit 3c705f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
23 changes: 0 additions & 23 deletions app/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,25 +244,6 @@ i.fa-search {
display: inline-block;
position:relative;
}

.svg-inline--fa.fa-magnifying-glass {
position: relative;
left: 36px;
top: 2px;
}

.event-filters .svg-inline--fa.fa-magnifying-glass {
position: relative;
left: 14px;
top: 32px;
}

.aid-index .svg-inline--fa.fa-magnifying-glass {
position: relative;
left: 16px;
top: 25px;
}

.pointer {
cursor: pointer;
}
Expand All @@ -275,8 +256,4 @@ i.fa-search {
right: 5px;
top: 1px;
}
}

i {
font-family: FontAwesome;
}
7 changes: 3 additions & 4 deletions app/javascript/application.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// Entry point for the build script in your package.json
import "@hotwired/turbo-rails"
import "@fortawesome/fontawesome-free/js/all.js"
import "@rails/actiontext"
import "./src/jquery"
import "./controllers"
import * as bootstrap from "bootstrap"
import "trix"
import Trix from "trix";
import "@rails/actiontext"
import "./src/selectize"
import "./src/administrate-trix"
import "trix"
import Trix from "trix";

0 comments on commit 3c705f2

Please sign in to comment.