Skip to content

Commit

Permalink
Accessibility changes on the account profile page (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier authored Sep 20, 2023
1 parent 06bf515 commit 13c9821
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 108 deletions.
9 changes: 6 additions & 3 deletions concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1191,9 +1191,12 @@ input.duet-date__input {
border-radius: 0;
}

table.table thead.border-y th {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
table.table thead.border-y {
th,
td {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}
}

#current-filters {
Expand Down
Loading

0 comments on commit 13c9821

Please sign in to comment.