-
Notifications
You must be signed in to change notification settings - Fork 42
broken site button #153
base: beta
Are you sure you want to change the base?
broken site button #153
Conversation
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.
Left some comments re: code. Before this is merged I want to make some comments about UX in asana and see if this can be slightly changed. Not liking the inconsistency with the right arrow usage.
@@ -1,5 +1,6 @@ | |||
const bel = require('bel'); | |||
const toggleButton = require('./shared/toggle-button'); | |||
const Button = require('./shared/button'); |
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.
shared/button
is a function not a constructor, so it should be const button
not const Button
.
$popup__height: 505px; | ||
$popup__height--moz: 520px; | ||
$popup__height: 540px; | ||
$popup__height--moz: 540px; |
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.
Notice that originally the heights across browsers were different and now they are the same. Did you verify that the height was correct in FF and Chrome? I would think that FF would be taller.
margin:0; | ||
padding:0; | ||
} | ||
} |
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.
Please add a new blank line between this and next line, and add a space between properties and values above.
Reviewer:
Description:
Added a report broken site that links to a survey.
Steps to test this PR:
Automated tests:
Reviewer Checklist:
PR Author Checklist: