Move infile to css to scss file
This commit is contained in:
parent
ebc1a86b2e
commit
ecaf0d95a3
@ -90,12 +90,6 @@
|
|||||||
const all = i18n.tr(i18n.TR.STATISTICS_RANGE_ALL_HISTORY);
|
const all = i18n.tr(i18n.TR.STATISTICS_RANGE_ALL_HISTORY);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
.no-focus-outline:focus {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
{#if withRangeBox}
|
{#if withRangeBox}
|
||||||
<div class="range-box">
|
<div class="range-box">
|
||||||
<div class="spin {refreshing ? 'active' : ''}">◐</div>
|
<div class="spin {refreshing ? 'active' : ''}">◐</div>
|
||||||
|
@ -189,3 +189,7 @@
|
|||||||
.align-start {
|
.align-start {
|
||||||
text-align: start;
|
text-align: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-focus-outline:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user