Echo badges should have transparent text

While working on the new Vector, it exposed some issues with
the label due to the change in position of the personal tools.
This change should be safe in legacy version since the label is
never displayed to end users visually.

Change-Id: I5aaac22af689ce74b9d9214453681c0250dade7f
This commit is contained in:
jdlrobson 2020-07-07 15:43:02 -07:00
parent 26846259cc
commit 4a62746f87

View file

@ -21,6 +21,7 @@
line-height: normal;
.box-sizing( border-box );
opacity: 0.87;
color: transparent;
&:hover,
&:active,