qms-angular 1.1.50 → 1.1.51

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.
@@ -5,10 +5,17 @@
5
5
 
6
6
  .mat-tree.qms-nav-drawer-container {
7
7
  font-family: Open Sans;
8
-
8
+
9
9
  .mat-tree-node {
10
- &:hover {
10
+ &:hover,
11
+ &:active,
12
+ &:focus {
11
13
  background: black(0.08);
14
+ padding-right: 5px;
15
+
16
+ .btn-action {
17
+ display: block;
18
+ }
12
19
  }
13
20
 
14
21
  &:active {
@@ -71,15 +78,23 @@
71
78
  .type-icon {
72
79
  margin-right: 5px;
73
80
  color: theme-apply($ws-action-active);
81
+ font-size: 18px;
74
82
  }
75
83
 
76
84
  .text-name {
77
85
  color: theme-apply($default-color);
78
86
  }
79
87
 
80
- .mat-icon-rtl-mirror {
88
+ .mat-icon-rtl-mirror,
89
+ .mat-icon {
81
90
  color: black(0.6);
82
91
  }
92
+
93
+ button.qms-btn-icon {
94
+ width: 40px;
95
+ height: 40px;
96
+ line-height: 40px;
97
+ }
83
98
  }
84
99
 
85
100
  .text-name {
@@ -91,12 +106,17 @@
91
106
  -webkit-box-orient: vertical;
92
107
  cursor: pointer;
93
108
  width: 100%;
109
+ min-width: 20px;
94
110
  }
95
111
 
96
112
  .cursor-pointer {
97
113
  cursor: pointer;
98
114
  }
99
115
 
100
- .ml-5 {
101
- margin-left: 10px;
116
+ .btn-action {
117
+ display: none;
118
+
119
+ .material-icons-outlined.primary {
120
+ color: theme-apply($checkbox-color);
121
+ }
102
122
  }
@@ -630,5 +630,9 @@
630
630
  }
631
631
  }
632
632
  }
633
+
634
+ ::ng-deep .qms-paginator {
635
+ margin-top: 0px;
636
+ }
633
637
  }
634
638