Skip to content

Commit b0191a8

Browse files
committed
Drop the highlighting of the text under the cursor
1 parent 3f2e253 commit b0191a8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/sbs/dtbook-to-ebook/src/main/resources/css/accessibility.css

-8
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ body {
4444
color:#1A0033;
4545
}
4646

47-
/* highlight text under cursor helps users focus on what
48-
they are currently reading. This shading is darker than
49-
the alt-paragraph shading. */
50-
p:hover, li:hover {
51-
background-color: rgba(0,0,0, 0.5) !important;
52-
53-
}
54-
5547
/* Make sure images take the whole width (and not more) */
5648
img {
5749
max-width: 60%;

0 commit comments

Comments
 (0)