Skip to content

Commit

Permalink
chore: Revert agenda editor font change (#6538)
Browse files Browse the repository at this point in the history
* Revert "fix: Change some colors to make agenda tool work in dark mode (#6428)"

This reverts commit 699a8e2.

* Revert "Revert "fix: Change some colors to make agenda tool work in dark mode (#6428)""

This reverts commit 5adafac.

* chore: Revert only font-family change

* chore: Add comment to ietf.scss
  • Loading branch information
jennifer-richards committed Oct 25, 2023
1 parent c2a44db commit be4a6ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ietf/static/css/ietf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,8 @@ td.position-empty {

.edit-meeting-schedule .edit-grid,
.edit-meeting-schedule .session {
// font-family: arial, helvetica, sans-serif;
// Removing this font-family style causes selenium tests to fail :-(
font-family: arial, helvetica, sans-serif;
font-size: 11px;
}

Expand Down

0 comments on commit be4a6ef

Please sign in to comment.