Skip to content

Commit be4a6ef

Browse files
chore: Revert agenda editor font change (ietf-tools#6538)
* Revert "fix: Change some colors to make agenda tool work in dark mode (ietf-tools#6428)" This reverts commit 699a8e2. * Revert "Revert "fix: Change some colors to make agenda tool work in dark mode (ietf-tools#6428)"" This reverts commit 5adafac. * chore: Revert only font-family change * chore: Add comment to ietf.scss
1 parent c2a44db commit be4a6ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/static/css/ietf.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,8 @@ td.position-empty {
744744

745745
.edit-meeting-schedule .edit-grid,
746746
.edit-meeting-schedule .session {
747-
// font-family: arial, helvetica, sans-serif;
747+
// Removing this font-family style causes selenium tests to fail :-(
748+
font-family: arial, helvetica, sans-serif;
748749
font-size: 11px;
749750
}
750751

0 commit comments

Comments
 (0)