Fix dark theme issues with spy toggle and spy pane (#13345) (#14448)

* Fix dark theme issues with spy toggle and spy pane

* Port dark theme portion of styling kuiIcon into uiFramework library
This commit is contained in:
Stacey Gammon 2017-10-13 09:22:10 -04:00 committed by GitHub
parent bab251fe6a
commit d546ff2828
3 changed files with 14 additions and 0 deletions

View file

@ -256,6 +256,10 @@
border-top-color: @visualize-show-spy-border;
}
visualize-spy {
background-color: @visualize-spy-container-pre-bg;
}
.visualize-spy-container {
pre {
border-color: @visualize-show-spy-border;

View file

@ -48,6 +48,10 @@
&:hover {
opacity: 1;
}
@include darkTheme {
color: $globalTextColor--darkTheme !important; /* 1 */
}
}
/**

View file

@ -630,6 +630,9 @@ body {
opacity: 0.35; }
.kuiCollapseButton:hover {
opacity: 1; }
.theme-dark .kuiCollapseButton {
color: #cecece !important;
/* 1 */ }
/**
* 1. If we use margins instead, columns get pushed to the next line.
@ -1585,6 +1588,9 @@ body {
.theme-dark .kuiLocalDropdownCloseButton {
color: #cecece !important;
/* 1 */ }
.theme-dark .kuiLocalDropdownCloseButton {
color: #cecece !important;
/* 1 */ }
.kuiLocalDropdownPanels {
display: -webkit-box;