mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
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:
parent
26846259cc
commit
4a62746f87
|
@ -21,6 +21,7 @@
|
|||
line-height: normal;
|
||||
.box-sizing( border-box );
|
||||
opacity: 0.87;
|
||||
color: transparent;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
|
|
Loading…
Reference in a new issue