浏览代码

Highlight table row on hover

Grant Nestor 8 年之前
父节点
当前提交
cc48f0e1d1
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/renderers/index.css

+ 5 - 0
src/renderers/index.css

@@ -253,6 +253,11 @@ margin-top = 14, 14, 14, 14, 8, 8
 }
 
 
+.jp-RenderedHTMLCommon tbody tr:hover {
+  background-color: rgba(66, 165, 245, 0.2);
+}
+
+
 .jp-RenderedHTMLCommon * + table {
   margin-top: 1em;
 }