Merge pull request #1014 from jitsi/fix-cdn-issue-with-remove-pass

Fixes cdn issue with remove password link.
This commit is contained in:
Дамян Минков 2016-10-13 20:06:40 -05:00 committed by GitHub
commit da86cba7ea
3 changed files with 9 additions and 1 deletions

View File

@ -60,5 +60,6 @@
@import 'input-control/input-control';
@import 'shortcuts/main';
@import 'buttons/button-control';
@import "modals/invite/invite";
/* Modules END */

View File

@ -0,0 +1,7 @@
/*
* Sets the default cursor the remove password link. The link doesn't use
* the href attribute, so we need to set the cursor manually.
*/
#inviteDialogRemovePassword {
cursor: hand;
}

View File

@ -220,7 +220,7 @@ export default class InviteDialogView {
</p>
<a class="link input-control__right"
id="inviteDialogRemovePassword"
href="#" data-i18n="${removePassKey}">
data-i18n="${removePassKey}">
${removePassText}
</a>
</div>