.monospace style class is still making being applied to AdwActionRow:title when using .property style class
Affected version
libadwaita 1.6.alpha
Description
After !1084 (merged), I still see the .monospace style class being applied to the AdwActionRow:title when using the .property style class:
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Password</property>
<style>
<class name="property"/>
<class name="monospace"/>
</style>
</object>
</child>
Edited by Automeris naranja