raise-common-lib 0.0.27 → 0.0.28

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.
@@ -3,6 +3,7 @@
3
3
  height: 100%;
4
4
  display: flex;
5
5
  flex-direction: column;
6
+ border: 0;
6
7
  .e-headercell {
7
8
  height: var(--rs-grid-header-row-height);
8
9
  .e-headercelldiv {
@@ -41,6 +42,7 @@
41
42
  }
42
43
  .e-gridheader {
43
44
  border-bottom-color: transparent;
45
+ padding-right: 5px
44
46
  }
45
47
  .e-gridheader .e-fltr-icon .e-sortfilterdiv {
46
48
  color: #929dab !important;
@@ -200,7 +202,7 @@
200
202
  }
201
203
  }
202
204
  }
203
- .e-checkboxfilter.e-col-menu {
205
+ .e-checkboxfilter.e-filter-popup {
204
206
  .e-searchcontainer {
205
207
  .e-searchbox {
206
208
  .e-input-group {
@@ -217,7 +219,7 @@
217
219
  line-height: 26px;
218
220
  padding: 0;
219
221
  padding-left: 8px;
220
- .e-chk-hidden{
222
+ .e-chk-hidden {
221
223
  display: none;
222
224
  }
223
225
  .e-icons.e-check {