mirror of https://github.com/vector-im/riot-web
Merge remote-tracking branch 'origin/develop' into develop
commit
492f923d1b
|
@ -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 {
|
||||||
|
|
|
@ -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();
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue