7 lines
193 B
SCSS
7 lines
193 B
SCSS
|
/*
|
||
|
* 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;
|
||
|
}
|