@abi-software/map-side-bar 2.6.1 → 2.6.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -998,14 +998,9 @@ export default {
998
998
  border-color: $app-primary-color;
999
999
  }
1000
1000
 
1001
- .filter-help-popover {
1002
- color: rgb(48, 49, 51);
1003
- font-family: Asap;
1004
- margin: 12px;
1005
- }
1006
-
1007
1001
  .filter-help-popover,
1008
1002
  .cascade-tags-popover {
1003
+ font-family: 'Asap', sans-serif;
1009
1004
  background: #f3ecf6 !important;
1010
1005
  border: 1px solid $app-primary-color !important;
1011
1006
  border-radius: 4px !important;
@@ -489,6 +489,7 @@ export default {
489
489
  .el-icon {
490
490
  transform: rotate(0deg);
491
491
  transition: transform 0.25s linear;
492
+ color: var(--el-text-color-placeholder);
492
493
  }
493
494
 
494
495
  &[aria-expanded="true"] {