fix(ui): disable hover effects when not supported (#514)

* fix(mobile css): disable hover effects when not supported

* fix missing trailing comma in tailwind config

* make css hover fix static

* update static css

---------

Co-authored-by: TwiN <twin@linux.com>
This commit is contained in:
macmoritz
2023-07-16 21:14:43 -04:00
committed by GitHub
co-authored by TwiN
parent a725e7e770
commit 70f9f8738c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -14,4 +14,7 @@ module.exports = {
extend: {},
},
plugins: [],
future: {
hoverOnlyWhenSupported: true,
},
}
File diff suppressed because one or more lines are too long