Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Outline style "auto" for browsers that don't support box-shadow so it…
Browse files Browse the repository at this point in the history
… is the same as outline on regular links.
  • Loading branch information
jaspermdegroot committed Jun 21, 2012
1 parent 9100717 commit 9efddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/themes/default/jquery.mobile.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1188,5 +1188,5 @@ a.ui-link-inherit {
.ui-mobile-nosupport-boxshadow .ui-btn:focus,
.ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
outline-width: 1px;
outline-style: dotted;
outline-style: auto;
}

0 comments on commit 9efddc8

Please sign in to comment.