mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
542d553fe2
commit
b5e13ff1d0
3 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -48,6 +48,10 @@
|
|||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@include darkTheme {
|
||||
color: $globalTextColor--darkTheme !important; /* 1 */
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
6
ui_framework/dist/ui_framework.css
vendored
6
ui_framework/dist/ui_framework.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue