mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 01:06:36 +00:00
Fix link hover color
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
This commit is contained in:
parent
b6fb44d6a5
commit
a7a7f83e3e
@ -79,11 +79,14 @@ exports.ChangeButton = styled(BaseButton) `
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
${space}
|
||||
|
||||
&:hover, &:focus, &:active {
|
||||
color: ${colors.primary.background};
|
||||
&:enabled {
|
||||
&:hover, &:focus, &:active {
|
||||
color: #8f9297;
|
||||
}
|
||||
}
|
||||
|
||||
${space}
|
||||
`
|
||||
exports.StepNameButton = styled(BaseButton) `
|
||||
display: flex;
|
||||
@ -93,8 +96,10 @@ exports.StepNameButton = styled(BaseButton) `
|
||||
font-weight: bold;
|
||||
color: ${colors.dark.foreground};
|
||||
|
||||
&:hover, &:focus, &:active{
|
||||
color: ${colors.primary.foreground};
|
||||
&:enabled {
|
||||
&:hover, &:focus, &:active{
|
||||
color: #8f9297;
|
||||
}
|
||||
}
|
||||
`
|
||||
exports.StepSelection = styled(Flex) `
|
||||
|
@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
'use strict'
|
||||
|
||||
exports.colors = {
|
||||
dark: {
|
||||
foreground: '#fff',
|
||||
|
Loading…
x
Reference in New Issue
Block a user