Skip to content

Commit

Permalink
styles dropdown menus.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 committed Jun 8, 2022
1 parent 9f03b00 commit 847daf7
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions app/assets/stylesheets/hyrax/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,42 @@ body.dashboard {
}
padding: 1rem;
}

.dropdown-item {
padding: 0 0;
display: list-item;

> .facet-values {
display: table;
table-layout: fixed;

> .facet-label {
display: table-cell;
hyphens: auto;
text-indent: -0.938rem;
}

> .facet-count {
display: table-cell;
text-align: right;
}
}
}

ul#visibility_ssi-dropdown-options {
table-layout: fixed;

> li {
display: table-row;

> .facet-label {
display: table-cell;
hyphens: auto;
}

> .facet-count {
display: table-cell;
text-align: right;
}
}
}

0 comments on commit 847daf7

Please sign in to comment.