-
Notifications
You must be signed in to change notification settings - Fork 8
Feat/button component #357
base: master
Are you sure you want to change the base?
Feat/button component #357
Conversation
src/styles/components/buttons.css
Outdated
@@ -0,0 +1,198 @@ | |||
@import '../../styles/variables.css'; | |||
|
|||
button.ui.button.octagon{ |
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.
You are overriding parts of the SUI theme here, so this all needs to be part of the semantic-ui-theme overrides for the Button component. Otherwise, this is going to cause some very strange behavior by changing global button styles depending on if/when you import your new component.s
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.
@GirishSarbhukan @youngbob
Hi Bob,
I believe this is the last remaining item that needs to be resolved. I want to clarify what needs to be done so we can push this to completion.
- These styles should be in buttons.overrides instead of buttons.css.
- File imports should be adjusted as necessary.
- Style updates should be confined to Button
(e.g. line 213 '.visible.transition.disabled' is probably to global)
Bob, feel free to adjust this or add to this if needed.
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.
That sounds right to me.
Updated button components as per UX mock up:
Below are pending points#:
Dynamically passing items within Action menu.
..
UX Link for reference:
https://preview.uxpin.com/f5e0edd46a04128e1767b0cd57bdc2ddadcee475#/pages/100711315/simulate/sitemap