-
Notifications
You must be signed in to change notification settings - Fork 916
/
discover_sidebar.scss
61 lines (50 loc) · 1.21 KB
/
discover_sidebar.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/
.deSidebar_panel {
.dscSideBar_searchContainer {
border-bottom: $euiBorderThin;
.toggleFieldFilterButton {
border: none;
background-color: $euiFormInputGroupLabelBackground;
}
.dscSideBar_searchInput {
box-shadow: none;
border: $euiBorderThin;
background-color: $euiFormBackgroundColor;
}
}
.dscSideBar_fieldListContainer {
padding-top: $euiSizeS;
}
.deSidebar_dataSource {
padding-bottom: 0;
}
.datasetSelector__button {
border-radius: $euiFormControlCompressedBorderRadius;
border-color: $euiFormBorderColor;
background-color: $euiFormBackgroundColor;
& > .euiButtonContent {
justify-content: space-between;
.euiIcon {
fill: $euiTextSubduedColor;
}
}
}
}
.dscSideBar_fieldGroup {
width: 100%;
.euiButtonEmpty__content {
font-size: $euiFontSizeXS;
font-weight: $euiFontWeightSemiBold;
justify-content: flex-start;
padding-left: $euiSizeM + 2px;
}
}
.dscSidebar__item:hover,
.dscSidebar__item:focus {
background-color: $euiColorLightestShade;
padding-left: $euiSizeXS;
margin-left: -$euiSizeXS;
}