mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
* fix: link styling for various states updates hover/active/focus link states to match design system * hover underline color to secondary
This commit is contained in:
parent
26673626d2
commit
93c255ce39
1 changed files with 3 additions and 3 deletions
|
|
@ -15,13 +15,13 @@ export const Link = {
|
|||
light: {
|
||||
textDecoration: 'underline',
|
||||
color: 'primary',
|
||||
_hover: { color: 'body', textDecorationColor: 'body' },
|
||||
_hover: { color: 'body', textDecorationColor: 'secondary' },
|
||||
_focus: {
|
||||
color: 'primary',
|
||||
boxShadow: '0 0 0 1px var(--chakra-colors-primary)',
|
||||
boxShadow: '0 0 0 1px var(--chakra-colors-primary) !important',
|
||||
textDecoration: 'none'
|
||||
},
|
||||
_pressed: {
|
||||
_active: {
|
||||
color: 'secondary',
|
||||
textDecorationColor: 'secondary'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue