chore: Revert agenda editor font change (#6538)

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

This reverts commit 699a8e2d9e.

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

This reverts commit 5adafac4cb7896e9dd309a3385ec9aab5035e7d3.

* chore: Revert only font-family change

* chore: Add comment to ietf.scss
This commit is contained in:
Jennifer Richards 2023-10-25 14:43:17 -03:00 committed by GitHub
parent c2a44dbad0
commit be4a6ef6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}