raise-common-lib 0.0.68 → 0.0.69
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.
- package/bundles/raise-common-lib.umd.js +30 -3
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/common-grid/index.component.js +6 -2
- package/esm2015/lib/layout/main-container/index.component.js +1 -1
- package/esm2015/lib/layout/rs-aside/index.component.js +19 -2
- package/esm5/lib/common-grid/index.component.js +6 -2
- package/esm5/lib/layout/main-container/index.component.js +1 -1
- package/esm5/lib/layout/rs-aside/index.component.js +25 -2
- package/fesm2015/raise-common-lib.js +24 -3
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +30 -3
- package/fesm5/raise-common-lib.js.map +1 -1
- package/lib/common-grid/index.component.d.ts +1 -0
- package/lib/layout/rs-aside/index.component.d.ts +1 -0
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
- package/src/assets/style/reset/grid.scss +6 -6
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
font-weight: 700;
|
|
83
83
|
|
|
84
84
|
&:hover {
|
|
85
|
-
background-color:
|
|
85
|
+
background-color: #f6faff;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
&.e-headerchkcelldiv {
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
border-radius: 4px;
|
|
182
182
|
|
|
183
183
|
&:hover {
|
|
184
|
-
background-color:
|
|
184
|
+
background-color: #edf5ff;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
&::before {
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
height: var(--rs-grid-row-height);
|
|
218
218
|
}
|
|
219
219
|
&.e-active {
|
|
220
|
-
background-color:
|
|
220
|
+
background-color: #edf5ff !important; // selected bg
|
|
221
221
|
.e-checkbox-wrapper {
|
|
222
222
|
display: block;
|
|
223
223
|
}
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
color: #44566c;
|
|
538
538
|
&.e-focused,
|
|
539
539
|
&.e-selected {
|
|
540
|
-
background-color:
|
|
540
|
+
background-color: #f6faff;
|
|
541
541
|
color: #44566c;
|
|
542
542
|
}
|
|
543
543
|
.e-icons.e-check {
|
|
@@ -582,10 +582,10 @@
|
|
|
582
582
|
color: #44566c;
|
|
583
583
|
}
|
|
584
584
|
&:hover {
|
|
585
|
-
background-color:
|
|
585
|
+
background-color: #f6faff;
|
|
586
586
|
}
|
|
587
587
|
&.e-chkfocus {
|
|
588
|
-
background-color:
|
|
588
|
+
background-color: #f6faff;
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
}
|