Parcourir la source

Highlight table rows that are :target

Jed Fox il y a 5 ans
Parent
commit
55332ca7e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      assets/stylesheets/components/_content.scss

+ 1 - 1
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; }