mirror of
https://github.com/ankitects/anki.git
synced 2025-12-13 06:46:55 -05:00
Move infile to css to scss file
This commit is contained in:
parent
ebc1a86b2e
commit
ecaf0d95a3
2 changed files with 4 additions and 6 deletions
|
|
@ -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 a new issue