From ff437752dea5882b7c26402e120e678590b5a261 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Fri, 13 May 2022 14:13:38 +0200 Subject: [PATCH] Removed publish settings CSS capitalization refs https://ghost.slack.com/archives/C02G9E68C/p1652428859090859 This CSS fix doesn't work on Safari on MacOS and causes some glitches. --- ghost/admin/app/styles/components/publishmenu.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index 047228c5d4..42eab981a6 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -606,10 +606,6 @@ line-height: 1.35em; } -.gh-publish-setting-trigger:first-letter { - text-transform: capitalize; -} - .gh-publish-setting-trigger .gh-selected-newsletter { font-weight: 600; }