Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item13707: disabled disturbing dotted outline
  • Loading branch information
MichaelDaum committed Sep 24, 2015
1 parent 0d9b34a commit f046d4d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions PatternSkin/pub/System/PatternSkinTheme/style_src.css
Expand Up @@ -78,18 +78,11 @@ body {
Links
========================================================================== */

/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
outline: thin dotted;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/

a:focus,
a:active,
a:hover {
outline: 0;
Expand Down Expand Up @@ -1871,7 +1864,6 @@ select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
Expand Down

0 comments on commit f046d4d

Please sign in to comment.