This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 974
Separate input and select styles using Aphrodite #5972
Labels
design
A design change, especially one which needs input from the design team.
QA/test-plan-required
refactoring/aphrodite
release-notes/exclude
Milestone
Comments
jkup
added
the
design
A design change, especially one which needs input from the design team.
label
Dec 1, 2016
4 tasks
sorry don't get it, what's the issue here? |
bsclifton
changed the title
Separate input and select styles
Separate input and select styles using Aphrodite
Jan 16, 2017
Updated issue to capture the requirement for the Aphrodite library. A PR was submitted to solve the style issues, but we've been fighting style regressions. Styles are very hard to test / review because of the global impact to the app. Our new reviewer guidelines outline the need to use Aphrodite, which is why I reworked this issue after closing the mentioned PR |
4 tasks
Fixed with #6689 |
bsclifton
added a commit
that referenced
this issue
Jan 24, 2017
Fixes #5972 - Create aphrodite components for "text" input type - Create aphrodite components for "select" input type - Small LESS updates to primary button (not Aphrodite component yet) - Update about:styles Auditors: @bbondy, @luixxiul, @cezaraugusto, @bradleyrichter
bsclifton
added a commit
that referenced
this issue
Jan 25, 2017
Fixes #5972 - Create aphrodite components for "text" input type - Create aphrodite components for "select" input type - Small LESS updates to primary button (not Aphrodite component yet) - Update about:styles Auditors: @bbondy, @luixxiul, @cezaraugusto, @bradleyrichter
bsclifton
added a commit
that referenced
this issue
Jan 25, 2017
Fixes #5972 - Create aphrodite components for "text" input type - Create aphrodite components for "select" input type - Small LESS updates to primary button (not Aphrodite component yet) - Update about:styles Auditors: @bbondy, @luixxiul, @cezaraugusto, @bradleyrichter
bsclifton
added a commit
that referenced
this issue
Jan 26, 2017
Fixes #5972 - Create aphrodite components for "text" input type - Create aphrodite components for "select" input type - Small LESS updates to primary button (not Aphrodite component yet) - Update about:styles Auditors: @bbondy, @luixxiul, @cezaraugusto, @bradleyrichter
This was referenced Feb 3, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
design
A design change, especially one which needs input from the design team.
QA/test-plan-required
refactoring/aphrodite
release-notes/exclude
The goal for this issue would be to separate input and select styles (which are currently coupled together). Per our style guidelines, solving this issue would involve rolling the input and select elements into an Aphrodite component.
Here are some spec images:
Text entry field (editable)
Text entry field (focus outline)
(use a 2 px radius, and "@statsBlue: #0796fa;")
Text entry field (locked/fixed value)
(use variable color for fill: @veryLightGray: rgb(250, 250, 250); )
drop-down menu style
preferred drop down arrow style
We can switch to a different FA triangle
and this will flatten out the orange button
The text was updated successfully, but these errors were encountered: