diff --git a/css/main.scss b/css/main.scss index 1f586c54c..cb9c295ed 100644 --- a/css/main.scss +++ b/css/main.scss @@ -60,5 +60,6 @@ @import 'input-control/input-control'; @import 'shortcuts/main'; @import 'buttons/button-control'; +@import "modals/invite/invite"; /* Modules END */ \ No newline at end of file diff --git a/css/modals/invite/_invite.scss b/css/modals/invite/_invite.scss new file mode 100644 index 000000000..d3b1acc9c --- /dev/null +++ b/css/modals/invite/_invite.scss @@ -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; +} \ No newline at end of file diff --git a/modules/UI/invite/InviteDialogView.js b/modules/UI/invite/InviteDialogView.js index d2240f1d3..e28512775 100644 --- a/modules/UI/invite/InviteDialogView.js +++ b/modules/UI/invite/InviteDialogView.js @@ -220,7 +220,7 @@ export default class InviteDialogView {

+ data-i18n="${removePassKey}"> ${removePassText}