mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
fix(ui): remove dead code
isSelected doesn't seem to get trigger in any way
This commit is contained in:
@@ -78,7 +78,7 @@ const ReactSelectStyles = {
|
||||
}),
|
||||
option: (base, state) => ({
|
||||
...base,
|
||||
color: state.isSelected ? "#95a5a6" : "inherit",
|
||||
color: "inherit",
|
||||
backgroundColor: "inherit",
|
||||
"&:hover": { color: "#fff", backgroundColor: "#455a64", cursor: "pointer" }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user