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

Fix draghandle color #9948

Merged
merged 1 commit into from
Sep 17, 2018
Merged

Fix draghandle color #9948

merged 1 commit into from
Sep 17, 2018

Conversation

jasmussen
Copy link
Contributor

@jasmussen jasmussen commented Sep 17, 2018

Fixes design nitpick from #9569 (comment).

Before:

before

After:

after

Fixes design nitpick from #9569 (comment).
@jasmussen jasmussen added the [Type] Bug An existing feature does not function as intended label Sep 17, 2018
@jasmussen jasmussen added this to the 3.9 milestone Sep 17, 2018
@jasmussen jasmussen self-assigned this Sep 17, 2018
@jasmussen jasmussen requested review from oandregal and a team September 17, 2018 08:21
@jasmussen jasmussen mentioned this pull request Sep 17, 2018
10 tasks
@@ -93,6 +93,7 @@
.editor-block-mover__control-drag-handle {
cursor: move; // Fallback for IE/Edge < 14
cursor: grab;
fill: currentColor;
Copy link
Contributor

Choose a reason for hiding this comment

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

Some people asked about "dark theme" support for the drag handle, will this fix it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can you clarify "dark theme" support? Because there's one issue for providing an actual dark theme for Gutenberg.

But yes, if paired with add_theme_support( 'dark-editor-style' ); and a dark editor style, this handle would be inverted.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I believe it's about add_theme_support( 'dark-editor-style' ); I just saw this here https://wordpress.slack.com/archives/C02QB2JS7/p1537090223000100

Copy link
Contributor

@youknowriad youknowriad left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@jasmussen jasmussen merged commit 41cb78b into master Sep 17, 2018
@jasmussen jasmussen deleted the update/drag-handle-color branch September 17, 2018 08:51
mcsf pushed a commit that referenced this pull request Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants