feat: update hover color and bg for action more button (#983)
This commit is contained in:
parent
2ddfdffa3d
commit
34aef0a55f
3 changed files with 5 additions and 5 deletions
|
|
@ -57,7 +57,7 @@ export default defineConfig({
|
|||
'flex-center': 'items-center justify-center',
|
||||
'flex-v-center': 'items-center',
|
||||
'flex-h-center': 'justify-center',
|
||||
'bg-hover-overflow': 'relative z-0 transition-colors duration-250 after-content-empty after:(absolute inset--2px bg-transparent rounded-lg z--1 transition-colors duration-250) hover:after:(bg-active)',
|
||||
'bg-hover-overflow': 'relative z-0 transition-colors duration-250 after-content-empty after:(absolute inset--4px bg-transparent rounded-full z--1 transition-colors duration-250) hover:after:(bg-active)',
|
||||
|
||||
'timeline-title-style': 'text-primary text-lg font-bold',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue