Tuesday, September 1, 2015
2 changes · master
Resolved issues and error corrections
This update fixes a small spelling error by changing "overdued" to "overdue" in the Fleet app. It improves wording consistency and avoids confusing labels or messages for users.
Original PR description
overdued > overdue typo Should be fixed in 9.0
This fixes an issue where text inside stat buttons could disappear when users moved their cursor over them. The change keeps non-boolean stat button content visible, improving clarity and avoiding confusing page interactions.
Original PR description
A 'display: none' rule on hover has been added for boolean buttons, on each 'o_stat_button o_stat_text' that hasn't classname o_hover. This applies on every stat button that isn't a boolean button, so their content is always hidden on hover.