Skip to content

Commit c20d69d

Browse files
committedMay 2, 2019
chore: readd old hover effect
1 parent c4ba7c4 commit c20d69d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/components/inputs/radio-input/radio-option.styles.js

+6
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ const getLabelStyles = props => {
108108
baseStyles,
109109
css`
110110
color: ${vars.fontColorError};
111+
&:hover svg [id$='borderAndContent'] > [id$='border'] {
112+
stroke: ${vars.borderColorInputError};
113+
}
111114
`,
112115
];
113116
}
@@ -116,6 +119,9 @@ const getLabelStyles = props => {
116119
baseStyles,
117120
css`
118121
color: ${vars.fontColorWarning};
122+
&:hover svg [id$='borderAndContent'] > [id$='border'] {
123+
stroke: ${vars.borderColorInputWarning};
124+
}
119125
`,
120126
];
121127
}

0 commit comments

Comments
 (0)