Fixes cdn issue with remove password link.
This commit is contained in:
parent
688e71cd1b
commit
22a2d85ee2
@ -60,5 +60,6 @@
|
||||
@import 'input-control/input-control';
|
||||
@import 'shortcuts/main';
|
||||
@import 'buttons/button-control';
|
||||
@import "modals/invite/invite";
|
||||
|
||||
/* Modules END */
|
||||
7
css/modals/invite/_invite.scss
Normal file
7
css/modals/invite/_invite.scss
Normal 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;
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user