Explorar el Código

Highlight table rows that are :target

Jed Fox hace 5 años
padre
commit
55332ca7e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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; }