Skip to content

Commit

Permalink
mat-mdc tag change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdmkr committed Nov 26, 2023
1 parent 8d646e0 commit 9441c96
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions gui-js/apps/minsky-web/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
border: 2px solid $toolbar-border;
}
}
.mat-button-base {
.mat-mdc-button-base {
margin: 5px 5px 5px 0;
}
}
Expand Down Expand Up @@ -61,8 +61,8 @@
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
::ng-deep .mat-progress-spinner circle,
.mat-spinner circle {
::ng-deep .mat-mdc-progress-spinner circle,
.mat-mdc-spinner circle {
stroke: $primary-yellow;
}
}
Expand Down
6 changes: 3 additions & 3 deletions gui-js/apps/minsky-web/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ body {
}
}

.mat-menu-item {
.mat-mdc-menu-item {
height: 2rem;
padding: 0 10px;
}

::ng-deep .mat-menu-panel {
::ng-deep .mat-mdc-menu-panel {
min-width: 50px !important;

// horizontal
Expand All @@ -140,7 +140,7 @@ body {
}

// horizontal
::ng-deep .mat-menu-content {
::ng-deep .mat-mdc-menu-content {
display: flex !important;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ select {
width: 8rem;
}

::ng-deep .mat-option-text {
::ng-deep .mat-mdc-option-text {
font-size: 0.7rem !important;
}

::ng-deep .mat-option {
::ng-deep .mat-mdc-option {
height: 25px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
width: 11.125rem;
}

::ng-deep .mat-option-text {
::ng-deep .mat-mdc-option-text {
font-size: 0.7rem !important;
}

::ng-deep .mat-option {
::ng-deep .mat-mdc-option {
height: 18px !important;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.mat-menu-item {
.mat-mdc-menu-item {
height: 2rem;
padding: 0 10px;
}

::ng-deep .mat-menu-panel {
::ng-deep .mat-mdc-menu-panel {
min-width: 50px !important;

// horizontal
Expand All @@ -12,6 +12,6 @@
}

// horizontal
::ng-deep .mat-menu-content {
::ng-deep .mat-mdc-menu-content {
display: flex !important;
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.mat-menu-item {
.mat-mdc-menu-item {
height: 2rem;
padding: 0 10px;
}

::ng-deep .mat-menu-panel {
::ng-deep .mat-mdc-menu-panel {
min-width: 50px !important;

// horizontal
Expand All @@ -12,7 +12,7 @@
}

// horizontal
::ng-deep .mat-menu-content {
::ng-deep .mat-mdc-menu-content {
display: flex !important;
}

Expand Down

0 comments on commit 9441c96

Please sign in to comment.