Files
frontend-app-authoring/src/taxonomy/TaxonomyListPage.scss
Yusuf Musleh 278862127b feat: Add filter taxonomies by org (#755)
This implements filtering taxonomies on the taxonomy list page by selecting organization name, all taxonomies, or unassigned taxonomies.
2024-01-04 17:50:32 +05:30

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;
}
}