HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Velosophe/carparkcannonball.cc/wwwroot/source/styles/debug/_debug.links.scss
/*----------------------------------------------------------------------------*\
    #DEBUG LINKS
\*----------------------------------------------------------------------------*/

/**
 * Links sometimes, though not always, benefit from `title` attributes. Links
 * without are never invalid but it’s a good idea to check.
 */

a { outline: 5px solid yellow; }

a[title] { outline: none; }


/**
 * Double-check any links whose `href` is something questionable.
 */

a[href='#'],
a[href*='javascript'] {
    @include debug-text('href is # or javascript');
    outline: 5px solid yellow;
}


/**
 * The `target` attribute ain’t too nice...
 */

a[target] {
    @include debug-text('th does not have scope');
    outline: 5px solid yellow;
}