ui_migration lint(STYLE) Drop duplicates related to deprecated webkit-animation prefixes https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@media/-webkit-animation

This commit is contained in:
Antonio Anaya 2026-05-07 07:18:20 -06:00
parent 0724f727ea
commit ba5e5b10f5
4 changed files with 6 additions and 13 deletions

View file

@ -273,16 +273,16 @@ export default {
color: darken(@warning-color, 15%);
}
.uk-light .uk-alert-warning .logging-header {
background: desaturate(darken(@warning-color, 15%), 10%);
color: darken(@warning-bg-color, 5%);
}
.uk-alert-danger .logging-header {
background: darken(@error-bg-color, 15%);
color: darken(@error-color, 15%);
}
.uk-light .uk-alert-warning .logging-header {
background: desaturate(darken(@warning-color, 15%), 10%);
color: darken(@warning-bg-color, 5%);
}
.uk-light .uk-alert-danger .logging-header {
background: desaturate(darken(@error-color, 10%), 10%);
color: darken(@error-bg-color, 5%);