Update credits
This commit is contained in:
parent
476e3cd253
commit
85ae1c9091
@ -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>
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user