@elastic/eui 65.0.2 → 66.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_theme_dark.css +24 -196
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +24 -196
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/basic_table/basic_table.js +13 -2
- package/es/components/basic_table/in_memory_table.js +13 -2
- package/es/components/card/card.styles.js +2 -2
- package/es/components/combo_box/combo_box.js +2 -15
- package/es/components/datagrid/body/data_grid_body.js +17 -6
- package/es/components/datagrid/body/data_grid_cell.js +29 -12
- package/es/components/datagrid/body/header/data_grid_header_cell.js +17 -6
- package/es/components/datagrid/body/header/data_grid_header_row.js +17 -6
- package/es/components/datagrid/data_grid.js +17 -6
- package/es/components/datagrid/utils/in_memory.js +17 -6
- package/es/components/description_list/description_list.js +11 -3
- package/es/components/description_list/description_list_context.js +2 -1
- package/es/components/description_list/description_list_description.js +3 -1
- package/es/components/description_list/description_list_description.styles.js +5 -2
- package/es/components/description_list/description_list_title.js +3 -2
- package/es/components/description_list/description_list_title.styles.js +7 -3
- package/es/components/description_list/description_list_types.js +2 -1
- package/es/components/form/field_search/field_search.js +6 -16
- package/es/components/form/range/range_input.js +1 -1
- package/es/components/header/header_section/header_section_item.js +4 -3
- package/es/components/icon/icon.js +1 -9
- package/es/components/list_group/list_group.js +7 -1
- package/es/components/list_group/list_group_item.js +10 -3
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +13 -1
- package/es/components/modal/modal.js +1 -3
- package/es/components/observer/mutation_observer/mutation_observer.js +1 -1
- package/es/components/page/page_sidebar/page_sidebar.js +5 -1
- package/es/components/table/table_row_cell.js +4 -6
- package/es/components/tabs/tabbed_content/tabbed_content.js +2 -19
- package/es/global_styling/mixins/_typography.js +1 -1
- package/es/services/theme/hooks.js +11 -16
- package/eui.d.ts +29 -10
- package/i18ntokens.json +18 -18
- package/lib/components/basic_table/basic_table.js +13 -2
- package/lib/components/basic_table/in_memory_table.js +13 -2
- package/lib/components/card/card.styles.js +2 -2
- package/lib/components/combo_box/combo_box.js +2 -15
- package/lib/components/datagrid/body/data_grid_body.js +17 -6
- package/lib/components/datagrid/body/data_grid_cell.js +29 -12
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +17 -6
- package/lib/components/datagrid/body/header/data_grid_header_row.js +17 -6
- package/lib/components/datagrid/data_grid.js +17 -6
- package/lib/components/datagrid/utils/in_memory.js +17 -6
- package/lib/components/description_list/description_list.js +11 -3
- package/lib/components/description_list/description_list_context.js +2 -1
- package/lib/components/description_list/description_list_description.js +3 -1
- package/lib/components/description_list/description_list_description.styles.js +5 -2
- package/lib/components/description_list/description_list_title.js +3 -2
- package/lib/components/description_list/description_list_title.styles.js +7 -3
- package/lib/components/description_list/description_list_types.js +4 -2
- package/lib/components/form/field_search/field_search.js +6 -16
- package/lib/components/form/range/range_input.js +1 -1
- package/lib/components/header/header_section/header_section_item.js +4 -3
- package/lib/components/icon/icon.js +1 -9
- package/lib/components/list_group/list_group.js +7 -1
- package/lib/components/list_group/list_group_item.js +10 -3
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +13 -1
- package/lib/components/modal/modal.js +1 -3
- package/lib/components/observer/mutation_observer/mutation_observer.js +1 -1
- package/lib/components/page/page_sidebar/page_sidebar.js +5 -1
- package/lib/components/table/table_row_cell.js +4 -6
- package/lib/components/tabs/tabbed_content/tabbed_content.js +2 -19
- package/lib/global_styling/mixins/_typography.js +1 -1
- package/lib/services/theme/hooks.js +10 -15
- package/optimize/es/components/card/card.styles.js +2 -2
- package/optimize/es/components/combo_box/combo_box.js +2 -15
- package/optimize/es/components/description_list/description_list.js +5 -2
- package/optimize/es/components/description_list/description_list_context.js +2 -1
- package/optimize/es/components/description_list/description_list_description.js +3 -1
- package/optimize/es/components/description_list/description_list_description.styles.js +5 -2
- package/optimize/es/components/description_list/description_list_title.js +3 -2
- package/optimize/es/components/description_list/description_list_title.styles.js +7 -3
- package/optimize/es/components/description_list/description_list_types.js +2 -1
- package/optimize/es/components/form/field_search/field_search.js +6 -16
- package/optimize/es/components/form/range/range_input.js +1 -1
- package/optimize/es/components/header/header_section/header_section_item.js +4 -3
- package/optimize/es/components/icon/icon.js +1 -9
- package/optimize/es/components/list_group/list_group_item.js +3 -2
- package/optimize/es/components/modal/modal.js +1 -3
- package/optimize/es/components/observer/mutation_observer/mutation_observer.js +1 -1
- package/optimize/es/components/page/page_sidebar/page_sidebar.js +5 -1
- package/optimize/es/components/tabs/tabbed_content/tabbed_content.js +2 -19
- package/optimize/es/global_styling/mixins/_typography.js +1 -1
- package/optimize/es/services/theme/hooks.js +11 -16
- package/optimize/lib/components/card/card.styles.js +2 -2
- package/optimize/lib/components/combo_box/combo_box.js +2 -15
- package/optimize/lib/components/description_list/description_list.js +5 -2
- package/optimize/lib/components/description_list/description_list_context.js +2 -1
- package/optimize/lib/components/description_list/description_list_description.js +3 -1
- package/optimize/lib/components/description_list/description_list_description.styles.js +5 -2
- package/optimize/lib/components/description_list/description_list_title.js +3 -2
- package/optimize/lib/components/description_list/description_list_title.styles.js +7 -3
- package/optimize/lib/components/description_list/description_list_types.js +4 -2
- package/optimize/lib/components/form/field_search/field_search.js +6 -16
- package/optimize/lib/components/form/range/range_input.js +1 -1
- package/optimize/lib/components/header/header_section/header_section_item.js +4 -3
- package/optimize/lib/components/icon/icon.js +1 -9
- package/optimize/lib/components/list_group/list_group_item.js +3 -2
- package/optimize/lib/components/modal/modal.js +1 -3
- package/optimize/lib/components/observer/mutation_observer/mutation_observer.js +1 -1
- package/optimize/lib/components/page/page_sidebar/page_sidebar.js +5 -1
- package/optimize/lib/components/tabs/tabbed_content/tabbed_content.js +2 -19
- package/optimize/lib/global_styling/mixins/_typography.js +1 -1
- package/optimize/lib/services/theme/hooks.js +10 -15
- package/package.json +1 -1
- package/src/components/badge/_badge.scss +0 -5
- package/src/components/datagrid/body/header/_data_grid_header_row.scss +1 -1
- package/src/components/filter_group/_filter_group.scss +3 -1
- package/src/components/flex/_flex_group.scss +2 -11
- package/src/components/flex/_flex_item.scss +0 -6
- package/src/components/form/field_search/_field_search.scss +0 -5
- package/src/components/form/form_control_layout/_form_control_layout_delimited.scss +0 -3
- package/src/components/form/form_row/_form_row.scss +0 -1
- package/src/components/header/header_section/_header_section_item.scss +1 -1
- package/src/components/list_group/_list_group_item.scss +3 -25
- package/src/components/modal/_modal.scss +5 -20
- package/src/components/page/page_content/_page_content.scss +0 -1
- package/src/components/table/_responsive.scss +0 -1
- package/src/components/table/_table.scss +0 -5
- package/src/global_styling/mixins/_form.scss +0 -4
- package/src/global_styling/mixins/_helpers.scss +0 -8
- package/src/global_styling/mixins/_typography.scss +1 -5
- package/src/global_styling/utility/_index.scss +0 -1
- package/test-env/components/basic_table/basic_table.js +13 -2
- package/test-env/components/basic_table/in_memory_table.js +13 -2
- package/test-env/components/card/card.styles.js +2 -2
- package/test-env/components/combo_box/combo_box.js +2 -15
- package/test-env/components/datagrid/body/data_grid_body.js +17 -6
- package/test-env/components/datagrid/body/data_grid_cell.js +29 -12
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +17 -6
- package/test-env/components/datagrid/body/header/data_grid_header_row.js +17 -6
- package/test-env/components/datagrid/data_grid.js +17 -6
- package/test-env/components/datagrid/utils/in_memory.js +17 -6
- package/test-env/components/description_list/description_list.js +11 -3
- package/test-env/components/description_list/description_list_context.js +2 -1
- package/test-env/components/description_list/description_list_description.js +3 -1
- package/test-env/components/description_list/description_list_description.styles.js +5 -2
- package/test-env/components/description_list/description_list_title.js +3 -2
- package/test-env/components/description_list/description_list_title.styles.js +7 -3
- package/test-env/components/description_list/description_list_types.js +4 -2
- package/test-env/components/form/field_search/field_search.js +6 -16
- package/test-env/components/form/range/range_input.js +1 -1
- package/test-env/components/header/header_section/header_section_item.js +4 -3
- package/test-env/components/list_group/list_group.js +7 -1
- package/test-env/components/list_group/list_group_item.js +10 -3
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +13 -1
- package/test-env/components/modal/modal.js +1 -3
- package/test-env/components/observer/mutation_observer/mutation_observer.js +1 -1
- package/test-env/components/page/page_sidebar/page_sidebar.js +5 -1
- package/test-env/components/table/table_row_cell.js +4 -6
- package/test-env/components/tabs/tabbed_content/tabbed_content.js +2 -19
- package/test-env/global_styling/mixins/_typography.js +1 -1
- package/test-env/services/theme/hooks.js +10 -15
- package/src/global_styling/utility/_utility.scss +0 -15
package/dist/eui_theme_dark.css
CHANGED
|
@@ -129,20 +129,6 @@ SOFTWARE.
|
|
|
129
129
|
-webkit-transform: translateY(1px);
|
|
130
130
|
transform: translateY(1px); } }
|
|
131
131
|
|
|
132
|
-
/**
|
|
133
|
-
* IE doesn't properly wrap groups if it is within a flex-item of a flex-group.
|
|
134
|
-
* Adding the following styles to the flex-item that contains the wrapping group, will fix IE.
|
|
135
|
-
* https://github.com/philipwalton/flexbugs/issues/104
|
|
136
|
-
*/
|
|
137
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
138
|
-
.euiIEFlexWrapFix {
|
|
139
|
-
-webkit-flex-grow: 1;
|
|
140
|
-
flex-grow: 1;
|
|
141
|
-
-webkit-flex-shrink: 1;
|
|
142
|
-
flex-shrink: 1;
|
|
143
|
-
-webkit-flex-basis: 0%;
|
|
144
|
-
flex-basis: 0%; } }
|
|
145
|
-
|
|
146
132
|
/**
|
|
147
133
|
* LEGEND
|
|
148
134
|
* __day-name : Week headers like Su, Mo, etc
|
|
@@ -468,11 +454,6 @@ SOFTWARE.
|
|
|
468
454
|
.react-datepicker__month-read-view,
|
|
469
455
|
.react-datepicker__month-year-read-view {
|
|
470
456
|
transition-property: box-shadow, background-image, background-size; } }
|
|
471
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
472
|
-
.react-datepicker__year-read-view,
|
|
473
|
-
.react-datepicker__month-read-view,
|
|
474
|
-
.react-datepicker__month-year-read-view {
|
|
475
|
-
line-height: 1em; } }
|
|
476
457
|
.react-datepicker__year-read-view::-webkit-input-placeholder,
|
|
477
458
|
.react-datepicker__month-read-view::-webkit-input-placeholder,
|
|
478
459
|
.react-datepicker__month-year-read-view::-webkit-input-placeholder {
|
|
@@ -522,8 +503,7 @@ SOFTWARE.
|
|
|
522
503
|
max-width: 100%;
|
|
523
504
|
overflow: hidden !important;
|
|
524
505
|
text-overflow: ellipsis !important;
|
|
525
|
-
white-space: nowrap !important;
|
|
526
|
-
word-wrap: normal !important; }
|
|
506
|
+
white-space: nowrap !important; }
|
|
527
507
|
|
|
528
508
|
.react-datepicker__year-dropdown-container,
|
|
529
509
|
.react-datepicker__month-dropdown-container {
|
|
@@ -729,8 +709,7 @@ SOFTWARE.
|
|
|
729
709
|
max-width: 100%;
|
|
730
710
|
overflow: hidden !important;
|
|
731
711
|
text-overflow: ellipsis !important;
|
|
732
|
-
white-space: nowrap !important;
|
|
733
|
-
word-wrap: normal !important; }
|
|
712
|
+
white-space: nowrap !important; }
|
|
734
713
|
|
|
735
714
|
.react-datepicker__month {
|
|
736
715
|
text-align: center;
|
|
@@ -811,9 +790,6 @@ SOFTWARE.
|
|
|
811
790
|
overflow: hidden !important;
|
|
812
791
|
text-overflow: ellipsis !important;
|
|
813
792
|
white-space: nowrap !important;
|
|
814
|
-
word-wrap: normal !important;
|
|
815
|
-
-webkit-flex: 1 1 auto;
|
|
816
|
-
flex: 1 1 auto;
|
|
817
793
|
text-align: inherit;
|
|
818
794
|
font-weight: inherit;
|
|
819
795
|
line-height: inherit;
|
|
@@ -823,8 +799,6 @@ SOFTWARE.
|
|
|
823
799
|
.euiBadge .euiBadge__childButton:not(:disabled):hover, .euiBadge .euiBadge__childButton:not(:disabled):focus {
|
|
824
800
|
text-decoration: underline; }
|
|
825
801
|
.euiBadge .euiBadge__iconButton {
|
|
826
|
-
-webkit-flex: 0 0 auto;
|
|
827
|
-
flex: 0 0 auto;
|
|
828
802
|
font-size: 0;
|
|
829
803
|
margin-left: 4px; }
|
|
830
804
|
.euiBadge .euiBadge__iconButton:focus {
|
|
@@ -840,15 +814,9 @@ SOFTWARE.
|
|
|
840
814
|
overflow: hidden !important;
|
|
841
815
|
text-overflow: ellipsis !important;
|
|
842
816
|
white-space: nowrap !important;
|
|
843
|
-
word-wrap: normal !important;
|
|
844
|
-
-webkit-flex: 1 1 auto;
|
|
845
|
-
flex: 1 1 auto;
|
|
846
817
|
cursor: default; }
|
|
847
|
-
.euiBadge .euiBadge__icon {
|
|
848
|
-
-
|
|
849
|
-
flex: 0 0 auto; }
|
|
850
|
-
.euiBadge .euiBadge__icon:not(:only-child) {
|
|
851
|
-
margin-left: 4px; }
|
|
818
|
+
.euiBadge .euiBadge__icon:not(:only-child) {
|
|
819
|
+
margin-left: 4px; }
|
|
852
820
|
.euiBadge.euiBadge--iconLeft .euiBadge__content {
|
|
853
821
|
-webkit-flex-direction: row-reverse;
|
|
854
822
|
flex-direction: row-reverse; }
|
|
@@ -2199,9 +2167,6 @@ SOFTWARE.
|
|
|
2199
2167
|
@supports (-moz-appearance: none) {
|
|
2200
2168
|
.euiComboBox .euiComboBox__inputWrap {
|
|
2201
2169
|
transition-property: box-shadow, background-image, background-size; } }
|
|
2202
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
2203
|
-
.euiComboBox .euiComboBox__inputWrap {
|
|
2204
|
-
line-height: 1em; } }
|
|
2205
2170
|
.euiComboBox .euiComboBox__inputWrap::-webkit-input-placeholder {
|
|
2206
2171
|
color: #81858f;
|
|
2207
2172
|
opacity: 1; }
|
|
@@ -2381,7 +2346,6 @@ SOFTWARE.
|
|
|
2381
2346
|
overflow: hidden !important;
|
|
2382
2347
|
text-overflow: ellipsis !important;
|
|
2383
2348
|
white-space: nowrap !important;
|
|
2384
|
-
word-wrap: normal !important;
|
|
2385
2349
|
line-height: 24px;
|
|
2386
2350
|
font-size: 14px;
|
|
2387
2351
|
padding: 0;
|
|
@@ -2394,7 +2358,6 @@ SOFTWARE.
|
|
|
2394
2358
|
overflow: hidden !important;
|
|
2395
2359
|
text-overflow: ellipsis !important;
|
|
2396
2360
|
white-space: nowrap !important;
|
|
2397
|
-
word-wrap: normal !important;
|
|
2398
2361
|
padding-right: 40px;
|
|
2399
2362
|
position: absolute;
|
|
2400
2363
|
pointer-events: none;
|
|
@@ -2416,7 +2379,6 @@ SOFTWARE.
|
|
|
2416
2379
|
|
|
2417
2380
|
.euiComboBoxOptionsList__empty {
|
|
2418
2381
|
overflow-wrap: break-word !important;
|
|
2419
|
-
word-wrap: break-word !important;
|
|
2420
2382
|
word-break: break-word;
|
|
2421
2383
|
/* 2 */
|
|
2422
2384
|
padding: 8px;
|
|
@@ -2554,7 +2516,6 @@ SOFTWARE.
|
|
|
2554
2516
|
|
|
2555
2517
|
.euiContextMenuPanelTitle {
|
|
2556
2518
|
overflow-wrap: break-word !important;
|
|
2557
|
-
word-wrap: break-word !important;
|
|
2558
2519
|
word-break: break-word;
|
|
2559
2520
|
color: #DFE5EF;
|
|
2560
2521
|
font-size: 14px;
|
|
@@ -2816,7 +2777,6 @@ SOFTWARE.
|
|
|
2816
2777
|
overflow: hidden !important;
|
|
2817
2778
|
text-overflow: ellipsis !important;
|
|
2818
2779
|
white-space: nowrap !important;
|
|
2819
|
-
word-wrap: normal !important;
|
|
2820
2780
|
font-size: 14px;
|
|
2821
2781
|
font-size: 1rem;
|
|
2822
2782
|
line-height: 1.71429rem;
|
|
@@ -2830,7 +2790,6 @@ SOFTWARE.
|
|
|
2830
2790
|
overflow: hidden !important;
|
|
2831
2791
|
text-overflow: ellipsis !important;
|
|
2832
2792
|
white-space: nowrap !important;
|
|
2833
|
-
word-wrap: normal !important;
|
|
2834
2793
|
font-size: 14px;
|
|
2835
2794
|
font-size: 1rem;
|
|
2836
2795
|
line-height: 1.71429rem;
|
|
@@ -3107,9 +3066,6 @@ SOFTWARE.
|
|
|
3107
3066
|
word-break: break-all;
|
|
3108
3067
|
transition: background 150ms ease-in;
|
|
3109
3068
|
background-size: 100%; }
|
|
3110
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
3111
|
-
.euiDatePopoverButton {
|
|
3112
|
-
line-height: 1em; } }
|
|
3113
3069
|
.euiDatePopoverButton::-webkit-input-placeholder {
|
|
3114
3070
|
color: #81858f;
|
|
3115
3071
|
opacity: 1; }
|
|
@@ -3260,9 +3216,6 @@ SOFTWARE.
|
|
|
3260
3216
|
-webkit-justify-content: space-between;
|
|
3261
3217
|
justify-content: space-between;
|
|
3262
3218
|
text-align: left; }
|
|
3263
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
3264
|
-
.euiSuperDatePicker__prettyFormat {
|
|
3265
|
-
line-height: 1em; } }
|
|
3266
3219
|
.euiSuperDatePicker__prettyFormat::-webkit-input-placeholder {
|
|
3267
3220
|
color: #81858f;
|
|
3268
3221
|
opacity: 1; }
|
|
@@ -3451,7 +3404,6 @@ SOFTWARE.
|
|
|
3451
3404
|
overflow: hidden !important;
|
|
3452
3405
|
text-overflow: ellipsis !important;
|
|
3453
3406
|
white-space: nowrap !important;
|
|
3454
|
-
word-wrap: normal !important;
|
|
3455
3407
|
overflow: hidden;
|
|
3456
3408
|
white-space: nowrap;
|
|
3457
3409
|
text-align: left;
|
|
@@ -3651,7 +3603,6 @@ SOFTWARE.
|
|
|
3651
3603
|
text-transform: capitalize; }
|
|
3652
3604
|
.euiDataGridRowCell .euiDataGridRowCell__definedHeight {
|
|
3653
3605
|
overflow-wrap: break-word !important;
|
|
3654
|
-
word-wrap: break-word !important;
|
|
3655
3606
|
word-break: break-word;
|
|
3656
3607
|
-webkit-flex-grow: 1;
|
|
3657
3608
|
flex-grow: 1; }
|
|
@@ -3662,7 +3613,6 @@ SOFTWARE.
|
|
|
3662
3613
|
overflow: hidden !important;
|
|
3663
3614
|
text-overflow: ellipsis !important;
|
|
3664
3615
|
white-space: nowrap !important;
|
|
3665
|
-
word-wrap: normal !important;
|
|
3666
3616
|
overflow: hidden;
|
|
3667
3617
|
white-space: nowrap; }
|
|
3668
3618
|
|
|
@@ -4311,7 +4261,6 @@ SOFTWARE.
|
|
|
4311
4261
|
overflow: hidden !important;
|
|
4312
4262
|
text-overflow: ellipsis !important;
|
|
4313
4263
|
white-space: nowrap !important;
|
|
4314
|
-
word-wrap: normal !important;
|
|
4315
4264
|
min-width: 48px; }
|
|
4316
4265
|
.euiFilterButton__textShift::after {
|
|
4317
4266
|
display: block;
|
|
@@ -4352,8 +4301,7 @@ SOFTWARE.
|
|
|
4352
4301
|
max-width: 100%;
|
|
4353
4302
|
overflow: hidden !important;
|
|
4354
4303
|
text-overflow: ellipsis !important;
|
|
4355
|
-
white-space: nowrap !important;
|
|
4356
|
-
word-wrap: normal !important; }
|
|
4304
|
+
white-space: nowrap !important; }
|
|
4357
4305
|
|
|
4358
4306
|
.euiFilterSelect__items {
|
|
4359
4307
|
scrollbar-color: rgba(152, 162, 179, 0.5) transparent;
|
|
@@ -4385,27 +4333,18 @@ SOFTWARE.
|
|
|
4385
4333
|
color: #98A2B3;
|
|
4386
4334
|
font-size: 14px; }
|
|
4387
4335
|
|
|
4388
|
-
/**
|
|
4389
|
-
* 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements.
|
|
4390
|
-
* 2. IE requires a unit to grow.
|
|
4391
|
-
*/
|
|
4392
4336
|
.euiFlexGroup {
|
|
4393
4337
|
display: -webkit-flex;
|
|
4394
4338
|
display: flex;
|
|
4395
4339
|
-webkit-align-items: stretch;
|
|
4396
4340
|
align-items: stretch;
|
|
4397
4341
|
-webkit-flex-grow: 1;
|
|
4398
|
-
flex-grow: 1;
|
|
4399
|
-
/* 1 */ }
|
|
4342
|
+
flex-grow: 1; }
|
|
4400
4343
|
.euiFlexGroup .euiFlexItem {
|
|
4401
4344
|
-webkit-flex-grow: 1;
|
|
4402
4345
|
flex-grow: 1;
|
|
4403
4346
|
-webkit-flex-basis: 0%;
|
|
4404
|
-
flex-basis: 0%;
|
|
4405
|
-
/* 2 */ }
|
|
4406
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
4407
|
-
.euiFlexGroup .euiFlexItem {
|
|
4408
|
-
min-width: 1px; } }
|
|
4347
|
+
flex-basis: 0%; }
|
|
4409
4348
|
|
|
4410
4349
|
.euiFlexGroup--gutterExtraSmall {
|
|
4411
4350
|
margin: -2px; }
|
|
@@ -4844,8 +4783,6 @@ SOFTWARE.
|
|
|
4844
4783
|
|
|
4845
4784
|
/**
|
|
4846
4785
|
* 1. Allow EuiPanels to expand to fill the item.
|
|
4847
|
-
* 2. IE11 hack forces inner content of flex items to respect a higher parent's width (mostly) and
|
|
4848
|
-
* not cause weird wrapping issues.
|
|
4849
4786
|
*/
|
|
4850
4787
|
.euiFlexItem {
|
|
4851
4788
|
display: -webkit-flex;
|
|
@@ -4858,10 +4795,6 @@ SOFTWARE.
|
|
|
4858
4795
|
* 1. We need the extra specificity here to override the FlexGroup > FlexItem styles.
|
|
4859
4796
|
* 2. FlexItem can be manually set to not grow if needed.
|
|
4860
4797
|
*/ }
|
|
4861
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
4862
|
-
.euiFlexItem {
|
|
4863
|
-
min-width: 1px;
|
|
4864
|
-
/* 2 */ } }
|
|
4865
4798
|
.euiFlexItem.euiFlexItem--flexGrowZero {
|
|
4866
4799
|
/* 1 */
|
|
4867
4800
|
-webkit-flex-grow: 0;
|
|
@@ -5348,9 +5281,6 @@ SOFTWARE.
|
|
|
5348
5281
|
@supports (-moz-appearance: none) {
|
|
5349
5282
|
.euiFieldNumber {
|
|
5350
5283
|
transition-property: box-shadow, background-image, background-size; } }
|
|
5351
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
5352
|
-
.euiFieldNumber {
|
|
5353
|
-
line-height: 1em; } }
|
|
5354
5284
|
.euiFieldNumber::-webkit-input-placeholder {
|
|
5355
5285
|
color: #81858f;
|
|
5356
5286
|
opacity: 1; }
|
|
@@ -5477,9 +5407,6 @@ SOFTWARE.
|
|
|
5477
5407
|
@supports (-moz-appearance: none) {
|
|
5478
5408
|
.euiFieldPassword {
|
|
5479
5409
|
transition-property: box-shadow, background-image, background-size; } }
|
|
5480
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
5481
|
-
.euiFieldPassword {
|
|
5482
|
-
line-height: 1em; } }
|
|
5483
5410
|
.euiFieldPassword::-webkit-input-placeholder {
|
|
5484
5411
|
color: #81858f;
|
|
5485
5412
|
opacity: 1; }
|
|
@@ -5578,7 +5505,6 @@ SOFTWARE.
|
|
|
5578
5505
|
/*
|
|
5579
5506
|
* 1. Fix for Safari to ensure that it renders like a normal text input
|
|
5580
5507
|
* and doesn't add extra spacing around text
|
|
5581
|
-
* 2. Remove the X clear button from input type search in Chrome and IE
|
|
5582
5508
|
*/
|
|
5583
5509
|
.euiFieldSearch {
|
|
5584
5510
|
max-width: 400px;
|
|
@@ -5613,9 +5539,6 @@ SOFTWARE.
|
|
|
5613
5539
|
@supports (-moz-appearance: none) {
|
|
5614
5540
|
.euiFieldSearch {
|
|
5615
5541
|
transition-property: box-shadow, background-image, background-size; } }
|
|
5616
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
5617
|
-
.euiFieldSearch {
|
|
5618
|
-
line-height: 1em; } }
|
|
5619
5542
|
.euiFieldSearch::-webkit-input-placeholder {
|
|
5620
5543
|
color: #81858f;
|
|
5621
5544
|
opacity: 1; }
|
|
@@ -5712,9 +5635,6 @@ SOFTWARE.
|
|
|
5712
5635
|
.euiFieldSearch::-webkit-search-decoration, .euiFieldSearch::-webkit-search-cancel-button {
|
|
5713
5636
|
-webkit-appearance: none;
|
|
5714
5637
|
/* 1, 2 */ }
|
|
5715
|
-
.euiFieldSearch::-ms-clear {
|
|
5716
|
-
display: none;
|
|
5717
|
-
/* 2 */ }
|
|
5718
5638
|
|
|
5719
5639
|
.euiFieldSearch--compressed {
|
|
5720
5640
|
padding-left: 32px; }
|
|
@@ -5752,9 +5672,6 @@ SOFTWARE.
|
|
|
5752
5672
|
@supports (-moz-appearance: none) {
|
|
5753
5673
|
.euiFieldText {
|
|
5754
5674
|
transition-property: box-shadow, background-image, background-size; } }
|
|
5755
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
5756
|
-
.euiFieldText {
|
|
5757
|
-
line-height: 1em; } }
|
|
5758
5675
|
.euiFieldText::-webkit-input-placeholder {
|
|
5759
5676
|
color: #81858f;
|
|
5760
5677
|
opacity: 1; }
|
|
@@ -5973,7 +5890,6 @@ SOFTWARE.
|
|
|
5973
5890
|
overflow: hidden !important;
|
|
5974
5891
|
text-overflow: ellipsis !important;
|
|
5975
5892
|
white-space: nowrap !important;
|
|
5976
|
-
word-wrap: normal !important;
|
|
5977
5893
|
line-height: 16px; }
|
|
5978
5894
|
.euiFilePicker:not(.euiFilePicker--large):not(.euiFilePicker-hasFiles) .euiFilePicker__promptText {
|
|
5979
5895
|
color: #535966; }
|
|
@@ -6126,9 +6042,6 @@ SOFTWARE.
|
|
|
6126
6042
|
@supports (-moz-appearance: none) {
|
|
6127
6043
|
.euiSelect {
|
|
6128
6044
|
transition-property: box-shadow, background-image, background-size; } }
|
|
6129
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
6130
|
-
.euiSelect {
|
|
6131
|
-
line-height: 1em; } }
|
|
6132
6045
|
.euiSelect::-webkit-input-placeholder {
|
|
6133
6046
|
color: #81858f;
|
|
6134
6047
|
opacity: 1; }
|
|
@@ -6323,9 +6236,6 @@ SOFTWARE.
|
|
|
6323
6236
|
@supports (-moz-appearance: none) {
|
|
6324
6237
|
.euiSuperSelectControl {
|
|
6325
6238
|
transition-property: box-shadow, background-image, background-size; } }
|
|
6326
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
6327
|
-
.euiSuperSelectControl {
|
|
6328
|
-
line-height: 1em; } }
|
|
6329
6239
|
.euiSuperSelectControl::-webkit-input-placeholder {
|
|
6330
6240
|
color: #81858f;
|
|
6331
6241
|
opacity: 1; }
|
|
@@ -6503,7 +6413,6 @@ SOFTWARE.
|
|
|
6503
6413
|
overflow: hidden !important;
|
|
6504
6414
|
text-overflow: ellipsis !important;
|
|
6505
6415
|
white-space: nowrap !important;
|
|
6506
|
-
word-wrap: normal !important;
|
|
6507
6416
|
-webkit-flex-shrink: 0;
|
|
6508
6417
|
flex-shrink: 0;
|
|
6509
6418
|
height: 100%;
|
|
@@ -6634,8 +6543,6 @@ SOFTWARE.
|
|
|
6634
6543
|
transition-property: box-shadow, background-image, background-size; } }
|
|
6635
6544
|
.euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutDelimited__input {
|
|
6636
6545
|
height: 100%;
|
|
6637
|
-
padding-top: 0;
|
|
6638
|
-
padding-bottom: 0;
|
|
6639
6546
|
padding-left: 8px;
|
|
6640
6547
|
padding-right: 8px; }
|
|
6641
6548
|
.euiFormControlLayoutDelimited[class*='--compressed'] .euiFormControlLayoutIcons {
|
|
@@ -6675,9 +6582,7 @@ SOFTWARE.
|
|
|
6675
6582
|
.euiFormControlLayoutDelimited .euiFormControlLayoutIcons {
|
|
6676
6583
|
position: static;
|
|
6677
6584
|
padding-left: 12px;
|
|
6678
|
-
padding-right: 12px;
|
|
6679
|
-
-webkit-flex-shrink: 0;
|
|
6680
|
-
flex-shrink: 0; }
|
|
6585
|
+
padding-right: 12px; }
|
|
6681
6586
|
.euiFormControlLayoutDelimited .euiFormControlLayoutIcons:not(.euiFormControlLayoutIcons--right) {
|
|
6682
6587
|
-webkit-order: -1;
|
|
6683
6588
|
order: -1; }
|
|
@@ -6798,7 +6703,6 @@ SOFTWARE.
|
|
|
6798
6703
|
font-size: 0.85714rem;
|
|
6799
6704
|
line-height: 1.14286rem;
|
|
6800
6705
|
overflow-wrap: break-word !important;
|
|
6801
|
-
word-wrap: break-word !important;
|
|
6802
6706
|
word-break: break-word;
|
|
6803
6707
|
color: #DFE5EF;
|
|
6804
6708
|
font-weight: 600; }
|
|
@@ -6823,7 +6727,6 @@ SOFTWARE.
|
|
|
6823
6727
|
font-size: 0.85714rem;
|
|
6824
6728
|
line-height: 1.14286rem;
|
|
6825
6729
|
overflow-wrap: break-word !important;
|
|
6826
|
-
word-wrap: break-word !important;
|
|
6827
6730
|
word-break: break-word;
|
|
6828
6731
|
color: #DFE5EF;
|
|
6829
6732
|
font-weight: 600;
|
|
@@ -6885,8 +6788,7 @@ SOFTWARE.
|
|
|
6885
6788
|
align-items: stretch; }
|
|
6886
6789
|
.euiFormRow--horizontal .euiFormRow__label {
|
|
6887
6790
|
-webkit-hyphens: auto;
|
|
6888
|
-
hyphens: auto;
|
|
6889
|
-
max-width: 100%; }
|
|
6791
|
+
hyphens: auto; }
|
|
6890
6792
|
.euiFormRow--horizontal .euiFormRow__labelWrapper {
|
|
6891
6793
|
display: block;
|
|
6892
6794
|
line-height: 31px;
|
|
@@ -7657,9 +7559,6 @@ SOFTWARE.
|
|
|
7657
7559
|
@supports (-moz-appearance: none) {
|
|
7658
7560
|
.euiTextArea {
|
|
7659
7561
|
transition-property: box-shadow, background-image, background-size; } }
|
|
7660
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
7661
|
-
.euiTextArea {
|
|
7662
|
-
line-height: 1em; } }
|
|
7663
7562
|
.euiTextArea::-webkit-input-placeholder {
|
|
7664
7563
|
color: #81858f;
|
|
7665
7564
|
opacity: 1; }
|
|
@@ -7869,7 +7768,6 @@ SOFTWARE.
|
|
|
7869
7768
|
|
|
7870
7769
|
.euiHeaderLogo__text {
|
|
7871
7770
|
overflow-wrap: break-word !important;
|
|
7872
|
-
word-wrap: break-word !important;
|
|
7873
7771
|
word-break: break-word;
|
|
7874
7772
|
color: #DFE5EF;
|
|
7875
7773
|
font-size: 22px;
|
|
@@ -7887,7 +7785,6 @@ SOFTWARE.
|
|
|
7887
7785
|
height: 24px; }
|
|
7888
7786
|
.euiHeaderLogo__text {
|
|
7889
7787
|
overflow-wrap: break-word !important;
|
|
7890
|
-
word-wrap: break-word !important;
|
|
7891
7788
|
word-break: break-word;
|
|
7892
7789
|
color: #DFE5EF;
|
|
7893
7790
|
font-size: 16px;
|
|
@@ -7914,7 +7811,6 @@ SOFTWARE.
|
|
|
7914
7811
|
opacity: 1; }
|
|
7915
7812
|
.euiHeaderAlert .euiHeaderAlert__title {
|
|
7916
7813
|
overflow-wrap: break-word !important;
|
|
7917
|
-
word-wrap: break-word !important;
|
|
7918
7814
|
word-break: break-word;
|
|
7919
7815
|
color: #DFE5EF;
|
|
7920
7816
|
font-size: 16px;
|
|
@@ -8174,13 +8070,9 @@ SOFTWARE.
|
|
|
8174
8070
|
align-items: center;
|
|
8175
8071
|
transition: background-color 150ms;
|
|
8176
8072
|
position: relative; }
|
|
8177
|
-
.euiListGroupItem.euiListGroupItem-isActive, .euiListGroupItem.euiListGroupItem-isClickable:hover {
|
|
8073
|
+
.euiListGroupItem.euiListGroupItem-isActive, .euiListGroupItem.euiListGroupItem-isClickable:hover, .euiListGroupItem.euiListGroupItem-isClickable:focus-within {
|
|
8178
8074
|
background-color: rgba(52, 55, 65, 0.25); }
|
|
8179
|
-
.euiListGroupItem.euiListGroupItem-isClickable:focus-within {
|
|
8180
|
-
background-color: rgba(52, 55, 65, 0.25); }
|
|
8181
|
-
.euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover {
|
|
8182
|
-
background-color: rgba(255, 255, 255, 0.1); }
|
|
8183
|
-
.euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within {
|
|
8075
|
+
.euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:hover, .euiListGroupItem.euiListGroupItem--ghost.euiListGroupItem-isClickable:focus-within {
|
|
8184
8076
|
background-color: rgba(255, 255, 255, 0.1); }
|
|
8185
8077
|
.euiListGroupItem.euiListGroupItem-isClickable:hover .euiListGroupItem__button,
|
|
8186
8078
|
.euiListGroupItem .euiListGroupItem__button:hover,
|
|
@@ -8194,17 +8086,6 @@ SOFTWARE.
|
|
|
8194
8086
|
background-color: transparent;
|
|
8195
8087
|
text-decoration: none; }
|
|
8196
8088
|
|
|
8197
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
8198
|
-
.euiListGroupItem__button:hover,
|
|
8199
|
-
.euiListGroupItem__button:focus {
|
|
8200
|
-
background-color: rgba(52, 55, 65, 0.25);
|
|
8201
|
-
border-radius: 6px; }
|
|
8202
|
-
.euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:hover,
|
|
8203
|
-
.euiListGroupItem__button:hover .euiListGroupItem--ghost .euiListGroupItem__button:focus,
|
|
8204
|
-
.euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:hover,
|
|
8205
|
-
.euiListGroupItem__button:focus .euiListGroupItem--ghost .euiListGroupItem__button:focus {
|
|
8206
|
-
background-color: rgba(255, 255, 255, 0.1); } }
|
|
8207
|
-
|
|
8208
8089
|
.euiListGroupItem__text,
|
|
8209
8090
|
.euiListGroupItem__button {
|
|
8210
8091
|
line-height: 24px;
|
|
@@ -8213,8 +8094,8 @@ SOFTWARE.
|
|
|
8213
8094
|
display: flex;
|
|
8214
8095
|
-webkit-align-items: center;
|
|
8215
8096
|
align-items: center;
|
|
8216
|
-
-webkit-flex: 1
|
|
8217
|
-
flex: 1
|
|
8097
|
+
-webkit-flex-grow: 1;
|
|
8098
|
+
flex-grow: 1;
|
|
8218
8099
|
text-align: left;
|
|
8219
8100
|
max-width: 100%;
|
|
8220
8101
|
font-weight: inherit; }
|
|
@@ -8651,9 +8532,6 @@ SOFTWARE.
|
|
|
8651
8532
|
background-size: 0% 100%;
|
|
8652
8533
|
margin: 0;
|
|
8653
8534
|
transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in; }
|
|
8654
|
-
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
|
8655
|
-
.euiMarkdownEditorTextArea {
|
|
8656
|
-
line-height: 1em; } }
|
|
8657
8535
|
.euiMarkdownEditorTextArea::-webkit-input-placeholder {
|
|
8658
8536
|
color: #81858f;
|
|
8659
8537
|
opacity: 1; }
|
|
@@ -8719,18 +8597,15 @@ SOFTWARE.
|
|
|
8719
8597
|
-webkit-transform: translateY(-1px);
|
|
8720
8598
|
transform: translateY(-1px); }
|
|
8721
8599
|
|
|
8722
|
-
/**
|
|
8723
|
-
* 1. Fix IE overflow issue (min-height) by adding a separate wrapper for the
|
|
8724
|
-
* flex display. https://github.com/philipwalton/flexbugs#flexbug-3
|
|
8725
|
-
* 2. IE has trouble with min-widths on flex elements. Use the pixel value
|
|
8726
|
-
* from our forms since that's usually the smallest we want them.
|
|
8727
|
-
*/
|
|
8728
8600
|
.euiModal {
|
|
8729
8601
|
border: 1px solid #343741;
|
|
8730
8602
|
box-shadow: 0 2.7px 9px rgba(0, 0, 0, 0.325), 0 9.4px 24px rgba(0, 0, 0, 0.225), 0 21.8px 43px rgba(0, 0, 0, 0.2);
|
|
8731
8603
|
display: -webkit-flex;
|
|
8732
8604
|
display: flex;
|
|
8733
|
-
|
|
8605
|
+
-webkit-flex-direction: column;
|
|
8606
|
+
flex-direction: column;
|
|
8607
|
+
max-height: 75vh;
|
|
8608
|
+
overflow: hidden;
|
|
8734
8609
|
position: relative;
|
|
8735
8610
|
background-color: #1D1E24;
|
|
8736
8611
|
border-radius: 6px;
|
|
@@ -8741,16 +8616,6 @@ SOFTWARE.
|
|
|
8741
8616
|
max-width: calc(100vw - 16px); }
|
|
8742
8617
|
.euiModal:focus {
|
|
8743
8618
|
outline: none; }
|
|
8744
|
-
.euiModal .euiModal__flex {
|
|
8745
|
-
/* 1 */
|
|
8746
|
-
-webkit-flex: 1 1 auto;
|
|
8747
|
-
flex: 1 1 auto;
|
|
8748
|
-
display: -webkit-flex;
|
|
8749
|
-
display: flex;
|
|
8750
|
-
-webkit-flex-direction: column;
|
|
8751
|
-
flex-direction: column;
|
|
8752
|
-
max-height: 75vh;
|
|
8753
|
-
overflow: hidden; }
|
|
8754
8619
|
|
|
8755
8620
|
.euiModal--maxWidth-default {
|
|
8756
8621
|
max-width: MIN(768px, calc(100vw - 16px)); }
|
|
@@ -8773,7 +8638,6 @@ SOFTWARE.
|
|
|
8773
8638
|
|
|
8774
8639
|
.euiModalHeader__title {
|
|
8775
8640
|
overflow-wrap: break-word !important;
|
|
8776
|
-
word-wrap: break-word !important;
|
|
8777
8641
|
word-break: break-word;
|
|
8778
8642
|
color: #DFE5EF;
|
|
8779
8643
|
font-size: 27px;
|
|
@@ -8867,6 +8731,7 @@ SOFTWARE.
|
|
|
8867
8731
|
width: 100vw !important;
|
|
8868
8732
|
max-width: none !important;
|
|
8869
8733
|
min-width: 0 !important;
|
|
8734
|
+
max-height: 100vh;
|
|
8870
8735
|
left: 0;
|
|
8871
8736
|
right: 0;
|
|
8872
8737
|
bottom: 0;
|
|
@@ -8876,9 +8741,6 @@ SOFTWARE.
|
|
|
8876
8741
|
.euiModal.euiModal--confirmation {
|
|
8877
8742
|
box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2);
|
|
8878
8743
|
top: auto; }
|
|
8879
|
-
.euiModal .euiModal__flex {
|
|
8880
|
-
/* 1 */
|
|
8881
|
-
max-height: 100vh; }
|
|
8882
8744
|
.euiModalHeader {
|
|
8883
8745
|
width: 100%; }
|
|
8884
8746
|
.euiModalFooter {
|
|
@@ -8903,6 +8765,7 @@ SOFTWARE.
|
|
|
8903
8765
|
width: 100vw !important;
|
|
8904
8766
|
max-width: none !important;
|
|
8905
8767
|
min-width: 0 !important;
|
|
8768
|
+
max-height: 100vh;
|
|
8906
8769
|
left: 0;
|
|
8907
8770
|
right: 0;
|
|
8908
8771
|
bottom: 0;
|
|
@@ -8912,9 +8775,6 @@ SOFTWARE.
|
|
|
8912
8775
|
.euiModal.euiModal--confirmation {
|
|
8913
8776
|
box-shadow: 0 -2.7px 9px rgba(0, 0, 0, 0.325), 0 -9.4px 24px rgba(0, 0, 0, 0.225), 0 -21.8px 43px rgba(0, 0, 0, 0.2);
|
|
8914
8777
|
top: auto; }
|
|
8915
|
-
.euiModal .euiModal__flex {
|
|
8916
|
-
/* 1 */
|
|
8917
|
-
max-height: 100vh; }
|
|
8918
8778
|
.euiModalHeader {
|
|
8919
8779
|
width: 100%; }
|
|
8920
8780
|
.euiModalFooter {
|
|
@@ -8945,7 +8805,6 @@ SOFTWARE.
|
|
|
8945
8805
|
|
|
8946
8806
|
.euiNotificationEvent__title {
|
|
8947
8807
|
overflow-wrap: break-word !important;
|
|
8948
|
-
word-wrap: break-word !important;
|
|
8949
8808
|
word-break: break-word;
|
|
8950
8809
|
color: #DFE5EF;
|
|
8951
8810
|
font-size: 16px;
|
|
@@ -9163,7 +9022,6 @@ SOFTWARE.
|
|
|
9163
9022
|
flex-grow: 0; }
|
|
9164
9023
|
.euiPageContent.euiPageContent--horizontalCenter {
|
|
9165
9024
|
width: auto;
|
|
9166
|
-
max-width: 100%;
|
|
9167
9025
|
margin-left: auto;
|
|
9168
9026
|
margin-right: auto;
|
|
9169
9027
|
-webkit-flex-grow: 0;
|
|
@@ -9353,7 +9211,6 @@ SOFTWARE.
|
|
|
9353
9211
|
overflow: hidden !important;
|
|
9354
9212
|
text-overflow: ellipsis !important;
|
|
9355
9213
|
white-space: nowrap !important;
|
|
9356
|
-
word-wrap: normal !important;
|
|
9357
9214
|
padding-left: 8px;
|
|
9358
9215
|
display: -webkit-flex;
|
|
9359
9216
|
display: flex;
|
|
@@ -9382,8 +9239,7 @@ SOFTWARE.
|
|
|
9382
9239
|
max-width: 100%;
|
|
9383
9240
|
overflow: hidden !important;
|
|
9384
9241
|
text-overflow: ellipsis !important;
|
|
9385
|
-
white-space: nowrap !important;
|
|
9386
|
-
word-wrap: normal !important; }
|
|
9242
|
+
white-space: nowrap !important; }
|
|
9387
9243
|
|
|
9388
9244
|
.euiTreeView__iconWrapper {
|
|
9389
9245
|
margin-top: -2px;
|
|
@@ -9841,8 +9697,7 @@ SOFTWARE.
|
|
|
9841
9697
|
max-width: 100%;
|
|
9842
9698
|
overflow: hidden !important;
|
|
9843
9699
|
text-overflow: ellipsis !important;
|
|
9844
|
-
white-space: nowrap !important;
|
|
9845
|
-
word-wrap: normal !important; }
|
|
9700
|
+
white-space: nowrap !important; }
|
|
9846
9701
|
|
|
9847
9702
|
.euiSideNavItem--root {
|
|
9848
9703
|
/**
|
|
@@ -9863,7 +9718,6 @@ SOFTWARE.
|
|
|
9863
9718
|
/* 1 */ }
|
|
9864
9719
|
.euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label {
|
|
9865
9720
|
overflow-wrap: break-word !important;
|
|
9866
|
-
word-wrap: break-word !important;
|
|
9867
9721
|
word-break: break-word;
|
|
9868
9722
|
color: #DFE5EF;
|
|
9869
9723
|
font-size: 16px;
|
|
@@ -10005,7 +9859,6 @@ SOFTWARE.
|
|
|
10005
9859
|
|
|
10006
9860
|
.euiSelectableList__groupLabel {
|
|
10007
9861
|
overflow-wrap: break-word !important;
|
|
10008
|
-
word-wrap: break-word !important;
|
|
10009
9862
|
word-break: break-word;
|
|
10010
9863
|
color: #DFE5EF;
|
|
10011
9864
|
font-size: 12px;
|
|
@@ -10067,8 +9920,7 @@ SOFTWARE.
|
|
|
10067
9920
|
max-width: 100%;
|
|
10068
9921
|
overflow: hidden !important;
|
|
10069
9922
|
text-overflow: ellipsis !important;
|
|
10070
|
-
white-space: nowrap !important;
|
|
10071
|
-
word-wrap: normal !important; }
|
|
9923
|
+
white-space: nowrap !important; }
|
|
10072
9924
|
|
|
10073
9925
|
/**
|
|
10074
9926
|
* 1. Prevent really long input from overflowing the container.
|
|
@@ -10320,7 +10172,6 @@ SOFTWARE.
|
|
|
10320
10172
|
|
|
10321
10173
|
.euiStepHorizontal__title {
|
|
10322
10174
|
overflow-wrap: break-word !important;
|
|
10323
|
-
word-wrap: break-word !important;
|
|
10324
10175
|
word-break: break-word;
|
|
10325
10176
|
color: #DFE5EF;
|
|
10326
10177
|
font-size: 16px;
|
|
@@ -10376,8 +10227,7 @@ SOFTWARE.
|
|
|
10376
10227
|
max-width: 100%;
|
|
10377
10228
|
overflow: hidden !important;
|
|
10378
10229
|
text-overflow: ellipsis !important;
|
|
10379
|
-
white-space: nowrap !important;
|
|
10380
|
-
word-wrap: normal !important; }
|
|
10230
|
+
white-space: nowrap !important; }
|
|
10381
10231
|
|
|
10382
10232
|
button.euiSuggestItem {
|
|
10383
10233
|
width: 100%;
|
|
@@ -10450,7 +10300,6 @@ button.euiSuggestItem {
|
|
|
10450
10300
|
.euiSuggestItem__label,
|
|
10451
10301
|
.euiSuggestItem__description {
|
|
10452
10302
|
overflow-wrap: break-word !important;
|
|
10453
|
-
word-wrap: break-word !important;
|
|
10454
10303
|
word-break: break-word;
|
|
10455
10304
|
display: inline-block;
|
|
10456
10305
|
padding: 8px;
|
|
@@ -10756,7 +10605,6 @@ button.euiSuggestItem {
|
|
|
10756
10605
|
align-self: baseline; }
|
|
10757
10606
|
.euiSuggestItem__description.euiSuggestItem__description--wrap {
|
|
10758
10607
|
overflow-wrap: break-word !important;
|
|
10759
|
-
word-wrap: break-word !important;
|
|
10760
10608
|
word-break: break-word;
|
|
10761
10609
|
white-space: normal !important; }
|
|
10762
10610
|
|
|
@@ -10766,10 +10614,6 @@ button.euiSuggestItem {
|
|
|
10766
10614
|
.euiSuggestInput__statusIcon {
|
|
10767
10615
|
background-color: transparent !important; }
|
|
10768
10616
|
|
|
10769
|
-
/**
|
|
10770
|
-
* NOTE: table-layout: fixed causes a bug in IE11 and Edge (see #9929). It also prevents us from
|
|
10771
|
-
* specifying a column width, e.g. the checkbox column.
|
|
10772
|
-
*/
|
|
10773
10617
|
.euiTable {
|
|
10774
10618
|
font-size: 14px;
|
|
10775
10619
|
font-size: 1rem;
|
|
@@ -10815,7 +10659,6 @@ button.euiSuggestItem {
|
|
|
10815
10659
|
font-weight: inherit;
|
|
10816
10660
|
text-align: left;
|
|
10817
10661
|
overflow-wrap: break-word !important;
|
|
10818
|
-
word-wrap: break-word !important;
|
|
10819
10662
|
word-break: break-word;
|
|
10820
10663
|
color: #DFE5EF;
|
|
10821
10664
|
font-size: 14px;
|
|
@@ -10935,7 +10778,6 @@ button.euiSuggestItem {
|
|
|
10935
10778
|
|
|
10936
10779
|
.euiTableCellContent__text {
|
|
10937
10780
|
overflow-wrap: break-word !important;
|
|
10938
|
-
word-wrap: break-word !important;
|
|
10939
10781
|
word-break: break-word;
|
|
10940
10782
|
/* 4 */
|
|
10941
10783
|
min-width: 0;
|
|
@@ -10957,8 +10799,7 @@ button.euiSuggestItem {
|
|
|
10957
10799
|
max-width: 100%;
|
|
10958
10800
|
overflow: hidden !important;
|
|
10959
10801
|
text-overflow: ellipsis !important;
|
|
10960
|
-
white-space: nowrap !important;
|
|
10961
|
-
word-wrap: normal !important; }
|
|
10802
|
+
white-space: nowrap !important; }
|
|
10962
10803
|
.euiTableHeaderCell .euiTableCellContent__text,
|
|
10963
10804
|
.euiTableFooterCell .euiTableCellContent__text,
|
|
10964
10805
|
.euiTableCellContent--truncateText .euiTableCellContent__text {
|
|
@@ -10967,7 +10808,6 @@ button.euiSuggestItem {
|
|
|
10967
10808
|
.euiTableCellContent--overflowingContent {
|
|
10968
10809
|
overflow: visible;
|
|
10969
10810
|
white-space: normal;
|
|
10970
|
-
word-break: break-all;
|
|
10971
10811
|
word-break: break-word; }
|
|
10972
10812
|
|
|
10973
10813
|
.euiTableCellContent--showOnHover > *:not(:first-child) {
|
|
@@ -11051,7 +10891,6 @@ button.euiSuggestItem {
|
|
|
11051
10891
|
overflow: hidden !important;
|
|
11052
10892
|
text-overflow: ellipsis !important;
|
|
11053
10893
|
white-space: nowrap !important;
|
|
11054
|
-
word-wrap: normal !important;
|
|
11055
10894
|
font-size: 9.625px;
|
|
11056
10895
|
font-size: 0.6875rem;
|
|
11057
10896
|
display: block;
|
|
@@ -11180,8 +11019,6 @@ button.euiSuggestItem {
|
|
|
11180
11019
|
.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {
|
|
11181
11020
|
display: none; }
|
|
11182
11021
|
.euiTable.euiTable--responsive .euiTableRowCell {
|
|
11183
|
-
display: block;
|
|
11184
|
-
/* IE requires block to grow and wrap. */
|
|
11185
11022
|
min-width: 50%;
|
|
11186
11023
|
border: none; }
|
|
11187
11024
|
.euiTable.euiTable--responsive .euiTableRowCellCheckbox {
|
|
@@ -11213,7 +11050,6 @@ button.euiSuggestItem {
|
|
|
11213
11050
|
overflow: hidden !important;
|
|
11214
11051
|
text-overflow: ellipsis !important;
|
|
11215
11052
|
white-space: nowrap !important;
|
|
11216
|
-
word-wrap: normal !important;
|
|
11217
11053
|
font-size: 9.625px;
|
|
11218
11054
|
font-size: 0.6875rem;
|
|
11219
11055
|
display: block;
|
|
@@ -11342,8 +11178,6 @@ button.euiSuggestItem {
|
|
|
11342
11178
|
.euiTable.euiTable--responsive .euiTableRow.euiTableRow-isExpandedRow .euiTableRowCell::before {
|
|
11343
11179
|
display: none; }
|
|
11344
11180
|
.euiTable.euiTable--responsive .euiTableRowCell {
|
|
11345
|
-
display: block;
|
|
11346
|
-
/* IE requires block to grow and wrap. */
|
|
11347
11181
|
min-width: 50%;
|
|
11348
11182
|
border: none; }
|
|
11349
11183
|
.euiTable.euiTable--responsive .euiTableRowCellCheckbox {
|
|
@@ -11430,7 +11264,6 @@ button.euiSuggestItem {
|
|
|
11430
11264
|
overflow: hidden !important;
|
|
11431
11265
|
text-overflow: ellipsis !important;
|
|
11432
11266
|
white-space: nowrap !important;
|
|
11433
|
-
word-wrap: normal !important;
|
|
11434
11267
|
font-size: 14px;
|
|
11435
11268
|
font-size: 1rem;
|
|
11436
11269
|
line-height: 1.71429rem;
|
|
@@ -11889,7 +11722,6 @@ button.euiSuggestItem {
|
|
|
11889
11722
|
|
|
11890
11723
|
.euiHeaderLogo__text {
|
|
11891
11724
|
overflow-wrap: break-word !important;
|
|
11892
|
-
word-wrap: break-word !important;
|
|
11893
11725
|
word-break: break-word;
|
|
11894
11726
|
color: #DFE5EF;
|
|
11895
11727
|
font-size: 14px;
|
|
@@ -12232,7 +12064,6 @@ button.euiSuggestItem {
|
|
|
12232
12064
|
margin-bottom: 4px; }
|
|
12233
12065
|
.euiSideNavItem--root > .euiSideNavItemButton .euiSideNavItemButton__label {
|
|
12234
12066
|
overflow-wrap: break-word !important;
|
|
12235
|
-
word-wrap: break-word !important;
|
|
12236
12067
|
word-break: break-word;
|
|
12237
12068
|
color: #DFE5EF;
|
|
12238
12069
|
font-size: 14px;
|
|
@@ -12314,7 +12145,6 @@ button.euiSuggestItem {
|
|
|
12314
12145
|
.euiTab .euiTab__content,
|
|
12315
12146
|
.euiTabs--condensed .euiTab .euiTab__content {
|
|
12316
12147
|
overflow-wrap: break-word !important;
|
|
12317
|
-
word-wrap: break-word !important;
|
|
12318
12148
|
word-break: break-word;
|
|
12319
12149
|
color: #DFE5EF;
|
|
12320
12150
|
font-size: 14px;
|
|
@@ -12335,7 +12165,6 @@ button.euiSuggestItem {
|
|
|
12335
12165
|
.euiTabs--small .euiTab .euiTab__content,
|
|
12336
12166
|
.euiTabs--condensed.euiTabs--small .euiTab .euiTab__content {
|
|
12337
12167
|
overflow-wrap: break-word !important;
|
|
12338
|
-
word-wrap: break-word !important;
|
|
12339
12168
|
word-break: break-word;
|
|
12340
12169
|
color: #DFE5EF;
|
|
12341
12170
|
font-size: 12px;
|
|
@@ -12353,7 +12182,6 @@ button.euiSuggestItem {
|
|
|
12353
12182
|
.euiTabs--large .euiTab .euiTab__content,
|
|
12354
12183
|
.euiTabs--condensed.euiTabs--large .euiTab .euiTab__content {
|
|
12355
12184
|
overflow-wrap: break-word !important;
|
|
12356
|
-
word-wrap: break-word !important;
|
|
12357
12185
|
word-break: break-word;
|
|
12358
12186
|
color: #DFE5EF;
|
|
12359
12187
|
font-size: 16px;
|