Fixes cdn issue with remove password link.

This commit is contained in:
yanas 2016-10-13 17:55:01 -05:00
parent 688e71cd1b
commit 22a2d85ee2
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>