This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Remove icon prop, UIKit styles and add css grid into buttons #418
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LukasHirt
force-pushed
the
feature/icon-on-right-in-button
branch
from
July 12, 2019 14:52
09f8b7e
to
d3aa49e
Compare
DeepDiver1975
previously requested changes
Jul 13, 2019
do we have a concrete example where we need this in Phoenix ? should we move forward ? |
Ah, I didn't realize that the role field was a button |
@PVince81 @DeepDiver1975 Is here agreement on a solution? I'd go ahead and implement either of them, just let me know which one 😉 |
LukasHirt
force-pushed
the
feature/icon-on-right-in-button
branch
from
January 10, 2020 17:03
d3aa49e
to
9d715ec
Compare
Code updated. @DeepDiver1975 pls re-review |
LukasHirt
force-pushed
the
feature/icon-on-right-in-button
branch
from
July 16, 2020 09:12
9d715ec
to
88c57c6
Compare
LukasHirt
changed the title
Added icons for both sides and changed padding
Remove icon prop, UIKit styles and add css grid into buttons
Jul 16, 2020
LukasHirt
dismissed
DeepDiver1975’s stale review
July 16, 2020 09:15
The scope of this PR changed quite and have different changes.
LukasHirt
force-pushed
the
feature/icon-on-right-in-button
branch
from
July 16, 2020 09:16
88c57c6
to
65320e2
Compare
5 tasks
LukasHirt
commented
Aug 5, 2020
src/styles/theme/oc-button.scss
Outdated
&.uk-button-secondary, | ||
&.uk-button-danger { | ||
&-primary, | ||
&-secondary, |
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.
Remove!
PVince81
approved these changes
Aug 5, 2020
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.
👍
Didn't notice this PR until now, sorry. Can you rebase? @LukasHirt |
… now Use css grid, remove UIKit styles from button and move docs into docs block
LukasHirt
force-pushed
the
feature/icon-on-right-in-button
branch
from
September 14, 2020 08:54
65320e2
to
932f4e1
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Having complete freedom when adding icons and using the css grid to preserve our defined gutters.
Related issue
Screenshot