@festo-ui/web-essentials 8.1.0-dev.567 → 8.1.0-dev.569
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 +31 -19
- 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 +22 -10
- 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/_button.scss +0 -1
- package/dist/scss/_mobile-flyout.scss +0 -5
- package/dist/scss/_text-link.scss +25 -4
- 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/_button.scss +0 -1
- package/scss/_mobile-flyout.scss +0 -5
- package/scss/_text-link.scss +25 -4
|
@@ -3181,7 +3181,6 @@ header.fwe-fixed-header {
|
|
|
3181
3181
|
}
|
|
3182
3182
|
|
|
3183
3183
|
.fwe-mobile-flyout-item {
|
|
3184
|
-
text-decoration: none;
|
|
3185
3184
|
color: var(--fwe-text);
|
|
3186
3185
|
cursor: pointer;
|
|
3187
3186
|
display: flex;
|
|
@@ -3191,9 +3190,6 @@ header.fwe-fixed-header {
|
|
|
3191
3190
|
.fwe-mobile-flyout-item.fwe-active {
|
|
3192
3191
|
color: var(--fwe-hero);
|
|
3193
3192
|
}
|
|
3194
|
-
.fwe-mobile-flyout-item:hover:not(.fwe-disabled) {
|
|
3195
|
-
text-decoration: none;
|
|
3196
|
-
}
|
|
3197
3193
|
|
|
3198
3194
|
.fwe-breadcrumb {
|
|
3199
3195
|
display: flex;
|
|
@@ -3248,8 +3244,7 @@ header.fwe-fixed-header {
|
|
|
3248
3244
|
|
|
3249
3245
|
a {
|
|
3250
3246
|
color: var(--fwe-hero);
|
|
3251
|
-
text-decoration:
|
|
3252
|
-
text-decoration-thickness: auto;
|
|
3247
|
+
text-decoration: none;
|
|
3253
3248
|
}
|
|
3254
3249
|
a i.fwe-icon {
|
|
3255
3250
|
vertical-align: text-top;
|
|
@@ -3257,15 +3252,33 @@ a i.fwe-icon {
|
|
|
3257
3252
|
a.fwe-dark {
|
|
3258
3253
|
color: var(--fwe-text);
|
|
3259
3254
|
}
|
|
3260
|
-
a.fwe-active {
|
|
3261
|
-
color: var(--fwe-hero);
|
|
3262
|
-
}
|
|
3263
3255
|
a.fwe-disabled {
|
|
3264
3256
|
pointer-events: none;
|
|
3265
3257
|
color: var(--fwe-text-light);
|
|
3266
3258
|
cursor: default;
|
|
3267
3259
|
}
|
|
3268
3260
|
a:hover:not(.fwe-disabled) {
|
|
3261
|
+
color: var(--fwe-hero-hover);
|
|
3262
|
+
text-decoration: none;
|
|
3263
|
+
}
|
|
3264
|
+
|
|
3265
|
+
.fwe-text-link {
|
|
3266
|
+
color: var(--fwe-hero);
|
|
3267
|
+
text-decoration: underline;
|
|
3268
|
+
text-decoration-thickness: auto;
|
|
3269
|
+
}
|
|
3270
|
+
.fwe-text-link i.fwe-icon {
|
|
3271
|
+
vertical-align: text-top;
|
|
3272
|
+
}
|
|
3273
|
+
.fwe-text-link.fwe-dark {
|
|
3274
|
+
color: var(--fwe-text);
|
|
3275
|
+
}
|
|
3276
|
+
.fwe-text-link.fwe-disabled {
|
|
3277
|
+
pointer-events: none;
|
|
3278
|
+
color: var(--fwe-text-light);
|
|
3279
|
+
cursor: default;
|
|
3280
|
+
}
|
|
3281
|
+
.fwe-text-link:hover:not(.fwe-disabled) {
|
|
3269
3282
|
color: var(--fwe-hero-hover);
|
|
3270
3283
|
text-decoration: underline;
|
|
3271
3284
|
text-decoration-thickness: auto;
|
|
@@ -4145,7 +4158,6 @@ button.fwe-btn.fwe-btn-block {
|
|
|
4145
4158
|
}
|
|
4146
4159
|
a.fwe-btn.fwe-btn-link,
|
|
4147
4160
|
button.fwe-btn.fwe-btn-link {
|
|
4148
|
-
text-decoration: none;
|
|
4149
4161
|
background: none;
|
|
4150
4162
|
color: var(--fwe-hero);
|
|
4151
4163
|
padding: 0;
|