This implements filtering taxonomies on the taxonomy list page by selecting organization name, all taxonomies, or unassigned taxonomies.
8 lines
196 B
SCSS
8 lines
196 B
SCSS
.taxonomy-orgs-filter-selector {
|
|
// Without this, the default bold styling for the focused option
|
|
// in the org select menu is too thick
|
|
.pgn__menu-item:focus {
|
|
font-weight: bold;
|
|
}
|
|
}
|