@annalib/anna-core 11.2.23 → 11.2.24
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 +8 -5
- package/fesm2015/annalib-anna-core.mjs +7 -4
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +7 -4
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_filters.scss +1 -22
package/package.json
CHANGED
|
@@ -355,12 +355,6 @@ section.min-maxContainer {
|
|
|
355
355
|
background-color: white;
|
|
356
356
|
width: $fs-45;
|
|
357
357
|
}
|
|
358
|
-
|
|
359
|
-
input.numberInput:focus{
|
|
360
|
-
box-shadow: none;
|
|
361
|
-
border-color:#c2cfd6;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
358
|
.dot {
|
|
365
359
|
color: #cbcbcb;
|
|
366
360
|
position: relative;
|
|
@@ -650,19 +644,4 @@ input.error-border{
|
|
|
650
644
|
.slider-placeholder{
|
|
651
645
|
height: 14px
|
|
652
646
|
}
|
|
653
|
-
//end of slider css
|
|
654
|
-
|
|
655
|
-
//DatePicker css
|
|
656
|
-
::ng-deep .filter-calendar{
|
|
657
|
-
|
|
658
|
-
select.form-select:focus{
|
|
659
|
-
border-color: rgb(194, 207, 214);
|
|
660
|
-
box-shadow: none;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
select.form-select{
|
|
664
|
-
background-color: white;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
}
|
|
668
|
-
|
|
647
|
+
//end of slider css
|