@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.
- package/dist/css/festo-web-essentials.css +13 -13
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +11 -11
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +4 -4
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_accordion.scss +3 -3
- package/dist/scss/_popover.scss +1 -1
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_accordion.scss +3 -3
- package/scss/_popover.scss +1 -1
|
@@ -5708,7 +5708,7 @@ fieldset.fwe-progress-container label {
|
|
|
5708
5708
|
margin-right: 8px;
|
|
5709
5709
|
}
|
|
5710
5710
|
.fwe-popover--menu button:hover {
|
|
5711
|
-
|
|
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:
|
|
6663
|
+
top: 23px;
|
|
6664
6664
|
right: 16px;
|
|
6665
6665
|
pointer-events: none;
|
|
6666
6666
|
content: "";
|
|
6667
|
-
height:
|
|
6668
|
-
width:
|
|
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
|
}
|