Commit 6f60e56
authored
Removes duplicate style specs. (#6984)
## Motivation for features / changes
Angular v15, which is the one currently used in the OSS repo, uses
styles with format `--mdc-` to style material components.
Later versions of angular migrated to a `--mat-` prefix, and Angular v20
will update some of the names again.
Our internal codebase uses the styles defined internally, so we need to
use the new format.
We recently set up translations internally from these "old" `--mdc-`
stylings to the newer `--mat-` names, so we don't need them duplicate
here, which could potentially be a source for confusion.
Googlers, see cl/744892387 and cl/744895577 for some details.
## Technical description of changes
Remove some scss lines that are unused in the public repo.1 parent f95d28d commit 6f60e56
File tree
2 files changed
+0
-11
lines changed- tensorboard
- plugins/debugger_v2/tf_debugger_v2_plugin/views/timeline
- webapp/theme
2 files changed
+0
-11
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | | - | |
72 | 70 | | |
73 | | - | |
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | 306 | | |
308 | | - | |
309 | 307 | | |
310 | | - | |
311 | 308 | | |
312 | | - | |
313 | 309 | | |
314 | 310 | | |
315 | 311 | | |
| |||
319 | 315 | | |
320 | 316 | | |
321 | 317 | | |
322 | | - | |
323 | 318 | | |
324 | | - | |
325 | 319 | | |
326 | | - | |
327 | 320 | | |
328 | | - | |
329 | 321 | | |
330 | 322 | | |
331 | 323 | | |
| |||
0 commit comments