Skip to content
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

Sharing: Update Disconnect buttons to use Borderless Button #1214

Closed
wants to merge 0 commits into from

Conversation

alternatekev
Copy link
Contributor

Currently, Sharing looks like this:

screen shot 2015-12-02 at 4 04 34 pm

Those Disconnect buttons aren't standard to the RemoveButton pattern, so I've updated them here:

screen shot 2015-12-02 at 4 04 26 pm

@alternatekev alternatekev added [Feature] Sharing Features and settings for sharing posts across different platforms, including sharing buttons. [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Status] Needs Design Review Add this when you'd like to get a review / feedback from the Design team on your PR Components labels Dec 2, 2015
@@ -1,12 +1,15 @@
/**
* External dependencies
*/
var React = require( 'react' );
var React = require( 'react' ),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can take the time here to change these require lines to imports

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

@mtias mtias added [Status] Needs Author Reply and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Dec 8, 2015
@mtias
Copy link
Member

mtias commented Dec 8, 2015

@alternatekev before merging, do you mind squashing this into a single commit so we can keep history more sane?

@@ -249,6 +249,11 @@ $color-print: #f8f8f8;
border-color: lighten( $alert-yellow, 8% ) !important;
}
}

&.is-compact{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this applying to?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing, it looks like an error. I cannot for the life of me figure out why it's there. Will remove.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, no worries :)

@rickybanister rickybanister changed the title Sharing: Update Disconnect buttons to use RemoveButton Sharing: Update Disconnect buttons to use Borderless Button Dec 8, 2015
@lancewillett lancewillett removed the [Status] Needs Design Review Add this when you'd like to get a review / feedback from the Design team on your PR label Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Components [Feature] Sharing Features and settings for sharing posts across different platforms, including sharing buttons.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants