fix(info): hide anchor hover colors for the call url (#2807)

The call url is an anchor element so that right clicking it
can bring up the copy link option in the context menu.
Clicking on it does a no-op so the anchor was colored to
look like plain text. Hovering over it right now makes it
look like an anchor due to some atlaskit color, so supress
the coloring.
pull/2812/merge jitsi-meet_2958
virtuacoplenny 7 years ago committed by bbaldino
parent 8f142d5ec4
commit 2a55548b84
  1. 3
      css/modals/invite/_info.scss

@ -81,7 +81,8 @@
font-size: 16px;
}
.info-dialog-invite-link {
.info-dialog-invite-link,
.info-dialog-invite-link:hover {
color: inherit;
cursor: inherit;
}

Loading…
Cancel
Save