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 dark theme issues with spy toggle and spy pane #13345

Merged
merged 2 commits into from
Aug 8, 2017

Conversation

stacey-gammon
Copy link
Contributor

Fixes #13325 and #12181

Before:

screen shot 2017-08-04 at 1 18 57 pm

screen shot 2017-08-04 at 1 19 06 pm

After:
screen shot 2017-08-04 at 1 27 54 pm
screen shot 2017-08-04 at 1 28 08 pm

@stacey-gammon stacey-gammon requested a review from snide August 4, 2017 17:29
@stacey-gammon stacey-gammon added Feature:Dashboard Dashboard related features Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. :Sharing review v6.0.0-rc1 labels Aug 4, 2017
Copy link
Contributor

@snide snide left a comment

Choose a reason for hiding this comment

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

My guess, looking at this .less file is that @cjcenizal would probably prefer you do this in the ui_framework itself over here...

https://github.com/elastic/kibana/blob/master/ui_framework/components/icon/_icon.scss

You can use the @include darkTheme mixin to apply the value. You can see a similar application in the button.scss file.

@@ -254,6 +254,14 @@
// /src/ui/public/visualize/visualize.less
.visualize-show-spy {
border-top-color: @visualize-show-spy-border;

.kuiIcon {
Copy link
Contributor

Choose a reason for hiding this comment

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

This one specifically.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, good point, and done!

Copy link
Contributor

@snide snide left a comment

Choose a reason for hiding this comment

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

Solid.

@stacey-gammon stacey-gammon merged commit b5e13ff into elastic:master Aug 8, 2017
stacey-gammon added a commit to stacey-gammon/kibana that referenced this pull request Aug 8, 2017
* Fix dark theme issues with spy toggle and spy pane

* Port dark theme portion of styling kuiIcon into uiFramework library
stacey-gammon added a commit to stacey-gammon/kibana that referenced this pull request Aug 8, 2017
* Fix dark theme issues with spy toggle and spy pane

* Port dark theme portion of styling kuiIcon into uiFramework library
stacey-gammon added a commit that referenced this pull request Aug 9, 2017
* Fix dark theme issues with spy toggle and spy pane

* Port dark theme portion of styling kuiIcon into uiFramework library
stacey-gammon added a commit that referenced this pull request Aug 9, 2017
* Fix dark theme issues with spy toggle and spy pane

* Port dark theme portion of styling kuiIcon into uiFramework library
stacey-gammon added a commit to stacey-gammon/kibana that referenced this pull request Oct 12, 2017
* Fix dark theme issues with spy toggle and spy pane

* Port dark theme portion of styling kuiIcon into uiFramework library
stacey-gammon added a commit that referenced this pull request Oct 13, 2017
* Fix dark theme issues with spy toggle and spy pane

* Port dark theme portion of styling kuiIcon into uiFramework library
@stacey-gammon stacey-gammon deleted the fix/dark-theme-issues branch October 24, 2017 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Dashboard Dashboard related features review Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. v5.6.4 v6.0.0-rc1 v6.1.0 v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants