fix: sticky hover style on mobile (#1513)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
6abd2a8770
commit
01ed4f68dc
8 changed files with 20 additions and 19 deletions
|
@ -66,6 +66,7 @@ export default defineConfig({
|
|||
|
||||
'timeline-title-style': 'text-primary text-lg font-bold',
|
||||
},
|
||||
[/^elk-group-hover[:-](\S+)$/, ([,r]) => `media-mouse-group-hover-${r} group-active-${r}`],
|
||||
],
|
||||
presets: [
|
||||
presetUno({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue