Skip to content

Commit

Permalink
Stop using line-through as it's too hard on the eyes, #502.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 19, 2020
1 parent f17abe5 commit 43f73ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lang-haskell/app-view/comp-view/site.sass
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ th.th-early-demerit
@extend .has-text-centered;

table:not(.sg) .th-start-gate, table:not(.sg) .th-time
text-decoration: line-through;
@extend .has-text-danger;

.th-pace
Expand Down Expand Up @@ -276,16 +275,13 @@ table:not(.sg) .th-start-gate, table:not(.sg) .th-time
@extend .has-text-right;

.th-time-points.gr-zero
text-decoration: line-through;
@extend .has-text-danger;

table.pg .th-arrival-points, table.hg .th-arrival-points.gr-zero
text-decoration: line-through;
@extend .has-text-danger;

.pg.not, .sg.not, span.gr-zero
@extend .has-text-danger;
text-decoration: line-through;

.td-placing
@extend .has-text-right;
Expand Down Expand Up @@ -356,7 +352,6 @@ tr.pilot-dfnt .td-best-distance:not(.award-free), tr.pilot-dfnt .td-landed-dista
@extend .has-text-info;

tr .td-best-distance.award-free, tr .td-landed-distance.award-free
text-decoration: line-through;
@extend .has-text-danger;

.th-pid, .td-pid
Expand All @@ -379,7 +374,6 @@ tr .td-best-distance.award-free, tr .td-landed-distance.award-free
@extend .has-text-right;

table.pg .th-effort-points
text-decoration: line-through;
@extend .has-text-danger;

.td-distance-points
Expand Down

0 comments on commit 43f73ae

Please sign in to comment.