Prelim: Fix bugged 'Name:' label styles in FileChooserDialog

This commit is contained in:
Rory Fewell
2023-01-31 20:08:31 +00:00
parent 4134d53b02
commit 3e4a346dd9

View File

@@ -35,7 +35,8 @@ headerbar
//padding: 0 6px;
.title,
.subtitle
.subtitle,
& > box > label // Selector for 'Name:' label in FileChooserDialog
{
@include __wintc_apply_props_for_category($headerbar_styles, "fg");
}