qms-angular 1.0.91 → 1.0.92

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.
@@ -35,6 +35,20 @@
35
35
  button {
36
36
  margin-left: 16px;
37
37
  }
38
+
39
+ &.banner-confirm-buttons {
40
+ ::ng-deep {
41
+ button{
42
+ &.qms-btn-icon.qms-btn-disabled {
43
+ background: transparent;
44
+ }
45
+
46
+ &.qms-btn-text.qms-btn-disabled {
47
+ background: transparent;
48
+ }
49
+ }
50
+ }
51
+ }
38
52
  }
39
53
  }
40
54
 
@@ -30,7 +30,8 @@
30
30
  }
31
31
 
32
32
  &:hover {
33
- background-color: theme-apply($primary-light-12-opacity);
33
+ background-color: theme-apply($primary-light-24-opacity) !important;
34
+ color: theme-apply($primary);
34
35
  }
35
36
 
36
37
  &.qms-button-toggle-checked {
@@ -45,27 +46,8 @@
45
46
  }
46
47
 
47
48
  &.cdk-keyboard-focused {
48
- &::after {
49
- content: "";
50
- display: block;
51
- position: absolute;
52
- top: 0;
53
- right: 0;
54
- width: 3px;
55
- height: 100%;
56
- background: theme-apply($primary-light);
57
- }
58
-
59
- &:before {
60
- content: "";
61
- display: block;
62
- position: absolute;
63
- top: 0;
64
- right: 0;
65
- bottom: 0;
66
- left: 0;
67
- border: 3px solid theme-apply($primary-light);
68
- }
49
+ background-color: theme-apply($primary-light-24-opacity) !important;
50
+ color: theme-apply($primary);
69
51
  }
70
52
  }
71
53
 
@@ -74,8 +56,8 @@
74
56
  color: theme-apply($primary);
75
57
 
76
58
  &:hover {
77
- background-color: theme-apply($primary);
78
- color: white;
59
+ background-color: theme-apply($primary) !important;;
60
+ color: white !important;;
79
61
  }
80
62
 
81
63
  &.qms-button-toggle-checked {
@@ -90,41 +72,26 @@
90
72
  }
91
73
 
92
74
  &.cdk-keyboard-focused {
93
- &::after {
94
- content: "";
95
- display: block;
96
- position: absolute;
97
- top: 0;
98
- right: 0;
99
- width: 3px;
100
- height: 100%;
101
- background: theme-apply($primary-light);
102
- }
103
-
104
- &:before {
105
- content: "";
106
- display: block;
107
- position: absolute;
108
- top: 0;
109
- right: 0;
110
- bottom: 0;
111
- left: 0;
112
- border: 3px solid theme-apply($primary-light);
113
- }
75
+ background-color: theme-apply($primary-light) !important;
76
+ color: white !important;;
114
77
  }
115
78
  }
116
79
 
117
80
  &.qms-button-toggle-appearance-dark {
118
81
  background-color: theme-apply($default-color);
119
- color: rgba(255, 255, 255, 0.6);
82
+ color: white(0.6);
120
83
 
121
84
  .mat-icon {
122
85
  color: theme-apply($primary-light-32-opacity);
123
86
  }
124
87
 
125
88
  &:hover {
126
- background-color: theme-apply($primary-lighter);
127
- color: theme-apply($primary);
89
+ background-color: theme-apply($primary-lighter) !important;;
90
+ color: theme-apply($primary) !important;;
91
+
92
+ mat-icon, .mat-icon {
93
+ color: theme-apply($primary) !important;;
94
+ }
128
95
  }
129
96
 
130
97
  &.qms-button-toggle-checked {
@@ -143,26 +110,11 @@
143
110
  }
144
111
 
145
112
  &.cdk-keyboard-focused {
146
- &::after {
147
- content: "";
148
- display: block;
149
- position: absolute;
150
- top: 0;
151
- right: 0;
152
- width: 3px;
153
- height: 100%;
154
- background: theme-apply($primary-light);
155
- }
113
+ background-color: theme-apply($primary-lighter) !important;
114
+ color: theme-apply($primary) !important;
156
115
 
157
- &:before {
158
- content: "";
159
- display: block;
160
- position: absolute;
161
- top: 0;
162
- right: 0;
163
- bottom: 0;
164
- left: 0;
165
- border: 3px solid theme-apply($primary-light);
116
+ mat-icon, .mat-icon {
117
+ color: theme-apply($primary) !important;;
166
118
  }
167
119
  }
168
120
  }
@@ -171,6 +123,12 @@
171
123
  cursor: default !important;
172
124
  background: #e4e4e4 !important;
173
125
  color: rgba(0, 0, 0, 0.38) !important;
126
+ user-select: none;
127
+
128
+ button {
129
+ cursor: default !important;
130
+ user-select: none;
131
+ }
174
132
 
175
133
  .mat-icon {
176
134
  color: rgba(0, 0, 0, 0.38) !important;
@@ -17,6 +17,7 @@
17
17
  width: 100%;
18
18
  padding: 0;
19
19
  min-height: $item-height;
20
+ height: $item-height;
20
21
 
21
22
  &.mat-2-line {
22
23
  height: $two-line-height;
@@ -47,7 +48,7 @@
47
48
 
48
49
  .trailing-box {
49
50
  height: 100%;
50
- border-bottom: 1px solid #e0e0e0;
51
+ border-bottom: 1px solid $border-bottom-item;
51
52
  padding-top: 10px;
52
53
  }
53
54
  }
@@ -18,7 +18,6 @@
18
18
  padding: 0 50px;
19
19
 
20
20
  .report-module-name {
21
- margin-bottom: 10px;
22
21
  .module-name {
23
22
  max-width: 100%;
24
23
  font-family: 'Open Sans';
@@ -31,7 +30,7 @@
31
30
 
32
31
  .report-title {
33
32
  height: 137px;
34
- margin-bottom: 10px;
33
+ margin-bottom: 15px;
35
34
  .title {
36
35
  max-width: 100%;
37
36
  font-weight: 600;
@@ -117,7 +117,7 @@ $qms-theme-default: (
117
117
  $primary-light-3-opacity: #f5faff,
118
118
  $primary-light-6-opacity: #F2F7FD,
119
119
  $primary-light-12-opacity: #E5EEFB,
120
- $primary-light-24-opacity: #C8D6EA,
120
+ $primary-light-24-opacity: rgba(40, 115, 223, 0.24),
121
121
  $primary-light-32-opacity: #94baef,
122
122
  $primary-dark: #144285,
123
123
  $secondary: #9e360f,
@@ -213,7 +213,7 @@ $qms-theme-pink: (
213
213
  $primary-light-3-opacity: #f5faff,
214
214
  $primary-light-6-opacity: #F2F7FD,
215
215
  $primary-light-12-opacity: #E5EEFB,
216
- $primary-light-24-opacity: #C8D6EA,
216
+ $primary-light-24-opacity: rgba(40, 115, 223, 0.24),
217
217
  $primary-light-32-opacity: #94baef,
218
218
  $primary-dark: #144285,
219
219
  $secondary: #9e360f,