-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refa: Link styles * fix * Create light-lobsters-tan.md * Update packages/components/src/Link/Link.tsx * Update packages/components/src/Link/Link.tsx * Update packages/components/src/Link/Link.tsx Co-authored-by: sarahgm <sarah.gosmann@reservix.de> Co-authored-by: Sebastian Sebald <sebastian.sebald@gmail.com> Co-authored-by: Sebastian Sebald <sebastian.sebald@reservix.de>
- Loading branch information
1 parent
37b3b0e
commit 59f3e6f
Showing
13 changed files
with
99 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@marigold/components": patch | ||
"@marigold/theme-b2b": patch | ||
"@marigold/theme-core": patch | ||
"@marigold/theme-unicorn": patch | ||
--- | ||
|
||
refa: Link styles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Theme } from '@marigold/components'; | ||
|
||
export const Link: Theme['components']['Link'] = { | ||
base: { | ||
color: 'blue60', | ||
'&:hover': { | ||
textDecoration: 'none', | ||
}, | ||
'&disabled': { | ||
cursor: 'disabled', | ||
}, | ||
}, | ||
variant: { | ||
menuItemLink: { | ||
color: 'text', | ||
textDecoration: 'none', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { Theme } from '@marigold/components'; | ||
|
||
export const Link: Theme['components']['Link'] = { | ||
base: { | ||
color: '#900', | ||
'&:hover, &:visited': { | ||
textDecoration: 'none', | ||
cursor: 'pointer', | ||
}, | ||
'&disabled': { | ||
cursor: 'disabled', | ||
}, | ||
}, | ||
variant: { | ||
menuItemLink: { | ||
color: 'text', | ||
textDecoration: 'none', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { Theme } from '@marigold/components'; | ||
|
||
export const Link: Theme['components']['Link'] = { | ||
base: { | ||
color: 'primary', | ||
'&:hover': { | ||
textDecoration: 'none', | ||
}, | ||
'&disabled': { | ||
cursor: 'disabled', | ||
}, | ||
}, | ||
variant: { | ||
menuItemLink: { | ||
color: 'text', | ||
textDecoration: 'none', | ||
}, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters