Fix profile indicator in the updated thread post header

The Community Console was updated and the thread post header is now
different, so the profile indicator feature stopped working. This CL
fixes this.

Fixed: twpowertools:167
Change-Id: I5b691cfaddb9ebbafd6bf5e7c27753105f076405
diff --git a/src/static/css/profileindicator_inject.css b/src/static/css/profileindicator_inject.css
index a937b8c..25119c5 100644
--- a/src/static/css/profileindicator_inject.css
+++ b/src/static/css/profileindicator_inject.css
@@ -12,10 +12,32 @@
   vertical-align: middle;
 }
 
+/* To override the default styles applied to the profile link. */
+.profile-indicator-link {
+  display: inline!important;
+}
+
+.profile-indicator-link:hover {
+  background: inherit!important;
+}
+
+.profile-indicator-link:focus {
+  background: inherit!important;
+  border: inherit!important;
+  outline: 2px solid #0b57d0!important;
+}
+
+.profile-indicator-link--dot {
+  margin-inline-start: 4px;
+}
+
+.profile-indicator-link--num-posts {
+  margin-inline-start: 8px;
+}
+
 .profile-indicator {
   display: inline-block;
   font-size: 16px;
-  margin-inline-start: 4px;
 }
 
 .profile-indicator a {
@@ -51,7 +73,6 @@
 .num-posts-indicator {
   display: inline-block;
   padding: 3px 7px;
-  margin-inline-start: 8px;
   border-radius: 16px;
   height: 14px;
   min-width: 12px;