Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded Donut to match the new release of q2a-open-login
buttons.less: * Added a button-unlink (to remove login providers), with a white times sign in a red button * Removed a trailing comma that was making lint not happy header.less: * Added a specific class to distinguish between user menu regular items and login buttons (the css was being mixed up) user-loggedin-drop-down.php: * Added a specific class to distinguish between user menu regular items and login buttons (the css was being mixed up) * Added a test when showing the logout button, because in some case the label already contains the logout link, so it was creating a bizare double menu (see https://www.question2answer.org/qa/65340/two-logout-buttons-displayed-open-login-plugin-look-screen?show=65340#q65340) - see issue amiyasahu#109 user-login-drop-down.php: * Removed all additional classes added to login buttons, because q2a-open-login does everything on its own now, with more providers, using bootstrap-social * Added a specific class to distinguish between user menu regular items and login buttons (the css was being mixed up)
- Loading branch information