Skip to content

Commit 1196509

Browse files
dave1010Scott Jehl
authored and
Scott Jehl
committed
Fix for jquery-archive#1017 - Listview - remove hover/focus on read-only items
1 parent b740854 commit 1196509

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

themes/default/jquery.mobile.theme.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
background: #333333;
7777
font-weight: bold;
7878
color: #fff;
79-
cursor: pointer;
8079
text-shadow: 0 -1px 1px #000;
8180
text-decoration: none;
8281
background-image: -moz-linear-gradient(top,
@@ -197,7 +196,6 @@
197196
background: #2567ab;
198197
font-weight: bold;
199198
color: #fff;
200-
cursor: pointer;
201199
text-shadow: 0 -1px 1px #145072;
202200
text-decoration: none;
203201
background-image: -moz-linear-gradient(top,
@@ -310,7 +308,6 @@
310308
background: #eee;
311309
font-weight: bold;
312310
color: #444;
313-
cursor: pointer;
314311
text-shadow: 0 1px 1px #f6f6f6;
315312
text-decoration: none;
316313
background-image: -moz-linear-gradient(top,
@@ -544,7 +541,6 @@
544541
background: #fadb4e;
545542
font-weight: bold;
546543
color: #333;
547-
cursor: pointer;
548544
text-shadow: 0 1px 1px #fe3;
549545
text-decoration: none;
550546
text-shadow: 0 1px 0 #fff;

0 commit comments

Comments
 (0)