-
Notifications
You must be signed in to change notification settings - Fork 3
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
FXVPN-12 - Move Pill button into its own component #135
Conversation
📚
|
src/components/vpncard.js
Outdated
.box.connecting svg, | ||
.box.connecting .timer, | ||
.connecting .pill, | ||
.connecting footer { | ||
.connecting mz-pill .connecting footer { |
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.
Do we need to separate these selectors with a comma?
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.
Right! fixed!
a477afe
to
a115c7e
Compare
This can be a re-usable button, so that we have this for the telemtry view, which also uses that.
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.
👍
No description provided.