Skip to content

Commit 860a421

Browse files
authored
Fix regex dialog 'Save' text color (#6774)
The regex dialog "Save" button is rendered poorly internaly, dark text on dark background. The color of the button text was changed to 'inherit' in go/tbpr/6631. It doesn't seem to have been necessary so I revert that particular change here. It means in OSS TensorBoard the button text color will be slightly darker than previously. I didn't personally notice the difference but internal screenshot tests show a slight difference. Googlers, see cr/612557079.
1 parent 4bae55c commit 860a421

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tensorboard/webapp/runs/views/runs_table/regex_edit_dialog_component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,3 @@ mat-form-field {
115115
margin-top: $padding-size;
116116
}
117117
}
118-
119-
.save-button {
120-
color: inherit;
121-
}

0 commit comments

Comments
 (0)