Skip to content

Commit 9b4636a

Browse files
Added mat-divider to tab-nav-bars.
1 parent 253c02c commit 9b4636a

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +0,0 @@
1-
// Manipulate initial background color
2-
::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled) {
3-
background-color: white !important;
4-
}
5-
6-
// Manipulate background color on hover and focus
7-
::ng-deep .mat-mdc-form-field-focus-overlay {
8-
background-color: transparent !important;
9-
}
10-
11-
::ng-deep .mdc-text-field--no-label{
12-
padding-left: 0 !important;
13-
}
14-

src/app/admin/users/user-list/user-list.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
>{{ link.label | translate }}</a
1919
>
2020
</nav>
21+
<mat-divider></mat-divider>
2122
<mat-tab-nav-panel #tabPanel></mat-tab-nav-panel>
2223
<router-outlet></router-outlet>
2324
</div>

src/app/applications/iot-devices/iot-device-detail/iot-device-detail.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
>{{ link.label | translate }}</a
2222
>
2323
</nav>
24+
<mat-divider></mat-divider>
2425
<mat-tab-nav-panel #tabPanel></mat-tab-nav-panel>
2526
<router-outlet></router-outlet>
2627
</div>

src/app/gateway/gateway-overview/gateway-overview.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
>{{ link.label | translate }}</a
2929
>
3030
</nav>
31+
<mat-divider></mat-divider>
3132
<mat-tab-nav-panel #tabPanel></mat-tab-nav-panel>
3233
<router-outlet></router-outlet>
3334
</div>

0 commit comments

Comments
 (0)