Merge pull request #19455 from colemanw/afformMeta
[civicrm-core.git] / css / crm-i.css
index 4b6875319c6cd58dd3d27670c26538c5939a4e9d..ddf6dc54fe9044e119519aaf47328a691745da95 100644 (file)
@@ -2,6 +2,8 @@
 This is separate to avoid conflict with a site theme's implementation of FA.  It
 is loaded before font-awesome.css so that .fa-XXX classes can modify it. */
 .ui-icon[class*=" fa-"],
+.crm-container a.helpicon,
+.crm-container .replace-plain:before,
 .crm-i {
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
@@ -9,7 +11,6 @@ is loaded before font-awesome.css so that .fa-XXX classes can modify it. */
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0);
 }
 
 i.crm-i {