Dont focus on non android tv

This commit is contained in:
WardPearce
2025-12-28 13:04:16 +13:00
parent 759cb6b48f
commit bd42dd5097
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "Materialious",
"version": "1.12.8",
"version": "1.12.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Materialious",
"version": "1.12.8",
"version": "1.12.9",
"license": "MIT",
"dependencies": {
"@capacitor-community/electron": "^5.0.0",
+7
View File
@@ -12,6 +12,13 @@
box-shadow: none !important;
}
</style>
{:else}
<style>
:focus {
outline: none !important;
box-shadow: none !important;
}
</style>
{/if}
</svelte:head>