mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-06 09:57:29 +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: {
|
light: {
|
||||||
textDecoration: 'underline',
|
textDecoration: 'underline',
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
_hover: { color: 'body', textDecorationColor: 'body' },
|
_hover: { color: 'body', textDecorationColor: 'secondary' },
|
||||||
_focus: {
|
_focus: {
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
boxShadow: '0 0 0 1px var(--chakra-colors-primary)',
|
boxShadow: '0 0 0 1px var(--chakra-colors-primary) !important',
|
||||||
textDecoration: 'none'
|
textDecoration: 'none'
|
||||||
},
|
},
|
||||||
_pressed: {
|
_active: {
|
||||||
color: 'secondary',
|
color: 'secondary',
|
||||||
textDecorationColor: 'secondary'
|
textDecorationColor: 'secondary'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue