]> cat aescling's git repositories - mastodon.git/commit
Avoid using uppercase text-transform (#12684)
authorSasha Sorokin <dafri.nochiterov8@gmail.com>
Sun, 12 Jan 2020 13:16:46 +0000 (20:16 +0700)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 12 Jan 2020 13:16:46 +0000 (14:16 +0100)
commit7da54001fe21d1fd10ede5ac78e5c76f25afc08e
tree15eadfb40832239ba09697b651abaf72dac1ce48
parent5dcca33c561ebeca9cf12eba8a39efee0dd484d0
Avoid using uppercase text-transform (#12684)

One user suggested that the loading indicator should not be written
ALL CAPS, at first it was thought this change is very minor, but then
a few other people asked agreed on the same thing - variant without
caps looks better. It may be related that it is harder to read or just
looks too "catchy". Moreover, I asked @rf@mastodonsocial.ru community
what they think of that and 82% of 22 people agreed on this change.

This commit removes all usage of text-transform: uppercase, where the
font size specified, it changes the value by one pixel larger, so we
still keeping the "designed" size of the labels but without using CAPS.
app/javascript/styles/mastodon/_mixins.scss
app/javascript/styles/mastodon/about.scss
app/javascript/styles/mastodon/accounts.scss
app/javascript/styles/mastodon/admin.scss
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/footer.scss
app/javascript/styles/mastodon/forms.scss
app/javascript/styles/mastodon/widgets.scss