Update credits

This commit is contained in:
Tetrakern 2023-01-24 23:49:24 +01:00
parent 476e3cd253
commit 85ae1c9091
2 changed files with 7 additions and 0 deletions

View File

@ -113,6 +113,11 @@ The following list credits all third-party resources used in the Fictioneer them
License: [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)<br>
Source: https://stackoverflow.com/a/28549014/17140970
* **Removing that ugly :focus ring (and keeping it too)**<br>
Copyright: David Gilbertson<br>
License: No license information provided (assumed public domain)<br>
Source: https://medium.com/hackernoon/removing-that-ugly-focus-ring-and-keeping-it-too-6c8727fefcd2
## PHP
* **Color Converter (Hex2RGB, RGB2HSL)**<br>

View File

@ -1676,6 +1676,7 @@ _$$('.search-form').forEach(form => {
* Listen for tab key to add 'user-is-tabbing' class.
*
* @since 5.0.4
* @link https://medium.com/hackernoon/removing-that-ugly-focus-ring-and-keeping-it-too-6c8727fefcd2
* @param {Event} e - The event.
*/
@ -1692,6 +1693,7 @@ function fcn_handleTabInput(e) {
* Listen for mouse click to remove 'user-is-tabbing' class.
*
* @since 5.0.4
* @link https://medium.com/hackernoon/removing-that-ugly-focus-ring-and-keeping-it-too-6c8727fefcd2
*/
function fcn_handleMouseInput() {