mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
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:
parent
a725e7e770
commit
70f9f8738c
@ -14,4 +14,7 @@ module.exports = {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
future: {
|
||||
hoverOnlyWhenSupported: true,
|
||||
},
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user