[devdocsgjs/main: 1039/1867] Highlight table rows that are :target




commit 55332ca7e9fc18483620df13c0bb61175a91ec77
Author: Jed Fox <git twopointzero us>
Date:   Wed Jan 29 22:32:58 2020 -0500

    Highlight table rows that are :target

 assets/stylesheets/components/_content.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/assets/stylesheets/components/_content.scss b/assets/stylesheets/components/_content.scss
index c8b1863c..18c5622b 100644
--- a/assets/stylesheets/components/_content.scss
+++ b/assets/stylesheets/components/_content.scss
@@ -377,7 +377,7 @@
 ._note-green { @extend %note-green; }
 ._label { @extend %label; }
 ._code { @extend %code; }
-._highlight { background: var(--highlightBackground) !important; }
+._highlight, ._highlight > td { background: var(--highlightBackground) !important; }
 
 ._table { width: 100%; }
 ._mobile ._table { overflow-x: auto; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]