mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 02:06:33 +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;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
${space}
|
|
||||||
|
|
||||||
|
&:enabled {
|
||||||
&:hover, &:focus, &:active {
|
&:hover, &:focus, &:active {
|
||||||
color: ${colors.primary.background};
|
color: #8f9297;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
${space}
|
||||||
`
|
`
|
||||||
exports.StepNameButton = styled(BaseButton) `
|
exports.StepNameButton = styled(BaseButton) `
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -93,8 +96,10 @@ exports.StepNameButton = styled(BaseButton) `
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: ${colors.dark.foreground};
|
color: ${colors.dark.foreground};
|
||||||
|
|
||||||
|
&:enabled {
|
||||||
&:hover, &:focus, &:active{
|
&:hover, &:focus, &:active{
|
||||||
color: ${colors.primary.foreground};
|
color: #8f9297;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
exports.StepSelection = styled(Flex) `
|
exports.StepSelection = styled(Flex) `
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
exports.colors = {
|
exports.colors = {
|
||||||
dark: {
|
dark: {
|
||||||
foreground: '#fff',
|
foreground: '#fff',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user