Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit e45d007

Browse files
committed
tone down the grid -t swath background
Fixes #891
1 parent eedd6f2 commit e45d007

File tree

1 file changed

+1
-1
lines changed
  • app/plugins/modules/activation-visualizations/web/css

1 file changed

+1
-1
lines changed

app/plugins/modules/activation-visualizations/web/css/table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
height: 100%;
473473
background: var(--color-ui-03);
474474
/*margin: 0 0.2vw;*/
475-
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(0,0,0,.04) 2px, rgba(0,0,0,0.04) 8px), repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 17px);
475+
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(0,0,0,.01) 2px, rgba(0,0,0,0.01) 8px), repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 17px);
476476
}
477477
.activation-viz-plugin.grid-as-timeline .grid-timeline-empty-swath-inner {
478478
/* empty swaths inner text, e.g. denoting the length of the gap */

0 commit comments

Comments
 (0)