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

This commit is contained in:
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; padding-right: 1.5em;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
outline: none;
} }
@define-mixin mx_DialogButton_hover { @define-mixin mx_DialogButton_hover {

View file

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