@itwin/itwinui-css 0.63.0 → 1.0.0-dev.1
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/CHANGELOG.md +8 -0
- package/README.md +1 -4
- package/css/alert.css +263 -145
- package/css/all.css +5470 -6944
- package/css/anchor.css +0 -4
- package/css/{user-icon.css → avatar.css} +52 -72
- package/css/badge.css +1 -1
- package/css/blockquote.css +2 -5
- package/css/breadcrumbs.css +68 -135
- package/css/button.css +237 -348
- package/css/carousel.css +10 -17
- package/css/checkbox.css +152 -0
- package/css/code.css +3 -10
- package/css/color-picker.css +9 -47
- package/css/date-picker.css +1 -60
- package/css/dialog.css +11 -13
- package/css/expandable-block.css +8 -55
- package/css/fieldset.css +2 -7
- package/css/file-upload.css +6 -36
- package/css/footer.css +2 -10
- package/css/global.css +73 -128
- package/css/header.css +318 -403
- package/css/information-panel.css +13 -22
- package/css/input.css +170 -0
- package/css/keyboard.css +1 -5
- package/css/location-marker.css +8 -13
- package/css/menu.css +14 -23
- package/css/non-ideal-state.css +5 -5
- package/css/progress-indicator.css +11 -99
- package/css/radio-tile.css +56 -74
- package/css/radio.css +159 -0
- package/css/select.css +236 -0
- package/css/side-navigation.css +15 -40
- package/css/skip-to-content.css +2 -5
- package/css/slider.css +11 -70
- package/css/stepper.css +141 -0
- package/css/surface.css +0 -1
- package/css/table.css +266 -353
- package/css/tabs.css +22 -58
- package/css/tag.css +8 -26
- package/css/text.css +7 -9
- package/css/tile.css +119 -231
- package/css/time-picker.css +3 -15
- package/css/{toast-notification.css → toast.css} +14 -54
- package/css/toggle-switch.css +17 -64
- package/css/tooltip.css +0 -3
- package/css/tree.css +9 -35
- package/css/utils.css +669 -0
- package/css/workflow-diagram.css +67 -0
- package/package.json +7 -10
- package/css/icon.css +0 -177
- package/css/inputs.css +0 -1339
- package/css/notification-marker.css +0 -293
- package/css/popover.css +0 -14
- package/css/reset-global-styles.css +0 -50
- package/css/wizard.css +0 -190
- package/scss/alert/alert.scss +0 -83
- package/scss/alert/classes.scss +0 -13
- package/scss/alert/index.scss +0 -3
- package/scss/anchor/anchor.scss +0 -3
- package/scss/anchor/classes.scss +0 -11
- package/scss/anchor/index.scss +0 -3
- package/scss/backdrop/backdrop.scss +0 -27
- package/scss/backdrop/classes.scss +0 -7
- package/scss/backdrop/index.scss +0 -3
- package/scss/badge/badge.scss +0 -32
- package/scss/badge/classes.scss +0 -7
- package/scss/badge/index.scss +0 -3
- package/scss/blockquote/blockquote.scss +0 -31
- package/scss/blockquote/classes.scss +0 -7
- package/scss/blockquote/index.scss +0 -3
- package/scss/breadcrumbs/breadcrumbs.scss +0 -124
- package/scss/breadcrumbs/classes.scss +0 -31
- package/scss/breadcrumbs/index.scss +0 -3
- package/scss/button/borderless.scss +0 -48
- package/scss/button/button-group.scss +0 -110
- package/scss/button/button-icon.scss +0 -12
- package/scss/button/button.scss +0 -97
- package/scss/button/classes.scss +0 -70
- package/scss/button/cta.scss +0 -31
- package/scss/button/default.scss +0 -59
- package/scss/button/disabled.scss +0 -13
- package/scss/button/high-visibility.scss +0 -31
- package/scss/button/idea.scss +0 -10
- package/scss/button/index.scss +0 -12
- package/scss/button/split-menu.scss +0 -66
- package/scss/carousel/carousel.scss +0 -124
- package/scss/carousel/classes.scss +0 -15
- package/scss/carousel/index.scss +0 -3
- package/scss/classes.scss +0 -48
- package/scss/code/classes.scss +0 -11
- package/scss/code/code.scss +0 -18
- package/scss/code/codeblock.scss +0 -73
- package/scss/code/index.scss +0 -4
- package/scss/color-picker/classes.scss +0 -43
- package/scss/color-picker/color-picker.scss +0 -274
- package/scss/color-picker/index.scss +0 -3
- package/scss/date-picker/classes.scss +0 -47
- package/scss/date-picker/date-picker.scss +0 -280
- package/scss/date-picker/index.scss +0 -3
- package/scss/dialog/classes.scss +0 -48
- package/scss/dialog/dialog.scss +0 -183
- package/scss/dialog/index.scss +0 -3
- package/scss/expandable-block/block.scss +0 -193
- package/scss/expandable-block/classes.scss +0 -7
- package/scss/expandable-block/index.scss +0 -3
- package/scss/fieldset/classes.scss +0 -7
- package/scss/fieldset/fieldset.scss +0 -35
- package/scss/fieldset/index.scss +0 -3
- package/scss/file-upload/classes.scss +0 -7
- package/scss/file-upload/file-upload.scss +0 -90
- package/scss/file-upload/index.scss +0 -3
- package/scss/footer/classes.scss +0 -23
- package/scss/footer/footer.scss +0 -62
- package/scss/footer/index.scss +0 -3
- package/scss/header/classes.scss +0 -11
- package/scss/header/header.scss +0 -443
- package/scss/header/index.scss +0 -3
- package/scss/icon/classes.scss +0 -27
- package/scss/icon/index.scss +0 -4
- package/scss/icon/mixins.scss +0 -78
- package/scss/icon/variables.scss +0 -14
- package/scss/index.scss +0 -46
- package/scss/information-panel/classes.scss +0 -27
- package/scss/information-panel/index.scss +0 -3
- package/scss/information-panel/information-panel.scss +0 -233
- package/scss/inputs/checkbox-radio.scss +0 -73
- package/scss/inputs/checkbox.scss +0 -106
- package/scss/inputs/classes.scss +0 -87
- package/scss/inputs/index.scss +0 -10
- package/scss/inputs/input-with-icon.scss +0 -36
- package/scss/inputs/input.scss +0 -80
- package/scss/inputs/labeled-inputs.scss +0 -382
- package/scss/inputs/radio.scss +0 -18
- package/scss/inputs/select.scss +0 -132
- package/scss/inputs/textarea.scss +0 -14
- package/scss/keyboard/classes.scss +0 -7
- package/scss/keyboard/index.scss +0 -3
- package/scss/keyboard/keyboard.scss +0 -33
- package/scss/location-marker/classes.scss +0 -15
- package/scss/location-marker/data-rich.scss +0 -58
- package/scss/location-marker/default.scss +0 -21
- package/scss/location-marker/index.scss +0 -6
- package/scss/location-marker/location-marker.scss +0 -13
- package/scss/location-marker/me.scss +0 -36
- package/scss/menu/classes.scss +0 -21
- package/scss/menu/index.scss +0 -3
- package/scss/menu/menu.scss +0 -205
- package/scss/non-ideal-state/classes.scss +0 -7
- package/scss/non-ideal-state/index.scss +0 -3
- package/scss/non-ideal-state/non-ideal-state.scss +0 -55
- package/scss/notification-marker/classes.scss +0 -9
- package/scss/notification-marker/index.scss +0 -3
- package/scss/notification-marker/notification-marker.scss +0 -63
- package/scss/popover/classes.scss +0 -7
- package/scss/popover/index.scss +0 -3
- package/scss/popover/popover.scss +0 -22
- package/scss/progress-indicator/classes.scss +0 -35
- package/scss/progress-indicator/index.scss +0 -5
- package/scss/progress-indicator/linear.scss +0 -126
- package/scss/progress-indicator/overlay.scss +0 -57
- package/scss/progress-indicator/radial.scss +0 -243
- package/scss/radio-tile/classes.scss +0 -31
- package/scss/radio-tile/index.scss +0 -3
- package/scss/radio-tile/radio-tile.scss +0 -209
- package/scss/reset-global-styles.scss +0 -33
- package/scss/side-navigation/classes.scss +0 -15
- package/scss/side-navigation/index.scss +0 -3
- package/scss/side-navigation/side-navigation.scss +0 -210
- package/scss/skip-to-content/classes.scss +0 -7
- package/scss/skip-to-content/index.scss +0 -3
- package/scss/skip-to-content/skip-to-content.scss +0 -41
- package/scss/slider/classes.scss +0 -40
- package/scss/slider/index.scss +0 -3
- package/scss/slider/slider.scss +0 -256
- package/scss/style/anchor.scss +0 -82
- package/scss/style/baseline.scss +0 -4
- package/scss/style/color.scss +0 -39
- package/scss/style/elevation.scss +0 -11
- package/scss/style/global.scss +0 -70
- package/scss/style/index.scss +0 -11
- package/scss/style/mixins.scss +0 -188
- package/scss/style/ripple.scss +0 -18
- package/scss/style/space.scss +0 -11
- package/scss/style/speed.scss +0 -8
- package/scss/style/theme.scss +0 -482
- package/scss/style/typography.scss +0 -54
- package/scss/style/variables.scss +0 -21
- package/scss/surface/classes.scss +0 -7
- package/scss/surface/index.scss +0 -3
- package/scss/surface/surface.scss +0 -18
- package/scss/table/classes.scss +0 -63
- package/scss/table/column-filter.scss +0 -37
- package/scss/table/condensed.scss +0 -15
- package/scss/table/extra-condensed.scss +0 -19
- package/scss/table/index.scss +0 -7
- package/scss/table/paginator.scss +0 -87
- package/scss/table/table.scss +0 -558
- package/scss/table/variables.scss +0 -10
- package/scss/tabs/borderless.scss +0 -71
- package/scss/tabs/classes.scss +0 -44
- package/scss/tabs/default.scss +0 -102
- package/scss/tabs/index.scss +0 -6
- package/scss/tabs/pill.scss +0 -48
- package/scss/tabs/tabs.scss +0 -220
- package/scss/tag/classes.scss +0 -29
- package/scss/tag/index.scss +0 -3
- package/scss/tag/tag.scss +0 -99
- package/scss/text/classes.scss +0 -40
- package/scss/text/index.scss +0 -5
- package/scss/text/mixins.scss +0 -42
- package/scss/text/muted.scss +0 -9
- package/scss/text/skeleton.scss +0 -46
- package/scss/tile/classes.scss +0 -51
- package/scss/tile/index.scss +0 -3
- package/scss/tile/tile.scss +0 -370
- package/scss/time-picker/classes.scss +0 -16
- package/scss/time-picker/index.scss +0 -3
- package/scss/time-picker/time-picker.scss +0 -72
- package/scss/toast-notification/categories.scss +0 -26
- package/scss/toast-notification/classes.scss +0 -98
- package/scss/toast-notification/index.scss +0 -4
- package/scss/toast-notification/toast.scss +0 -79
- package/scss/toggle-switch/classes.scss +0 -11
- package/scss/toggle-switch/index.scss +0 -3
- package/scss/toggle-switch/toggle-switch.scss +0 -222
- package/scss/tooltip/classes.scss +0 -24
- package/scss/tooltip/index.scss +0 -3
- package/scss/tooltip/tooltip.scss +0 -41
- package/scss/tree/classes.scss +0 -19
- package/scss/tree/index.scss +0 -3
- package/scss/tree/tree.scss +0 -138
- package/scss/user-icon/classes.scss +0 -27
- package/scss/user-icon/index.scss +0 -4
- package/scss/user-icon/sizes.scss +0 -22
- package/scss/user-icon/user-icon.scss +0 -250
- package/scss/variables.scss +0 -3
- package/scss/wizard/classes.scss +0 -27
- package/scss/wizard/index.scss +0 -5
- package/scss/wizard/long.scss +0 -19
- package/scss/wizard/wizard.scss +0 -160
- package/scss/wizard/workflow.scss +0 -43
- package/src/index.scss +0 -46
package/css/table.css
CHANGED
|
@@ -11,48 +11,49 @@
|
|
|
11
11
|
display:flex;
|
|
12
12
|
flex-direction:column;
|
|
13
13
|
isolation:isolate;
|
|
14
|
+
--_iui-table-header-size:60px;
|
|
15
|
+
--_iui-table-row-size:62px;
|
|
14
16
|
}
|
|
15
|
-
.iui-table
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
.iui-table .iui-cell-end-icon,
|
|
19
|
-
.iui-table .iui-cell-start-icon{
|
|
17
|
+
.iui-table .iui-table-cell-end-icon,
|
|
18
|
+
.iui-table .iui-table-cell-start-icon{
|
|
20
19
|
flex-shrink:0;
|
|
21
20
|
display:flex;
|
|
22
21
|
align-items:center;
|
|
23
22
|
justify-content:center;
|
|
24
23
|
}
|
|
25
|
-
.iui-table .iui-cell-end-icon svg:not(.iui-radial),
|
|
26
|
-
.iui-table .iui-cell-start-icon svg:not(.iui-radial){
|
|
24
|
+
.iui-table .iui-table-cell-end-icon svg:not(.iui-radial),
|
|
25
|
+
.iui-table .iui-table-cell-start-icon svg:not(.iui-radial){
|
|
27
26
|
display:flex;
|
|
27
|
+
flex-shrink:0;
|
|
28
28
|
width:16px;
|
|
29
29
|
height:16px;
|
|
30
30
|
}
|
|
31
|
-
.iui-table .iui-cell-start-icon{
|
|
31
|
+
.iui-table .iui-table-cell-start-icon{
|
|
32
32
|
margin-right:8px;
|
|
33
33
|
}
|
|
34
|
-
.iui-table .iui-cell-end-icon{
|
|
34
|
+
.iui-table .iui-table-cell-end-icon{
|
|
35
35
|
width:24px;
|
|
36
36
|
height:24px;
|
|
37
37
|
margin-right:12px;
|
|
38
38
|
margin-left:auto;
|
|
39
39
|
}
|
|
40
|
-
.iui-table
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
.iui-table[data-iui-size=condensed]{
|
|
41
|
+
--_iui-table-header-size:48px;
|
|
42
|
+
--_iui-table-row-size:50px;
|
|
43
43
|
}
|
|
44
|
-
.iui-table
|
|
45
|
-
|
|
44
|
+
.iui-table[data-iui-size=extra-condensed]{
|
|
45
|
+
--_iui-table-header-size:36px;
|
|
46
|
+
--_iui-table-row-size:38px;
|
|
46
47
|
}
|
|
47
|
-
.iui-table
|
|
48
|
-
|
|
49
|
-
min-height:33px;
|
|
48
|
+
.iui-table[data-iui-size=extra-condensed] .iui-table-header .iui-table-cell{
|
|
49
|
+
padding-block:3px;
|
|
50
50
|
}
|
|
51
|
-
.iui-table.iui-
|
|
52
|
-
|
|
51
|
+
.iui-table .iui-table-header .iui-table-cell,
|
|
52
|
+
.iui-table .iui-table-paginator{
|
|
53
|
+
min-height:var(--_iui-table-header-size);
|
|
53
54
|
}
|
|
54
|
-
.iui-table
|
|
55
|
-
|
|
55
|
+
.iui-table .iui-table-cell{
|
|
56
|
+
min-height:var(--_iui-table-row-size);
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.iui-table-header-wrapper{
|
|
@@ -75,42 +76,35 @@
|
|
|
75
76
|
min-width:100%;
|
|
76
77
|
flex-shrink:0;
|
|
77
78
|
}
|
|
78
|
-
.iui-table-header .iui-
|
|
79
|
-
display:flex;
|
|
80
|
-
flex-grow:1;
|
|
81
|
-
min-width:100%;
|
|
82
|
-
}
|
|
83
|
-
.iui-table-header .iui-cell{
|
|
84
|
-
min-height:55px;
|
|
85
|
-
background-color:#edeff2;
|
|
79
|
+
.iui-table-header .iui-table-cell{
|
|
86
80
|
background-color:var(--iui-color-background-3);
|
|
87
81
|
}
|
|
88
|
-
.iui-table-header .iui-cell:not(.iui-slot){
|
|
82
|
+
.iui-table-header .iui-table-cell:not(.iui-slot){
|
|
89
83
|
-moz-column-gap:4px;
|
|
90
84
|
column-gap:4px;
|
|
91
|
-
padding-block:
|
|
85
|
+
padding-block:6px;
|
|
92
86
|
}
|
|
93
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus-visible{
|
|
87
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus-visible{
|
|
94
88
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
95
89
|
outline-offset:-1px;
|
|
96
90
|
}
|
|
97
91
|
@supports not selector(*:focus-visible){
|
|
98
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus{
|
|
92
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus{
|
|
99
93
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
100
94
|
outline-offset:-1px;
|
|
101
95
|
}
|
|
102
96
|
}
|
|
103
|
-
.iui-table-header .iui-cell:not(.iui-slot).iui-actionable{
|
|
97
|
+
.iui-table-header .iui-table-cell:not(.iui-slot).iui-actionable{
|
|
104
98
|
cursor:pointer;
|
|
105
99
|
}
|
|
106
|
-
.iui-table-header .iui-cell:not(.iui-slot).iui-grabbing{
|
|
100
|
+
.iui-table-header .iui-table-cell:not(.iui-slot).iui-grabbing{
|
|
107
101
|
cursor:-webkit-grabbing;
|
|
108
102
|
cursor:grabbing;
|
|
109
103
|
}
|
|
110
|
-
.iui-table-header .iui-cell:not(.iui-slot) .iui-filter-button:not(
|
|
104
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) .iui-table-filter-button:not([data-iui-active=true]){
|
|
111
105
|
visibility:hidden;
|
|
112
106
|
}
|
|
113
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer{
|
|
107
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) > .iui-table-resizer{
|
|
114
108
|
height:100%;
|
|
115
109
|
width:16px;
|
|
116
110
|
position:absolute;
|
|
@@ -122,305 +116,261 @@
|
|
|
122
116
|
z-index:1;
|
|
123
117
|
opacity:0;
|
|
124
118
|
}
|
|
125
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer > .iui-resizer-bar{
|
|
119
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) > .iui-table-resizer > .iui-table-resizer-bar{
|
|
126
120
|
height:100%;
|
|
127
121
|
width:2px;
|
|
128
122
|
margin:0 auto;
|
|
129
|
-
background-color
|
|
123
|
+
transition:background-color 0.2s ease-out, width 0.2s ease-out;
|
|
130
124
|
background-color:var(--iui-color-background-border);
|
|
131
125
|
}
|
|
132
|
-
|
|
133
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer > .iui-resizer-bar{
|
|
134
|
-
transition:background-color 0.2s ease-out, width 0.2s ease-out;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer:hover > .iui-resizer-bar{
|
|
126
|
+
.iui-table-header .iui-table-cell:not(.iui-slot) > .iui-table-resizer:hover > .iui-table-resizer-bar{
|
|
138
127
|
width:4px;
|
|
139
|
-
background-color:#008ae0;
|
|
140
128
|
background-color:var(--iui-color-foreground-primary);
|
|
141
129
|
}
|
|
142
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover > .iui-resizer{
|
|
130
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover > .iui-table-resizer{
|
|
143
131
|
opacity:1;
|
|
144
132
|
}
|
|
145
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover, .iui-table-header .iui-cell:not(.iui-slot):focus, .iui-table-header .iui-cell:not(.iui-slot):focus-within{
|
|
146
|
-
background-color:#dde1e4;
|
|
133
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover, .iui-table-header .iui-table-cell:not(.iui-slot):focus, .iui-table-header .iui-table-cell:not(.iui-slot):focus-within{
|
|
147
134
|
background-color:var(--iui-color-background-4);
|
|
148
135
|
}
|
|
149
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover .iui-sort,
|
|
150
|
-
.iui-table-header .iui-cell:not(.iui-slot):hover .iui-filter-button, .iui-table-header .iui-cell:not(.iui-slot):focus .iui-sort,
|
|
151
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus .iui-filter-button, .iui-table-header .iui-cell:not(.iui-slot):focus-within .iui-sort,
|
|
152
|
-
.iui-table-header .iui-cell:not(.iui-slot):focus-within .iui-filter-button{
|
|
136
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover .iui-table-sort,
|
|
137
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):hover .iui-table-filter-button, .iui-table-header .iui-table-cell:not(.iui-slot):focus .iui-table-sort,
|
|
138
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus .iui-table-filter-button, .iui-table-header .iui-table-cell:not(.iui-slot):focus-within .iui-table-sort,
|
|
139
|
+
.iui-table-header .iui-table-cell:not(.iui-slot):focus-within .iui-table-filter-button{
|
|
153
140
|
visibility:visible;
|
|
154
141
|
}
|
|
155
|
-
.iui-table-header .iui-reorder-bar{
|
|
142
|
+
.iui-table-header .iui-table-reorder-bar{
|
|
156
143
|
position:absolute;
|
|
157
144
|
height:100%;
|
|
158
145
|
width:2px;
|
|
159
146
|
}
|
|
160
|
-
.iui-table-header .iui-reorder-column-right > .iui-reorder-bar{
|
|
147
|
+
.iui-table-header .iui-table-reorder-column-right > .iui-table-reorder-bar{
|
|
161
148
|
right:0;
|
|
162
149
|
}
|
|
163
|
-
.iui-table-header .iui-reorder-column-left > .iui-reorder-bar{
|
|
150
|
+
.iui-table-header .iui-table-reorder-column-left > .iui-table-reorder-bar{
|
|
164
151
|
left:0;
|
|
165
152
|
}
|
|
166
|
-
.iui-table-header .iui-reorder-column-left > .iui-reorder-bar,
|
|
167
|
-
.iui-table-header .iui-reorder-column-right > .iui-reorder-bar{
|
|
168
|
-
background-color:#008ae0;
|
|
153
|
+
.iui-table-header .iui-table-reorder-column-left > .iui-table-reorder-bar,
|
|
154
|
+
.iui-table-header .iui-table-reorder-column-right > .iui-table-reorder-bar{
|
|
169
155
|
background-color:var(--iui-color-foreground-primary);
|
|
170
156
|
}
|
|
171
|
-
.iui-table-header .iui-sort{
|
|
157
|
+
.iui-table-header .iui-table-sort{
|
|
172
158
|
visibility:hidden;
|
|
173
|
-
fill:rgba(0, 0, 0, 0.4);
|
|
174
|
-
fill:var(--iui-icons-color);
|
|
175
159
|
}
|
|
176
160
|
.iui-table-header .iui-sorted{
|
|
177
|
-
background-color:#dde1e4;
|
|
178
161
|
background-color:var(--iui-color-background-4);
|
|
179
162
|
}
|
|
180
|
-
.iui-table-header .iui-sorted .iui-sort{
|
|
163
|
+
.iui-table-header .iui-sorted .iui-table-sort{
|
|
181
164
|
visibility:visible;
|
|
182
|
-
fill:
|
|
183
|
-
fill:var(--iui-icons-color-actionable);
|
|
165
|
+
fill:var(--iui-icon-color-actionable);
|
|
184
166
|
}
|
|
185
167
|
|
|
186
|
-
.iui-table-
|
|
168
|
+
.iui-table-row{
|
|
169
|
+
min-width:100%;
|
|
187
170
|
display:flex;
|
|
188
|
-
flex-grow:1;
|
|
189
|
-
align-items:center;
|
|
190
|
-
flex-wrap:wrap;
|
|
191
|
-
justify-content:flex-end;
|
|
192
|
-
margin-right:12px;
|
|
193
171
|
}
|
|
194
|
-
.iui-table-header
|
|
195
|
-
width:28px;
|
|
196
|
-
height:28px;
|
|
197
|
-
margin-right:initial;
|
|
198
|
-
margin-left:auto;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.iui-table-body{
|
|
202
|
-
overflow-y:scroll;
|
|
203
|
-
overflow:overlay;
|
|
204
|
-
display:flex;
|
|
205
|
-
flex-direction:column;
|
|
172
|
+
.iui-table-header .iui-table-row{
|
|
206
173
|
flex-grow:1;
|
|
207
|
-
align-items:flex-start;
|
|
208
|
-
background-color:white;
|
|
209
|
-
background-color:var(--iui-color-background-1);
|
|
210
|
-
}
|
|
211
|
-
.iui-table-body.iui-scroll-snapping{
|
|
212
|
-
-ms-scroll-snap-type:y mandatory;
|
|
213
|
-
scroll-snap-type:y mandatory;
|
|
214
|
-
}
|
|
215
|
-
.iui-table-body.iui-scroll-snapping .iui-row{
|
|
216
|
-
scroll-snap-align:start none;
|
|
217
|
-
}
|
|
218
|
-
.iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected) .iui-cell{
|
|
219
|
-
background:linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)), linear-gradient(white, white);
|
|
220
|
-
background:linear-gradient(rgba(var(--iui-color-foreground-body-rgb), 0.02), rgba(var(--iui-color-foreground-body-rgb), 0.02)), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
221
|
-
}
|
|
222
|
-
.iui-table-body .iui-row{
|
|
223
|
-
min-width:100%;
|
|
224
|
-
display:flex;
|
|
225
174
|
}
|
|
226
|
-
|
|
175
|
+
|
|
176
|
+
.iui-table-body .iui-table-row .iui-table-cell{
|
|
227
177
|
border-top:solid 1px transparent;
|
|
228
178
|
border-bottom:solid 1px transparent;
|
|
229
|
-
border-bottom-color:#c7ccd1;
|
|
230
179
|
border-bottom-color:var(--iui-color-background-border);
|
|
231
|
-
background-color:white;
|
|
232
180
|
background-color:var(--iui-color-background-1);
|
|
181
|
+
transition:border 0.2s ease-out;
|
|
233
182
|
}
|
|
234
|
-
|
|
235
|
-
.iui-table-body .iui-row .iui-cell{
|
|
236
|
-
transition:border 0.2s ease-out;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
.iui-table-body .iui-row > .iui-slot > .iui-more-options{
|
|
183
|
+
.iui-table-body .iui-table-row > .iui-slot > .iui-table-more-options{
|
|
240
184
|
visibility:hidden;
|
|
241
185
|
}
|
|
242
|
-
.iui-table-body .iui-row:hover:not(
|
|
243
|
-
background:linear-gradient(rgba(0, 138, 224, 0.1), rgba(0, 138, 224, 0.1)), linear-gradient(white, white);
|
|
186
|
+
.iui-table-body .iui-table-row:hover:not([aria-disabled=true]) .iui-table-cell{
|
|
244
187
|
background:linear-gradient(rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
245
188
|
}
|
|
246
|
-
.iui-table-body .iui-row:hover:not(
|
|
189
|
+
.iui-table-body .iui-table-row:hover:not([aria-disabled=true]) > .iui-slot:not([aria-disabled=true]) > .iui-table-more-options{
|
|
247
190
|
visibility:visible;
|
|
248
191
|
}
|
|
249
|
-
.iui-table-body .iui-row:focus-within > .iui-slot:not(
|
|
192
|
+
.iui-table-body .iui-table-row:focus-within > .iui-slot:not([aria-disabled=true]) > .iui-table-more-options{
|
|
250
193
|
visibility:visible;
|
|
251
194
|
}
|
|
252
195
|
@media (prefers-reduced-motion: no-preference){
|
|
253
|
-
.iui-table-body .iui-row .iui-row-expander > .iui-button-icon{
|
|
196
|
+
.iui-table-body .iui-table-row .iui-table-row-expander > .iui-button-icon{
|
|
254
197
|
transition:transform 0.2s ease-out;
|
|
255
198
|
}
|
|
256
199
|
}
|
|
257
|
-
.iui-table-body .iui-row.iui-row-expanded{
|
|
200
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded{
|
|
258
201
|
overflow:hidden;
|
|
259
202
|
}
|
|
260
|
-
.iui-table-body .iui-row.iui-row-expanded .iui-cell{
|
|
261
|
-
border-left-color:#dde1e4;
|
|
262
|
-
border-right-color:#dde1e4;
|
|
203
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded .iui-table-cell{
|
|
263
204
|
border-left-color:var(--iui-color-background-4);
|
|
264
205
|
border-right-color:var(--iui-color-background-4);
|
|
265
206
|
border-bottom-color:transparent;
|
|
266
207
|
}
|
|
267
|
-
.iui-table-body .iui-row.iui-row-expanded .iui-row-expander > .iui-button-icon{
|
|
208
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded .iui-table-row-expander > .iui-button-icon{
|
|
268
209
|
transform:rotate(90deg);
|
|
269
210
|
}
|
|
270
|
-
.iui-table-body .iui-row.iui-row-expanded + .iui-expanded-content{
|
|
271
|
-
border-left-color:#dde1e4;
|
|
272
|
-
border-right-color:#dde1e4;
|
|
211
|
+
.iui-table-body .iui-table-row.iui-table-row-expanded + .iui-table-expanded-content{
|
|
273
212
|
border-left-color:var(--iui-color-background-4);
|
|
274
213
|
border-right-color:var(--iui-color-background-4);
|
|
275
214
|
}
|
|
276
|
-
.iui-table-body .iui-row.iui-expanded-content{
|
|
215
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content{
|
|
277
216
|
overflow:hidden;
|
|
278
217
|
border-left:1px solid transparent;
|
|
279
218
|
border-right:1px solid transparent;
|
|
280
|
-
border-bottom:1px solid #c7ccd1;
|
|
281
219
|
border-bottom:1px solid var(--iui-color-background-border);
|
|
282
220
|
}
|
|
283
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-enter{
|
|
221
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-enter{
|
|
284
222
|
opacity:0;
|
|
285
223
|
}
|
|
286
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-enter-active{
|
|
224
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-enter-active{
|
|
287
225
|
opacity:1;
|
|
288
226
|
}
|
|
289
227
|
@media (prefers-reduced-motion: no-preference){
|
|
290
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-enter-active{
|
|
228
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-enter-active{
|
|
291
229
|
transition:opacity 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
|
|
292
230
|
}
|
|
293
231
|
}
|
|
294
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-exit{
|
|
232
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-exit{
|
|
295
233
|
opacity:1;
|
|
296
234
|
}
|
|
297
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-exit-active{
|
|
235
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-exit-active{
|
|
298
236
|
opacity:0;
|
|
299
237
|
}
|
|
300
238
|
@media (prefers-reduced-motion: no-preference){
|
|
301
|
-
.iui-table-body .iui-row.iui-expanded-content.iui-exit-active{
|
|
239
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content.iui-exit-active{
|
|
302
240
|
transition:opacity 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
|
|
303
241
|
}
|
|
304
242
|
}
|
|
305
|
-
.iui-table-body .iui-row:not(
|
|
243
|
+
.iui-table-body .iui-table-row:not([aria-selected=true]) + [aria-selected=true] .iui-table-cell, .iui-table-body .iui-table-row[aria-selected=true]:first-child .iui-table-cell{
|
|
306
244
|
border-bottom-color:transparent;
|
|
307
245
|
}
|
|
308
|
-
.iui-table-body .iui-row
|
|
309
|
-
border-color:#008ae0;
|
|
310
|
-
background:linear-gradient(rgba(0, 138, 224, 0.1), rgba(0, 138, 224, 0.1)), linear-gradient(white, white);
|
|
246
|
+
.iui-table-body .iui-table-row[aria-selected=true] .iui-table-cell{
|
|
311
247
|
border-color:var(--iui-color-foreground-primary);
|
|
312
248
|
background:linear-gradient(rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
313
249
|
}
|
|
314
|
-
.iui-table-body .iui-row
|
|
250
|
+
.iui-table-body .iui-table-row[aria-selected=true] + [aria-selected=true] .iui-table-cell{
|
|
315
251
|
border-bottom-color:transparent;
|
|
316
|
-
border-top-color:rgba(0, 138, 224, 0.4);
|
|
317
252
|
border-top-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-4));
|
|
318
253
|
}
|
|
319
|
-
.iui-table-body .iui-row
|
|
320
|
-
border-bottom-color:#008ae0;
|
|
254
|
+
.iui-table-body .iui-table-row[aria-selected=true]:last-child .iui-table-cell{
|
|
321
255
|
border-bottom-color:var(--iui-color-foreground-primary);
|
|
322
256
|
}
|
|
323
|
-
.iui-table-body .iui-row
|
|
324
|
-
.iui-table-body .iui-row
|
|
325
|
-
border-top-color:#008ae0;
|
|
257
|
+
.iui-table-body .iui-table-row[aria-selected=true] + :not([aria-selected=true]) .iui-table-cell,
|
|
258
|
+
.iui-table-body .iui-table-row[aria-selected=true] + .iui-table-expanded-content + .iui-table-row:not([aria-selected=true]) .iui-table-cell{
|
|
326
259
|
border-top-color:var(--iui-color-foreground-primary);
|
|
327
260
|
}
|
|
328
|
-
.iui-table-body .iui-row
|
|
329
|
-
border-color:transparent #008ae0;
|
|
261
|
+
.iui-table-body .iui-table-row[aria-selected=true] + .iui-table-expanded-content{
|
|
330
262
|
border-color:transparent var(--iui-color-foreground-primary);
|
|
331
263
|
}
|
|
332
|
-
.iui-table-body .iui-row
|
|
333
|
-
border-bottom-color:#008ae0;
|
|
334
|
-
}
|
|
335
|
-
.iui-table-body .iui-row.iui-selected + .iui-expanded-content:last-child{
|
|
264
|
+
.iui-table-body .iui-table-row[aria-selected=true] + .iui-table-expanded-content:last-child{
|
|
336
265
|
border-bottom-color:var(--iui-color-foreground-primary);
|
|
337
266
|
}
|
|
338
|
-
.iui-table-body .iui-row.iui-new{
|
|
267
|
+
.iui-table-body .iui-table-row.iui-new{
|
|
339
268
|
font-weight:600;
|
|
340
269
|
}
|
|
341
|
-
.iui-table-body .iui-row.iui-new > .iui-main-column::before{
|
|
270
|
+
.iui-table-body .iui-table-row.iui-new > .iui-main-column::before{
|
|
342
271
|
content:"•";
|
|
343
272
|
position:absolute;
|
|
344
273
|
left:0;
|
|
345
274
|
font-size:24px;
|
|
346
|
-
color:#53a21a;
|
|
347
275
|
color:var(--iui-color-foreground-positive);
|
|
348
276
|
}
|
|
349
|
-
.iui-table-body .iui-row .iui-cell
|
|
277
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true], .iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true]{
|
|
350
278
|
font-style:italic;
|
|
351
279
|
cursor:not-allowed;
|
|
352
|
-
color:rgba(0, 0, 0, 0.4);
|
|
353
280
|
color:var(--iui-text-color-muted);
|
|
354
281
|
}
|
|
355
|
-
.iui-table-body .iui-row .iui-cell
|
|
282
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true].iui-slot:hover > .iui-table-more-options, .iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true].iui-slot:hover > .iui-table-more-options{
|
|
356
283
|
visibility:hidden;
|
|
357
284
|
}
|
|
358
|
-
.iui-table-body .iui-row .iui-cell
|
|
359
|
-
.iui-table-body .iui-row .iui-cell
|
|
360
|
-
.iui-table-body .iui-row .iui-cell
|
|
361
|
-
.iui-table-body .iui-row.iui-expanded-content
|
|
362
|
-
.iui-table-body .iui-row.iui-expanded-content
|
|
285
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true] img,
|
|
286
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true] svg:not(.iui-radial),
|
|
287
|
+
.iui-table-body .iui-table-row .iui-table-cell[aria-disabled=true] .iui-avatar, .iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true] img,
|
|
288
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true] svg:not(.iui-radial),
|
|
289
|
+
.iui-table-body .iui-table-row.iui-table-expanded-content[aria-disabled=true] .iui-avatar{
|
|
363
290
|
filter:grayscale(100%);
|
|
364
291
|
}
|
|
365
|
-
.iui-table-body .iui-row
|
|
366
|
-
.iui-table-body .iui-row
|
|
367
|
-
box-shadow:inset 2px 0 0 0
|
|
368
|
-
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-positive);
|
|
292
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type,
|
|
293
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content{
|
|
294
|
+
box-shadow:inset 2px 0 0 0 var(--iui-icon-color-positive);
|
|
369
295
|
}
|
|
370
|
-
.iui-table-body .iui-row
|
|
371
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
296
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type *::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content *::-moz-selection{
|
|
372
297
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
373
298
|
}
|
|
374
|
-
.iui-table-body .iui-row
|
|
375
|
-
.iui-table-body .iui-row
|
|
376
|
-
.iui-table-body .iui-row
|
|
377
|
-
.iui-table-body .iui-row
|
|
378
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
299
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type::selection,
|
|
300
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell:first-of-type *::selection,
|
|
301
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content::selection,
|
|
302
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] + .iui-table-expanded-content *::selection{
|
|
379
303
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
380
304
|
}
|
|
381
|
-
.iui-table-body .iui-row
|
|
382
|
-
fill
|
|
383
|
-
fill:var(--iui-icons-color-positive);
|
|
305
|
+
.iui-table-body .iui-table-row[data-iui-status=positive] .iui-table-cell-end-icon svg{
|
|
306
|
+
fill:var(--iui-icon-color-positive);
|
|
384
307
|
}
|
|
385
|
-
.iui-table-body .iui-row
|
|
386
|
-
.iui-table-body .iui-row
|
|
387
|
-
box-shadow:inset 2px 0 0 0
|
|
388
|
-
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-warning);
|
|
308
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type,
|
|
309
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content{
|
|
310
|
+
box-shadow:inset 2px 0 0 0 var(--iui-icon-color-warning);
|
|
389
311
|
}
|
|
390
|
-
.iui-table-body .iui-row
|
|
391
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
312
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type *::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content *::-moz-selection{
|
|
392
313
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
393
314
|
}
|
|
394
|
-
.iui-table-body .iui-row
|
|
395
|
-
.iui-table-body .iui-row
|
|
396
|
-
.iui-table-body .iui-row
|
|
397
|
-
.iui-table-body .iui-row
|
|
398
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
315
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type::selection,
|
|
316
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell:first-of-type *::selection,
|
|
317
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content::selection,
|
|
318
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] + .iui-table-expanded-content *::selection{
|
|
399
319
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
400
320
|
}
|
|
401
|
-
.iui-table-body .iui-row
|
|
402
|
-
fill
|
|
403
|
-
fill:var(--iui-icons-color-warning);
|
|
321
|
+
.iui-table-body .iui-table-row[data-iui-status=warning] .iui-table-cell-end-icon svg{
|
|
322
|
+
fill:var(--iui-icon-color-warning);
|
|
404
323
|
}
|
|
405
|
-
.iui-table-body .iui-row
|
|
406
|
-
.iui-table-body .iui-row
|
|
407
|
-
box-shadow:inset 2px 0 0 0
|
|
408
|
-
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-negative);
|
|
324
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type,
|
|
325
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content{
|
|
326
|
+
box-shadow:inset 2px 0 0 0 var(--iui-icon-color-negative);
|
|
409
327
|
}
|
|
410
|
-
.iui-table-body .iui-row
|
|
411
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
328
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type *::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content::-moz-selection, .iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content *::-moz-selection{
|
|
412
329
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
413
330
|
}
|
|
414
|
-
.iui-table-body .iui-row
|
|
415
|
-
.iui-table-body .iui-row
|
|
416
|
-
.iui-table-body .iui-row
|
|
417
|
-
.iui-table-body .iui-row
|
|
418
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
331
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type::selection,
|
|
332
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell:first-of-type *::selection,
|
|
333
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content::selection,
|
|
334
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] + .iui-table-expanded-content *::selection{
|
|
419
335
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
420
336
|
}
|
|
421
|
-
.iui-table-body .iui-row
|
|
422
|
-
fill
|
|
423
|
-
|
|
337
|
+
.iui-table-body .iui-table-row[data-iui-status=negative] .iui-table-cell-end-icon svg{
|
|
338
|
+
fill:var(--iui-icon-color-negative);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.iui-table-header-actions-container{
|
|
342
|
+
display:flex;
|
|
343
|
+
flex-grow:1;
|
|
344
|
+
align-items:center;
|
|
345
|
+
flex-wrap:wrap;
|
|
346
|
+
justify-content:flex-end;
|
|
347
|
+
margin-right:12px;
|
|
348
|
+
}
|
|
349
|
+
.iui-table-header-actions-container .iui-table-cell-end-icon{
|
|
350
|
+
width:28px;
|
|
351
|
+
height:28px;
|
|
352
|
+
margin-right:initial;
|
|
353
|
+
margin-left:auto;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.iui-table-body{
|
|
357
|
+
overflow-y:scroll;
|
|
358
|
+
overflow:overlay;
|
|
359
|
+
display:flex;
|
|
360
|
+
flex-direction:column;
|
|
361
|
+
flex-grow:1;
|
|
362
|
+
align-items:flex-start;
|
|
363
|
+
background-color:var(--iui-color-background-1);
|
|
364
|
+
}
|
|
365
|
+
.iui-table-body.iui-scroll-snapping{
|
|
366
|
+
-ms-scroll-snap-type:y mandatory;
|
|
367
|
+
scroll-snap-type:y mandatory;
|
|
368
|
+
}
|
|
369
|
+
.iui-table-body.iui-scroll-snapping .iui-table-row{
|
|
370
|
+
scroll-snap-align:start none;
|
|
371
|
+
}
|
|
372
|
+
.iui-table-body.iui-zebra-striping .iui-table-row:nth-child(even):not([aria-selected=true]) .iui-table-cell{
|
|
373
|
+
background:linear-gradient(rgba(var(--iui-color-foreground-body-rgb), 0.02), rgba(var(--iui-color-foreground-body-rgb), 0.02)), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
424
374
|
}
|
|
425
375
|
.iui-table-body > .iui-table-empty{
|
|
426
376
|
text-align:center;
|
|
@@ -430,32 +380,28 @@
|
|
|
430
380
|
justify-content:center;
|
|
431
381
|
align-items:center;
|
|
432
382
|
flex-grow:1;
|
|
433
|
-
-
|
|
434
|
-
align-self:center;
|
|
435
|
-
color:rgba(0, 0, 0, 0.4);
|
|
436
|
-
background-color:white;
|
|
383
|
+
align-self:center;
|
|
437
384
|
color:var(--iui-text-color-muted);
|
|
438
385
|
background-color:var(--iui-color-background-1);
|
|
439
386
|
}
|
|
440
387
|
|
|
441
|
-
.iui-cell{
|
|
388
|
+
.iui-table-cell{
|
|
442
389
|
align-items:center;
|
|
443
390
|
display:flex;
|
|
444
391
|
flex-grow:1;
|
|
445
392
|
min-width:64px;
|
|
446
|
-
min-height:57px;
|
|
447
393
|
padding-left:16px;
|
|
448
394
|
flex-basis:64px;
|
|
449
395
|
position:relative;
|
|
450
396
|
word-break:break-word;
|
|
451
397
|
}
|
|
452
|
-
.iui-cell:first-of-type{
|
|
398
|
+
.iui-table-cell:first-of-type{
|
|
453
399
|
border-left:solid 1px transparent;
|
|
454
400
|
}
|
|
455
|
-
.iui-cell:last-of-type{
|
|
401
|
+
.iui-table-cell:last-of-type{
|
|
456
402
|
border-right:solid 1px transparent;
|
|
457
403
|
}
|
|
458
|
-
.iui-cell.iui-slot{
|
|
404
|
+
.iui-table-cell.iui-slot{
|
|
459
405
|
width:48px;
|
|
460
406
|
padding:0;
|
|
461
407
|
flex-grow:0;
|
|
@@ -465,68 +411,57 @@
|
|
|
465
411
|
align-items:center;
|
|
466
412
|
flex-basis:48px;
|
|
467
413
|
}
|
|
468
|
-
.iui-cell.iui-cell-sticky{
|
|
414
|
+
.iui-table-cell.iui-table-cell-sticky{
|
|
469
415
|
position:-webkit-sticky;
|
|
470
416
|
position:sticky;
|
|
471
417
|
z-index:1;
|
|
472
418
|
left:var(--iui-table-sticky-left, initial);
|
|
473
419
|
right:var(--iui-table-sticky-right, initial);
|
|
474
420
|
}
|
|
475
|
-
.iui-cell:not(.iui-slot):last-child{
|
|
421
|
+
.iui-table-cell:not(.iui-slot):last-child{
|
|
476
422
|
padding-right:16px;
|
|
477
423
|
}
|
|
478
|
-
.iui-cell
|
|
479
|
-
background:linear-gradient(rgba(83, 162, 26, 0.1), rgba(83, 162, 26, 0.1)), linear-gradient(white, white);
|
|
424
|
+
.iui-table-cell[data-iui-status=positive]{
|
|
480
425
|
background:linear-gradient(rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
481
426
|
}
|
|
482
|
-
.iui-cell
|
|
483
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
427
|
+
.iui-table-cell[data-iui-status=positive]::-moz-selection, .iui-table-cell[data-iui-status=positive] *::-moz-selection{
|
|
484
428
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
485
429
|
}
|
|
486
|
-
.iui-cell
|
|
487
|
-
.iui-cell
|
|
488
|
-
background-color:rgba(83, 162, 26, 0.2);
|
|
430
|
+
.iui-table-cell[data-iui-status=positive]::selection,
|
|
431
|
+
.iui-table-cell[data-iui-status=positive] *::selection{
|
|
489
432
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
490
433
|
}
|
|
491
|
-
.iui-cell
|
|
492
|
-
background:linear-gradient(rgba(241, 141, 19, 0.1), rgba(241, 141, 19, 0.1)), linear-gradient(white, white);
|
|
434
|
+
.iui-table-cell[data-iui-status=warning]{
|
|
493
435
|
background:linear-gradient(rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
494
436
|
}
|
|
495
|
-
.iui-cell
|
|
496
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
437
|
+
.iui-table-cell[data-iui-status=warning]::-moz-selection, .iui-table-cell[data-iui-status=warning] *::-moz-selection{
|
|
497
438
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
498
439
|
}
|
|
499
|
-
.iui-cell
|
|
500
|
-
.iui-cell
|
|
501
|
-
background-color:rgba(241, 141, 19, 0.2);
|
|
440
|
+
.iui-table-cell[data-iui-status=warning]::selection,
|
|
441
|
+
.iui-table-cell[data-iui-status=warning] *::selection{
|
|
502
442
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
503
443
|
}
|
|
504
|
-
.iui-cell
|
|
505
|
-
background:linear-gradient(rgba(209, 10, 10, 0.1), rgba(209, 10, 10, 0.1)), linear-gradient(white, white);
|
|
444
|
+
.iui-table-cell[data-iui-status=negative]{
|
|
506
445
|
background:linear-gradient(rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-6)), rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-6))), linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
507
446
|
}
|
|
508
|
-
.iui-cell
|
|
509
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
447
|
+
.iui-table-cell[data-iui-status=negative]::-moz-selection, .iui-table-cell[data-iui-status=negative] *::-moz-selection{
|
|
510
448
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
511
449
|
}
|
|
512
|
-
.iui-cell
|
|
513
|
-
.iui-cell
|
|
514
|
-
background-color:rgba(209, 10, 10, 0.2);
|
|
450
|
+
.iui-table-cell[data-iui-status=negative]::selection,
|
|
451
|
+
.iui-table-cell[data-iui-status=negative] *::selection{
|
|
515
452
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
516
453
|
}
|
|
517
|
-
.iui-cell[contenteditable]{
|
|
454
|
+
.iui-table-cell[contenteditable]{
|
|
518
455
|
outline-offset:-1px;
|
|
519
456
|
}
|
|
520
|
-
.iui-cell[contenteditable]:focus, .iui-cell[contenteditable]:hover{
|
|
521
|
-
outline:1px solid #008ae0;
|
|
457
|
+
.iui-table-cell[contenteditable]:focus, .iui-table-cell[contenteditable]:hover{
|
|
522
458
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
523
459
|
}
|
|
524
|
-
.iui-cell[contenteditable]:focus{
|
|
525
|
-
background-color:white;
|
|
460
|
+
.iui-table-cell[contenteditable]:focus{
|
|
526
461
|
background-color:var(--iui-color-background-1);
|
|
527
462
|
}
|
|
528
463
|
|
|
529
|
-
.iui-cell-shadow-left{
|
|
464
|
+
.iui-table-cell-shadow-left{
|
|
530
465
|
position:absolute;
|
|
531
466
|
top:-1px;
|
|
532
467
|
bottom:-1px;
|
|
@@ -536,12 +471,12 @@
|
|
|
536
471
|
transform:translate(-100%);
|
|
537
472
|
box-shadow:inset -10px 0 5px -10px rgba(0, 0, 0, 0.25);
|
|
538
473
|
}
|
|
539
|
-
.iui-table-header .iui-cell-shadow-left{
|
|
474
|
+
.iui-table-header .iui-table-cell-shadow-left{
|
|
540
475
|
top:0;
|
|
541
476
|
bottom:0;
|
|
542
477
|
}
|
|
543
478
|
|
|
544
|
-
.iui-cell-shadow-right{
|
|
479
|
+
.iui-table-cell-shadow-right{
|
|
545
480
|
position:absolute;
|
|
546
481
|
top:-1px;
|
|
547
482
|
bottom:-1px;
|
|
@@ -551,12 +486,12 @@
|
|
|
551
486
|
transform:translate(100%);
|
|
552
487
|
box-shadow:inset 10px 0 5px -10px rgba(0, 0, 0, 0.25);
|
|
553
488
|
}
|
|
554
|
-
.iui-table-header .iui-cell-shadow-right{
|
|
489
|
+
.iui-table-header .iui-table-cell-shadow-right{
|
|
555
490
|
top:0;
|
|
556
491
|
bottom:0;
|
|
557
492
|
}
|
|
558
493
|
|
|
559
|
-
.iui-paginator{
|
|
494
|
+
.iui-table-paginator{
|
|
560
495
|
margin:0;
|
|
561
496
|
padding:0;
|
|
562
497
|
border:none;
|
|
@@ -564,62 +499,56 @@
|
|
|
564
499
|
display:flex;
|
|
565
500
|
justify-content:space-between;
|
|
566
501
|
align-items:center;
|
|
567
|
-
min-height:55px;
|
|
568
502
|
padding:0 16px;
|
|
569
503
|
-webkit-user-select:none;
|
|
570
504
|
-moz-user-select:none;
|
|
571
505
|
-ms-user-select:none;
|
|
572
506
|
user-select:none;
|
|
573
|
-
background-color:#edeff2;
|
|
574
507
|
background-color:var(--iui-color-background-3);
|
|
575
508
|
}
|
|
576
|
-
.iui-paginator > .iui-left,
|
|
577
|
-
.iui-paginator > .iui-center,
|
|
578
|
-
.iui-paginator > .iui-right{
|
|
509
|
+
.iui-table-paginator > .iui-left,
|
|
510
|
+
.iui-table-paginator > .iui-center,
|
|
511
|
+
.iui-table-paginator > .iui-right{
|
|
579
512
|
display:flex;
|
|
580
513
|
align-items:center;
|
|
581
514
|
position:relative;
|
|
582
515
|
flex:1;
|
|
583
516
|
min-width:0;
|
|
584
517
|
}
|
|
585
|
-
.iui-paginator > .iui-center{
|
|
518
|
+
.iui-table-paginator > .iui-center{
|
|
586
519
|
justify-content:center;
|
|
587
520
|
flex:2 1;
|
|
588
|
-
color:rgba(0, 0, 0, 0.8);
|
|
589
521
|
color:var(--iui-text-color);
|
|
590
522
|
}
|
|
591
|
-
.iui-paginator > .iui-right{
|
|
523
|
+
.iui-table-paginator > .iui-right{
|
|
592
524
|
justify-content:flex-end;
|
|
593
525
|
}
|
|
594
|
-
|
|
595
|
-
|
|
526
|
+
|
|
527
|
+
.iui-table-paginator-page-size-label{
|
|
596
528
|
color:var(--iui-text-color-muted);
|
|
597
529
|
white-space:nowrap;
|
|
598
530
|
overflow:hidden;
|
|
599
531
|
text-overflow:ellipsis;
|
|
600
532
|
}
|
|
601
533
|
|
|
602
|
-
.iui-paginator-ellipsis{
|
|
534
|
+
.iui-table-paginator-ellipsis{
|
|
603
535
|
display:flex;
|
|
604
536
|
justify-content:center;
|
|
605
537
|
align-items:center;
|
|
606
|
-
width:
|
|
607
|
-
color:rgba(0, 0, 0, 0.4);
|
|
538
|
+
width:40px;
|
|
608
539
|
color:var(--iui-text-color-muted);
|
|
609
540
|
}
|
|
610
|
-
.iui-paginator-ellipsis-small{
|
|
611
|
-
width:
|
|
541
|
+
.iui-table-paginator-ellipsis-small{
|
|
542
|
+
width:28px;
|
|
612
543
|
}
|
|
613
544
|
|
|
614
|
-
.iui-paginator-pages-group{
|
|
545
|
+
.iui-table-paginator-pages-group{
|
|
615
546
|
display:inline-flex;
|
|
616
547
|
align-items:center;
|
|
617
548
|
margin:0 8px;
|
|
618
549
|
}
|
|
619
550
|
|
|
620
|
-
.iui-paginator-page-button{
|
|
621
|
-
--_iui-button-active-stripe-inset:initial;
|
|
622
|
-
--_iui-button-text-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
|
|
551
|
+
.iui-table-paginator-page-button{
|
|
623
552
|
margin:0;
|
|
624
553
|
padding:0;
|
|
625
554
|
border:none;
|
|
@@ -630,143 +559,127 @@
|
|
|
630
559
|
vertical-align:middle;
|
|
631
560
|
justify-content:center;
|
|
632
561
|
position:relative;
|
|
633
|
-
box-sizing:border-box;
|
|
634
562
|
border-radius:4px;
|
|
635
|
-
line-height:
|
|
636
|
-
box-shadow:none;
|
|
563
|
+
line-height:24px;
|
|
637
564
|
font-size:14px;
|
|
638
565
|
font-weight:400;
|
|
639
|
-
text-decoration:none;
|
|
640
566
|
-webkit-user-select:none;
|
|
641
567
|
-moz-user-select:none;
|
|
642
568
|
-ms-user-select:none;
|
|
643
569
|
user-select:none;
|
|
644
570
|
cursor:pointer;
|
|
645
571
|
white-space:nowrap;
|
|
646
|
-
border:1px solid
|
|
647
|
-
|
|
648
|
-
color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-2));
|
|
572
|
+
border:1px solid var(--_iui-button-border-color);
|
|
573
|
+
background:var(--_iui-button-background-color);
|
|
649
574
|
color:var(--_iui-button-text-color);
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
padding:
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
width:38px;
|
|
656
|
-
--_iui-button-active-stripe-inset:calc(100% - 4px) 2px 2px;
|
|
657
|
-
}
|
|
658
|
-
@media (prefers-reduced-motion: no-preference){
|
|
659
|
-
.iui-paginator-page-button{
|
|
660
|
-
transition:color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
.iui-paginator-page-button:hover{
|
|
664
|
-
--_iui-button-text-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-1));
|
|
575
|
+
gap:var(--_iui-button-gap);
|
|
576
|
+
height:var(--_iui-button-height);
|
|
577
|
+
padding-inline:var(--_iui-button-padding-inline);
|
|
578
|
+
transition:background-color 0.2s ease-out, border-color 0.2s ease-out;
|
|
579
|
+
-webkit-tap-highlight-color:transparent;
|
|
665
580
|
text-decoration:none;
|
|
666
|
-
|
|
667
|
-
|
|
581
|
+
--_iui-button-gap:8px;
|
|
582
|
+
--_iui-button-height:40px;
|
|
583
|
+
--_iui-button-padding-inline:16px;
|
|
584
|
+
--_iui-button-text-color:var(--iui-text-color);
|
|
585
|
+
--_iui-button-background-color:transparent;
|
|
586
|
+
--_iui-button-border-color:transparent;
|
|
587
|
+
--_iui-button-icon-margin-x:4px;
|
|
588
|
+
--_iui-button-gap:8px;
|
|
589
|
+
--_iui-button-height:40px;
|
|
590
|
+
--_iui-button-padding-inline:16px;
|
|
591
|
+
--_iui-button-padding-inline:8px;
|
|
592
|
+
width:40px;
|
|
593
|
+
}
|
|
594
|
+
.iui-table-paginator-page-button:focus-visible{
|
|
668
595
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
669
596
|
outline-offset:-1px;
|
|
670
597
|
}
|
|
671
598
|
@supports not selector(*:focus-visible){
|
|
672
|
-
.iui-paginator-page-button:focus{
|
|
599
|
+
.iui-table-paginator-page-button:focus{
|
|
673
600
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
674
601
|
outline-offset:-1px;
|
|
675
602
|
}
|
|
676
603
|
}
|
|
677
|
-
.iui-paginator-page-button
|
|
678
|
-
|
|
679
|
-
background
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
}
|
|
690
|
-
.iui-paginator-page-button
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
}
|
|
696
|
-
.iui-paginator-page-button
|
|
697
|
-
|
|
698
|
-
color
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
background
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
border-color:var(--iui-color-background-disabled);
|
|
710
|
-
color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-5));
|
|
711
|
-
background-color:transparent;
|
|
712
|
-
border-color:transparent;
|
|
713
|
-
background-color:transparent;
|
|
714
|
-
border-color:transparent;
|
|
715
|
-
}
|
|
716
|
-
.iui-paginator-page-button[disabled].iui-active, .iui-paginator-page-button:disabled.iui-active{
|
|
717
|
-
background-color:rgba(0, 0, 0, 0.05);
|
|
718
|
-
background-color:rgba(var(--iui-color-foreground-body-rgb), 0.05);
|
|
719
|
-
}
|
|
720
|
-
.iui-paginator-page-button.iui-active::after{
|
|
604
|
+
.iui-table-paginator-page-button:where(:hover, :active){
|
|
605
|
+
--_iui-button-text-color:var(--iui-color-foreground-body);
|
|
606
|
+
--_iui-button-background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
|
|
607
|
+
}
|
|
608
|
+
.iui-table-paginator-page-button:where(:focus){
|
|
609
|
+
outline-offset:-1px;
|
|
610
|
+
outline-width:1px;
|
|
611
|
+
}
|
|
612
|
+
.iui-table-paginator-page-button:where([disabled], :disabled, [aria-disabled="true"]){
|
|
613
|
+
--_iui-button-text-color:var(--iui-text-color-placeholder);
|
|
614
|
+
--_iui-button-background-color:transparent;
|
|
615
|
+
--_iui-button-border-color:transparent;
|
|
616
|
+
}
|
|
617
|
+
.iui-table-paginator-page-button-small{
|
|
618
|
+
--_iui-button-gap:4px;
|
|
619
|
+
--_iui-button-height:28px;
|
|
620
|
+
--_iui-button-padding-inline:8px;
|
|
621
|
+
width:28px;
|
|
622
|
+
}
|
|
623
|
+
.iui-table-paginator-page-button[data-iui-active=true]{
|
|
624
|
+
--_iui-button-active-stripe-inset:initial;
|
|
625
|
+
--_iui-button-active-stripe-color:var(--iui-color-foreground-primary);
|
|
626
|
+
--_iui-button-text-color:var(--iui-color-foreground-primary);
|
|
627
|
+
--_iui-button-background-color:linear-gradient(
|
|
628
|
+
rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6)),
|
|
629
|
+
rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6))
|
|
630
|
+
),
|
|
631
|
+
linear-gradient(var(--iui-color-background-1), var(--iui-color-background-1));
|
|
632
|
+
--_iui-button-background-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6));
|
|
633
|
+
--_iui-button-active-stripe-inset:calc(100% - 4px) 2px 2px;
|
|
634
|
+
}
|
|
635
|
+
.iui-table-paginator-page-button[data-iui-active=true]::after{
|
|
721
636
|
content:"";
|
|
722
637
|
position:absolute;
|
|
723
638
|
inset:var(--_iui-button-active-stripe-inset);
|
|
724
|
-
background-color:var(--
|
|
639
|
+
background-color:var(--_iui-button-active-stripe-color);
|
|
640
|
+
}
|
|
641
|
+
.iui-table-paginator-page-button[data-iui-active=true][disabled], .iui-table-paginator-page-button[data-iui-active=true]:disabled, .iui-table-paginator-page-button[data-iui-active=true][aria-disabled=true]{
|
|
642
|
+
--_iui-button-active-stripe-color:var(--iui-text-color-placeholder);
|
|
643
|
+
--_iui-button-text-color:var(--iui-text-color-placeholder);
|
|
725
644
|
}
|
|
726
|
-
.iui-paginator-page-button
|
|
727
|
-
background-color:
|
|
645
|
+
.iui-table-paginator-page-button[data-iui-active=true][disabled], .iui-table-paginator-page-button[data-iui-active=true]:disabled, .iui-table-paginator-page-button[data-iui-active=true][aria-disabled=true]{
|
|
646
|
+
--_iui-button-background-color:var(--iui-color-background-disabled);
|
|
728
647
|
}
|
|
729
|
-
.iui-paginator-page-button-
|
|
730
|
-
|
|
731
|
-
height:27px;
|
|
732
|
-
gap:4px;
|
|
733
|
-
width:27px;
|
|
648
|
+
.iui-table-paginator-page-button[data-iui-active=true]:where([disabled], :disabled, [aria-disabled="true"]){
|
|
649
|
+
--_iui-button-background-color:rgba(var(--iui-color-foreground-body-rgb), 0.05);
|
|
734
650
|
}
|
|
735
651
|
|
|
736
|
-
.iui-column-filter{
|
|
652
|
+
.iui-table-column-filter{
|
|
737
653
|
--iui-surface-background-color:var(--iui-color-background-1);
|
|
738
654
|
--iui-surface-border-radius:0;
|
|
739
655
|
--iui-surface-elevation:0 1px 5px rgba(0, 0, 0, 0.25);
|
|
740
656
|
background-color:var(--iui-surface-background-color);
|
|
741
657
|
border-radius:var(--iui-surface-border-radius);
|
|
742
658
|
box-shadow:var(--iui-surface-elevation);
|
|
743
|
-
box-sizing:border-box;
|
|
744
659
|
color:var(--iui-text-color);
|
|
745
|
-
padding:
|
|
660
|
+
padding:12px 12px;
|
|
746
661
|
display:inline-flex;
|
|
747
662
|
flex-direction:column;
|
|
748
663
|
align-items:flex-end;
|
|
749
664
|
}
|
|
750
665
|
@media (forced-colors: active){
|
|
751
|
-
.iui-column-filter{
|
|
666
|
+
.iui-table-column-filter{
|
|
752
667
|
border:1px solid transparent;
|
|
753
668
|
}
|
|
754
669
|
}
|
|
755
|
-
.iui-column-filter > .iui-input-container:not(.iui-inline-label){
|
|
670
|
+
.iui-table-column-filter > .iui-input-container:not(.iui-inline-label){
|
|
756
671
|
width:100%;
|
|
757
672
|
}
|
|
758
|
-
.iui-column-filter > .iui-input-container,
|
|
759
|
-
.iui-column-filter > .iui-input{
|
|
760
|
-
margin-bottom:
|
|
673
|
+
.iui-table-column-filter > .iui-input-container,
|
|
674
|
+
.iui-table-column-filter > .iui-input{
|
|
675
|
+
margin-bottom:12px;
|
|
761
676
|
}
|
|
762
|
-
.iui-column-filter > .iui-button-bar{
|
|
677
|
+
.iui-table-column-filter > .iui-button-bar{
|
|
763
678
|
display:flex;
|
|
764
679
|
width:100%;
|
|
765
680
|
align-content:center;
|
|
681
|
+
gap:8px;
|
|
766
682
|
}
|
|
767
|
-
.iui-column-filter > .iui-button-bar > .iui-button:first-of-type{
|
|
683
|
+
.iui-table-column-filter > .iui-button-bar > .iui-button:first-of-type{
|
|
768
684
|
margin-left:auto;
|
|
769
|
-
}
|
|
770
|
-
.iui-column-filter > .iui-button-bar > .iui-button:not(:last-child){
|
|
771
|
-
margin-right:8px;
|
|
772
685
|
}
|