Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling updates #2263

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GIT

GIT
remote: https://github.com/samvera/hyrax.git
revision: d4e646c7613febd2195f3835d3b801c6aa7b601d
revision: b98d6f4f57b3d60cabc1c192e12053a11f93eb8c
branch: main
specs:
hyrax (5.0.1)
Expand Down
13 changes: 2 additions & 11 deletions app/assets/stylesheets/hyku.scss
Original file line number Diff line number Diff line change
Expand Up @@ -520,16 +520,6 @@ body.public-facing {
margin-top: 20px;
}

.navbar-toggler-icon {
background: no-repeat center center;
background-size: 100% 100%;
content: "";
display: inline-block;
height: 1.5em;
vertical-align: middle;
width: 1.5em;
}

// remove a button that appears on the facets menu in the catalog search results
// clicking this button seemingly does nothing
.catalog-index .facets-header > button {
Expand All @@ -538,7 +528,8 @@ body.public-facing {

// make sure constraints are on only one line, even with markdown
span.constraint-value p, .facet-values p {
display: inline-block;
display: flex;
justify-content: space-between;
margin-bottom: 0;
}

Expand Down
6 changes: 0 additions & 6 deletions app/assets/stylesheets/hyrax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@
background: #ffff00;
font-weight: 700;
}

// break long links in catalog search results
.catalog-index .caption-area .document-metadata a,
.catalog-index .search-result-wrapper p a {
word-break: break-all;
}
Loading