We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014f23 commit 1550391Copy full SHA for 1550391
1 file changed
default.css
@@ -866,6 +866,17 @@
866
/* Index Lists: Typography */
867
ul.indexlist ul,
868
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
880
881
/** Property Index Tables *****************************************************/
882
/* See also the data table styling section, which this effectively subclasses */
0 commit comments