EXPLANATION OF THE ISSUE
Dashicons font is overridden on the login page because of an !important, in inline css, generated by user settings and thus shown as a tofu.

STEPS TO REPRODUCE THE ISSUE
Install the plugin.
Go to General Options > Login/Registration design.
Save it.
Check login screen.
BEHAVIOR THAT I EXPECTED
That the 'eye' dashicon would show in the right side of the password field.
BEHAVIOR THAT I OBSERVED
It gets overridden.
PROPOSED SOLUTION
Remove the important $i from line 110 in src/includes/classes/login-customizations.inc.php
NOTE
This only happens after saving the user settings. If not saved, default settings are used, which do not have this (css) line.
EXPLANATION OF THE ISSUE
Dashicons font is overridden on the login page because of an !important, in inline css, generated by user settings and thus shown as a tofu.
STEPS TO REPRODUCE THE ISSUE
Install the plugin.
Go to General Options > Login/Registration design.
Save it.
Check login screen.
BEHAVIOR THAT I EXPECTED
That the 'eye' dashicon would show in the right side of the password field.
BEHAVIOR THAT I OBSERVED
It gets overridden.
PROPOSED SOLUTION
Remove the important
$ifrom line 110 in src/includes/classes/login-customizations.inc.phpNOTE
This only happens after saving the user settings. If not saved, default settings are used, which do not have this (css) line.