Skip to content

Commit d70d39e

Browse files
committed
Merge pull request dorey#19 from polkduran/master
Header columns and rows cells are highlighted when hovering a cell
2 parents 80c0981 + 38d654f commit d70d39e

4 files changed

Lines changed: 37 additions & 0 deletions

File tree

js/comparison_table.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/simple.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ table.comparisons td.row.header {
1212
table.comparisons td.cell {
1313
padding: 1.5px;
1414
}
15+
table.comparisons td.highlight-cell {
16+
background-color:#DDDDDD;
17+
}
1518
table.comparisons td.cell div {
1619
width: 25px;
1720
height: 25px;

unified/unified_comparison_table.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ table.comparisons td.cell {
5454
padding: 1.5px;
5555
cursor: pointer;
5656
}
57+
table.comparisons td.highlight-cell {
58+
background-color:#E3E3E3;
59+
}
5760
table.comparisons td.cell div {
5861
width: 25px;
5962
height: 25px;

unified/unified_comparison_table.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)