Merge remote-tracking branch 'upstream/master'
* upstream/master: code cosmetics: use :: for pseudo elements emphasize data-skipped-edited main status message don't wrap the force-check button
This commit is contained in:
commit
da89c6dd77
|
@ -71,6 +71,11 @@ a:hover {
|
||||||
max-width: calc(100% - 30px);
|
max-width: calc(100% - 30px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#check-all-updates-force {
|
||||||
|
white-space: normal;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
#header h1 {
|
#header h1 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: .3em;
|
margin-bottom: .3em;
|
||||||
|
@ -817,6 +822,15 @@ input[id^="manage.newUI"] {
|
||||||
margin-top: 1ex;
|
margin-top: 1ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#update-all-no-updates[data-skipped-edited="true"] {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#update-all-no-updates[data-skipped-edited="true"]::after {
|
||||||
|
font-weight: normal;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/* highlight updated/added styles */
|
/* highlight updated/added styles */
|
||||||
.highlight {
|
.highlight {
|
||||||
animation: highlight 10s cubic-bezier(0,.82,.47,.98);
|
animation: highlight 10s cubic-bezier(0,.82,.47,.98);
|
||||||
|
|
|
@ -106,10 +106,10 @@ function initGlobalEvents() {
|
||||||
.disabled h2::after {
|
.disabled h2::after {
|
||||||
content: "${t('genericDisabledLabel')}";
|
content: "${t('genericDisabledLabel')}";
|
||||||
}
|
}
|
||||||
#update-all-no-updates[data-skipped-edited="true"]:after {
|
#update-all-no-updates[data-skipped-edited="true"]::after {
|
||||||
content: " ${t('updateAllCheckSucceededSomeEdited')}";
|
content: " ${t('updateAllCheckSucceededSomeEdited')}";
|
||||||
}
|
}
|
||||||
body.all-styles-hidden-by-filters:after {
|
body.all-styles-hidden-by-filters::after {
|
||||||
content: "${t('filteredStylesAllHidden')}";
|
content: "${t('filteredStylesAllHidden')}";
|
||||||
}
|
}
|
||||||
`));
|
`));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user