-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adds big Tooltip component #134
Conversation
Naming is hard...so I went with |
@@ -0,0 +1,21 @@ | |||
.Line { | |||
border: none; | |||
border-top: 1px solid #ccc; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should have used variables here.
justify-content: center; | ||
align-items: center; | ||
overflow: visible; | ||
margin: 26px auto; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And here
margin-top: -4px; | ||
width: 7px; | ||
height: 7px; | ||
border-radius: 50%; | ||
background: #fdfdfe; | ||
border: 1px solid #ccc; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here
see https://github.com/dequelabs/walnut/issues/1300