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:
parent
0724f727ea
commit
ba5e5b10f5
4 changed files with 6 additions and 13 deletions
|
|
@ -139,8 +139,7 @@
|
|||
//
|
||||
// Inverse
|
||||
//
|
||||
|
||||
@inverse-global-color: fade(@global-inverse-color, 80%);
|
||||
// Colours for dark mode also in the colors section
|
||||
@inverse-global-muted-color: fade(@global-inverse-color, 60%);
|
||||
|
||||
//
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@ export default {
|
|||
bottom: 0;
|
||||
will-change: left, right;
|
||||
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
}
|
||||
|
||||
.progress .indeterminate::after {
|
||||
|
|
@ -94,8 +93,6 @@ export default {
|
|||
bottom: 0;
|
||||
will-change: left, right;
|
||||
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
animation-delay: 1.15s;
|
||||
animation-delay: 1.15s;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,6 @@ export default {
|
|||
bottom: 0;
|
||||
will-change: left, right;
|
||||
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
||||
}
|
||||
|
||||
.progress .indeterminate::after {
|
||||
|
|
@ -112,8 +111,6 @@ export default {
|
|||
bottom: 0;
|
||||
will-change: left, right;
|
||||
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
||||
animation-delay: 1.15s;
|
||||
animation-delay: 1.15s;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue