Skip to content

Commit b0f637d

Browse files
Fix: Exclude Separate Headline from Col Hovering
1 parent 40e5bcd commit b0f637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dependencies_template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="/css/style.css">
88
<style>
99
{% set col_count = 1 + (modules_sorted | default([]) | length) + (devices_sorted | default([]) | length) %}
10-
{% for col in range(2, col_count + 1) %}table.openknxTitleTable:has(td:nth-child({{col}}):hover, th:nth-child({{col}}):hover) td:nth-child({{col}}).isPart,
10+
{% for col in range(2, col_count + 1) %}table.openknxTitleTable:has(td:nth-child({{col}}):hover, thead > tr:nth-child(2) > th:nth-child({{col}}):hover) td:nth-child({{col}}).isPart,
1111
{% endfor %}
1212
table.openknxTitleTable tbody tr:hover {
1313
background-color: #dfd;

0 commit comments

Comments
 (0)