Skip to content

Commit d0cbdfb

Browse files
committed
fix lint
1 parent e2c0317 commit d0cbdfb

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

tensorboard/plugins/debugger_v2/tf_debugger_v2_plugin/views/timeline/timeline_component.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@ limitations under the License.
6666
padding: 0;
6767
position: absolute;
6868
right: 40px;
69-
@include mat.slider-overrides((
70-
handle-width: 80px,
71-
handle-height: 16px,
72-
handle-shape: 5px,
73-
));
69+
@include mat.slider-overrides(
70+
(
71+
handle-width: 80px,
72+
handle-height: 16px,
73+
handle-shape: 5px,
74+
)
75+
);
7476
}
7577

7678
::ng-deep .mat-mdc-focus-indicator {

tensorboard/webapp/notification_center/_views/notification_center_component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ limitations under the License.
3535
max-width: 350px;
3636
width: 350px;
3737
@include mat.menu-overrides(
38-
(
39-
item-label-text-size: 13px,
40-
item-label-text-line-height: 15px,
41-
)
38+
(
39+
item-label-text-size: 13px,
40+
item-label-text-line-height: 15px,
41+
)
4242
);
4343
}
4444

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ limitations under the License.
2828

2929
mat-icon {
3030
@include mat.menu-overrides(
31-
(
32-
item-icon-size: 20px,
33-
)
31+
(
32+
item-icon-size: 20px,
33+
)
3434
);
3535
}
3636

tensorboard/webapp/theme/_tb_theme.template.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,12 @@ $tb-dark-theme: map_merge(
303303
body.dark-mode {
304304
mat-slider {
305305
@include mat.slider-overrides(
306-
(
307-
handle-width: 12px,
308-
handle-height: 12px,
309-
active-track-height: 2px,
310-
inactive-track-height: 2px,
311-
)
306+
(
307+
handle-width: 12px,
308+
handle-height: 12px,
309+
active-track-height: 2px,
310+
inactive-track-height: 2px,
311+
)
312312
);
313313
}
314314

@@ -319,12 +319,12 @@ $tb-dark-theme: map_merge(
319319
--tb-icon-button-width: 40px;
320320
--tb-icon-button-height: 40px;
321321
@include mat.button-overrides(
322-
(
323-
text-label-text-tracking: normal,
324-
filled-label-text-tracking: normal,
325-
outlined-label-text-tracking: normal,
326-
protected-label-text-tracking: normal,
327-
)
322+
(
323+
text-label-text-tracking: normal,
324+
filled-label-text-tracking: normal,
325+
outlined-label-text-tracking: normal,
326+
protected-label-text-tracking: normal,
327+
)
328328
);
329329

330330
&[mat-icon-button].mat-mdc-icon-button {

0 commit comments

Comments
 (0)