mirror of
https://github.com/SomboChea/ui
synced 2026-01-19 01:25:51 +07:00
fix: some warnings in console (#155)
* fix: remove react emotion selector warning * fix: validate DOM nesting
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
7bd9eb7a07
commit
583ddd555a
@@ -90,7 +90,7 @@ export const Flags = styled('span')`
|
||||
border-color: ${colors.greyAthens} transparent transparent transparent;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
${ToolTip}:hover & {
|
||||
${/* sc-selector */ ToolTip}:hover & {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user