@festo-ui/web-essentials 11.0.0-dev.930 → 11.0.0-dev.934
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 -11
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +10 -10
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +4 -2
- 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/_text-link.scss +4 -2
- 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/_text-link.scss +4 -2
|
@@ -3299,7 +3299,8 @@ a:hover:not(.fwe-disabled) {
|
|
|
3299
3299
|
.fwe-text-link {
|
|
3300
3300
|
color: var(--fwe-hero);
|
|
3301
3301
|
text-decoration: underline;
|
|
3302
|
-
text-decoration-thickness:
|
|
3302
|
+
text-decoration-thickness: 2px;
|
|
3303
|
+
text-underline-offset: 2px;
|
|
3303
3304
|
}
|
|
3304
3305
|
.fwe-text-link i.fwe-icon {
|
|
3305
3306
|
vertical-align: text-top;
|
|
@@ -3315,7 +3316,8 @@ a:hover:not(.fwe-disabled) {
|
|
|
3315
3316
|
.fwe-text-link:hover:not(.fwe-disabled) {
|
|
3316
3317
|
color: var(--fwe-hero-hover);
|
|
3317
3318
|
text-decoration: underline;
|
|
3318
|
-
text-decoration-thickness:
|
|
3319
|
+
text-decoration-thickness: 2px;
|
|
3320
|
+
text-underline-offset: 2px;
|
|
3319
3321
|
}
|
|
3320
3322
|
|
|
3321
3323
|
label.fwe-input-text {
|