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

Commit 24200cc

Browse files
Theme: Prevent text underline in visited link buttons
Fixes gh-6926 Closes gh-7447
1 parent 6c7e304 commit 24200cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/themes/default/jquery.mobile.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ label.ui-btn {
7171
border-width: 1px;
7272
border-style: solid;
7373
}
74-
.ui-btn:link {
74+
.ui-btn {
7575
text-decoration: none !important;
7676
}
7777
.ui-btn-active {

0 commit comments

Comments
 (0)