mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
[CodeFactor] Apply fixes to commit 4851d31
This commit is contained in:
parent
4851d3113e
commit
efae8fe06e
1 changed files with 8 additions and 8 deletions
|
@ -216,12 +216,12 @@ onMounted(shuffleCards);
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.grayscale {
|
.grayscale {
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
transition: filter 0.3s ease-in-out;
|
transition: filter 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grayscale:hover {
|
.grayscale:hover {
|
||||||
filter: grayscale(0);
|
filter: grayscale(0);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue