Skip to content

Commit

Permalink
[AIRFLOW-1122] Increase stroke width in UI
Browse files Browse the repository at this point in the history
A stroke width of 2px is to narrow to determine
the color for people with color vision deficiency.
A 3px stroke is much more accessible.

Closes apache#2246 from michaelosthege/master
  • Loading branch information
michaelosthege authored and bolkedebruin committed Apr 25, 2017
1 parent 94f9822 commit a08761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/static/graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

g.node rect {
stroke-width: 2;
stroke-width: 3;
stroke: white;
cursor: pointer;
}
Expand Down

0 comments on commit a08761a

Please sign in to comment.