Merge remote-tracking branch 'origin/develop' into develop

pull/5777/head
Weblate 2017-11-15 01:46:27 +00:00
commit 492f923d1b
2 changed files with 1 additions and 1 deletions

View File

@ -165,6 +165,7 @@ $progressbar-color: #000;
padding-right: 1.5em;
cursor: pointer;
display: inline-block;
outline: none;
}
@define-mixin mx_DialogButton_hover {

View File

@ -317,7 +317,6 @@ async function loadApp() {
// flashes of unstyled content.
a.onload = () => {
Tinter.setTheme(theme);
Tinter.tint();
};
}
}