@annalib/anna-core 10.0.28 → 10.0.30
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/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +7 -7
- package/fesm2015/annalib-anna-core.mjs +6 -6
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +6 -6
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_filters.scss +9 -4
package/package.json
CHANGED
|
@@ -368,14 +368,19 @@ section.min-maxContainer {
|
|
|
368
368
|
width: 9px;
|
|
369
369
|
height: 18px;
|
|
370
370
|
margin-right: $fs-19;
|
|
371
|
+
position: relative;
|
|
372
|
+
left: -9px;
|
|
373
|
+
top: -11px;
|
|
371
374
|
i {
|
|
372
375
|
color: black;
|
|
373
376
|
cursor: pointer;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
transform: rotate(180deg);
|
|
377
|
+
max-height: 9px;
|
|
378
|
+
font-size: 25px;
|
|
379
|
+
width: 10px;
|
|
378
380
|
}
|
|
381
|
+
// i.downward {
|
|
382
|
+
// transform: rotate(180deg);
|
|
383
|
+
// }
|
|
379
384
|
}
|
|
380
385
|
}
|
|
381
386
|
|