SF.net SVN: docutils:[9975 ] trunk/docutils/docutils/w riters/html5_polyglot/responsi ve.css

milde--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9975
          http://sourceforge.net/p/docutils/code/9975
Author:   milde
Date:     2024-10-28 22:19:10 +0000 (Mon, 28 Oct 2024)
Log Message:
-----------
Small fix for target-highlight in "responsive" stylesheet (HTML5).

Highlight complete citation, not only the label.

Modified Paths:
--------------
    trunk/docutils/docutils/writers/html5_polyglot/responsive.css

Modified: trunk/docutils/docutils/writers/html5_polyglot/responsive.css
===================================================================
--- trunk/docutils/docutils/writers/html5_polyglot/responsive.css	2024-10-28 22:18:58 UTC (rev 9974)
+++ trunk/docutils/docutils/writers/html5_polyglot/responsive.css	2024-10-28 22:19:10 UTC (rev 9975)
@@ -294,9 +294,9 @@
 dt:target, span:target, p:target,
 .contents :target,
 .contents:target > .topic-title,
-[role="doc-biblioentry"]:target > .label,
+[role="doc-biblioentry"]:target,
 [role="doc-biblioref"]:target,
-[role="note"]:target, /* Docutils 0.18 ... 0.19 */
+[role="note"]:target, /* Docutils 0.18 and 0.19 */
 [role="doc-footnote"]:target, /* Docutils >= 0.20 */
 [role="doc-noteref"]:target {
   background-color: #d2e6ec;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.