Procházet zdrojové kódy

Highlight table rows that are :target

Jed Fox před 5 roky
rodič
revize
55332ca7e9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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; }