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

Disabled browser default outline for listview buttons on focus #4303

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/themes/default/jquery.mobile.theme.css
Expand Up @@ -1132,7 +1132,7 @@ a.ui-link-inherit {
/* Focus state - set here for specificity (note: these classes are added by JavaScript)
-----------------------------------------------------------------------------------------------------------*/

.ui-btn:focus {
.ui-btn:focus, .ui-link-inherit:focus {
outline: 0;
}

Expand Down