Skip to content

Commit 1550391

Browse files
committed
Tweak index styles.
1 parent 9014f23 commit 1550391

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

default.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,17 @@
866866
/* Index Lists: Typography */
867867
ul.indexlist ul,
868868
ul.indexlist dl { font-size: smaller; }
869+
ul.indexlist li span {
870+
white-space: nowrap;
871+
position: absolute;
872+
color: transparent; }
873+
ul.indexlist li a:hover + span,
874+
ul.indexlist li a:focus + span {
875+
color: gray;
876+
}
877+
@media print {
878+
ul.indexlist li span { color: gray; }
879+
}
869880

870881
/** Property Index Tables *****************************************************/
871882
/* See also the data table styling section, which this effectively subclasses */

0 commit comments

Comments
 (0)