Move infile to css to scss file

This commit is contained in:
Henrik Giesel 2020-12-22 22:39:22 +01:00
parent ebc1a86b2e
commit ecaf0d95a3
2 changed files with 4 additions and 6 deletions

View File

@ -90,12 +90,6 @@
const all = i18n.tr(i18n.TR.STATISTICS_RANGE_ALL_HISTORY);
</script>
<style>
.no-focus-outline:focus {
outline: 0;
}
</style>
{#if withRangeBox}
<div class="range-box">
<div class="spin {refreshing ? 'active' : ''}"></div>

View File

@ -189,3 +189,7 @@
.align-start {
text-align: start;
}
.no-focus-outline:focus {
outline: 0;
}