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

* 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-08-08 15:21:00 -04:00 committed by GitHub
parent 542d553fe2
commit b5e13ff1d0
3 changed files with 14 additions and 0 deletions

View file

@ -268,6 +268,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

@ -680,6 +680,9 @@ main {
opacity: 0.35; }
.kuiCollapseButton:hover {
opacity: 1; }
.theme-dark .kuiCollapseButton {
color: #cecece !important;
/* 1 */ }
.kuiColorPicker {
cursor: pointer; }
@ -1824,6 +1827,9 @@ main {
.theme-dark .kuiLocalDropdownCloseButton {
color: #cecece !important;
/* 1 */ }
.theme-dark .kuiLocalDropdownCloseButton {
color: #cecece !important;
/* 1 */ }
.kuiLocalDropdownPanels {
display: -webkit-box;