Skip to content

Commit b1dbc15

Browse files
committed
Also disable when focused
1 parent bfdec19 commit b1dbc15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

introjs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,12 @@
193193
border-radius: 0 0.2em 0.2em 0;
194194
}
195195

196-
.introjs-disabled, .introjs-disabled:hover {
196+
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
197197
color: #9a9a9a;
198198
border-color: #d4d4d4;
199199
box-shadow: none;
200200
cursor: default;
201201
background-color: #f4f4f4;
202202
background-image: none;
203+
text-decoration: none;
203204
}

0 commit comments

Comments
 (0)