Skip to content
Merged
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
3 changes: 0 additions & 3 deletions src/BloomBrowserUI/collection/CollectionChooserDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ const titleRightGroupStyle = css`
display: flex;
align-items: center;
gap: 8px;
// The language button sets text-transform:none on itself; override it here
// (only in this dialog) so the label reads uppercase per the design.
& button {
text-transform: uppercase !important;
font-size: 14px;
}
// DialogTitle forces font-weight:bold on all its descendants; the design
Expand Down