@festo-ui/web-essentials 11.0.0-dev.955 → 11.0.0-dev.961

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.
@@ -5708,7 +5708,7 @@ fieldset.fwe-progress-container label {
5708
5708
  margin-right: 8px;
5709
5709
  }
5710
5710
  .fwe-popover--menu button:hover {
5711
- background-color: rgba(51, 51, 51, 0.1019607843);
5711
+ color: var(--fwe-hero);
5712
5712
  }
5713
5713
  .fwe-popover--menu button:active {
5714
5714
  background-color: rgba(51, 51, 51, 0.2);
@@ -6660,12 +6660,12 @@ input[type=search]::-webkit-search-cancel-button {
6660
6660
  }
6661
6661
  .fwe-accordion-item::after {
6662
6662
  position: absolute;
6663
- top: 21px;
6663
+ top: 23px;
6664
6664
  right: 16px;
6665
6665
  pointer-events: none;
6666
6666
  content: "";
6667
- height: 32px;
6668
- width: 32px;
6667
+ height: 24px;
6668
+ width: 24px;
6669
6669
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzMnYzMkgweiIvPjxwYXRoIGZpbGw9IiMzMzMiIGQ9Im0xNiAyMi04LjcwNy04LjcwNyAxLjQxNC0xLjQxNEwxNiAxOS4xNzJsNy4yOTMtNy4yOTMgMS40MTQgMS40MTRMMTYgMjJ6IiAvPjwvc3ZnPg==");
6670
6670
  transition: transform 0.2s ease;
6671
6671
  }