@colijnit/homedecorator 261.20.0 → 261.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,27 +24,22 @@ canvas {
24
24
  justify-content: center;
25
25
  &:not(.disable-mouse) > * {
26
26
  pointer-events: all;
27
- //background: #fff;
28
27
  margin: 0 3px;
28
+ .mdc-floating-label, &.dimensioning-select, &.round-select {
29
+ pointer-events: all;
30
+ }
31
+ }
32
+ .mat-mdc-floating-label.mdc-floating-label {
33
+ pointer-events: none !important;
29
34
  }
30
35
  .dimensioning-select, .round-select {
31
- height: 50px;
36
+ pointer-events: none;
37
+ height: 38px;
32
38
  width: 70px;
33
39
  padding: 5px;
34
40
  border: solid 1px rgba(0, 0, 0, 0.12);
35
- border-radius: 4px;
41
+ border-radius: 3px;
36
42
  background: #fff;
37
- ///*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
38
- //::ng-deep .mat-select-trigger {
39
- // height: 100%;
40
- //}
41
- ///*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
42
- //::ng-deep .mat-select-value {
43
- // vertical-align: middle;
44
- //}
45
- //::ng-deep .mat-mdc-form-field-underline {
46
- // display: none;
47
- //}
48
43
  }
49
44
  }
50
45
 
@@ -15,8 +15,12 @@
15
15
  word-break: break-word;
16
16
  white-space: normal;
17
17
  }
18
- co-button {
18
+ .co-button {
19
19
  background-color: #da9803;
20
+ border-radius: 20px;
21
+ &:hover {
22
+ filter: none;
23
+ }
20
24
  }
21
25
  }
22
26
 
@@ -1,10 +1,9 @@
1
1
  :host {
2
2
  .mat-mdc-dialog-content {
3
3
  margin: 0;
4
- padding: 0;
5
4
  overflow: hidden;
6
5
  }
7
- .mat-nav-list {
6
+ .mat-mdc-nav-list {
8
7
  display: flex;
9
8
  flex-direction: column;
10
9
  .mat-mdc-list-item:not(:last-child) {
@@ -1,10 +1,9 @@
1
1
  :host {
2
2
  .mat-mdc-dialog-content {
3
3
  margin: 0;
4
- padding: 0;
5
4
  overflow: hidden;
6
5
  }
7
- .mat-nav-list {
6
+ .mat-mdc-nav-list {
8
7
  display: flex;
9
8
  flex-direction: column;
10
9
  .mat-mdc-list-item:not(:last-child) {