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-17 03:14:43 +02:00 committed by GitHub
parent a725e7e770
commit 70f9f8738c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -14,4 +14,7 @@ module.exports = {
extend: {}, extend: {},
}, },
plugins: [], plugins: [],
future: {
hoverOnlyWhenSupported: true,
},
} }

File diff suppressed because one or more lines are too long