Skip to content

Commit

Permalink
Revert "Demonstrate in PR."
Browse files Browse the repository at this point in the history
This reverts commit 78b5414d30291bc08d20afd9cabf66715983a132.
  • Loading branch information
vmcj committed Feb 17, 2024
1 parent 02d5f19 commit 2857920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions webapp/public/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,11 @@ blockquote {
position: sticky;
bottom: 0;
box-shadow: -1px 0 0 0 silver inset,
0 1px 0 0 black;
background: var(--background-color);
0 2px 0 0 black,
0 -2px 0 0 black;
/* We get another line between the teamscore */
/*border: none;*/
background: var(--background-color);
}

tbody.scoreboard-sortorder-body {
Expand Down
2 changes: 0 additions & 2 deletions webapp/templates/partials/scoreboard_table.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@
.cl{{ colorClass }} {
background-color: {{ color }};
box-shadow: -1px 0 0 0 silver inset,
0 -1px 0 0 black inset;
}
{% set cMin = color|hexColorToRGBA(0) %}
Expand Down

0 comments on commit 2857920

Please sign in to comment.