@itwin/itwinui-css 0.57.0 → 0.59.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/css/all.css +388 -230
- package/css/breadcrumbs.css +50 -47
- package/css/dialog.css +201 -0
- package/css/information-panel.css +2 -2
- package/css/side-navigation.css +1 -1
- package/css/table.css +137 -51
- package/package.json +1 -1
- package/scss/breadcrumbs/breadcrumbs.scss +5 -2
- package/scss/breadcrumbs/classes.scss +3 -0
- package/scss/classes.scss +1 -1
- package/scss/dialog/classes.scss +47 -0
- package/scss/dialog/dialog.scss +213 -0
- package/scss/{modal → dialog}/index.scss +1 -1
- package/scss/index.scss +1 -1
- package/scss/information-panel/information-panel.scss +2 -2
- package/scss/side-navigation/side-navigation.scss +2 -2
- package/scss/style/elevation.scss +6 -5
- package/scss/table/classes.scss +16 -0
- package/scss/table/condensed.scss +4 -1
- package/scss/table/extra-condensed.scss +8 -1
- package/scss/table/table.scss +138 -38
- package/css/modal.css +0 -132
- package/scss/modal/classes.scss +0 -15
- package/scss/modal/modal.scss +0 -155
package/css/all.css
CHANGED
|
@@ -1103,15 +1103,18 @@ html.iui-theme-dark-hc{
|
|
|
1103
1103
|
.iui-breadcrumbs-item > *{
|
|
1104
1104
|
max-width:26ch;
|
|
1105
1105
|
}
|
|
1106
|
-
|
|
1106
|
+
|
|
1107
|
+
.iui-breadcrumbs-item-overrides > *{
|
|
1107
1108
|
padding:0 8px;
|
|
1108
1109
|
overflow:hidden;
|
|
1109
1110
|
white-space:nowrap;
|
|
1110
1111
|
text-overflow:ellipsis;
|
|
1112
|
+
}
|
|
1113
|
+
.iui-breadcrumbs-item-overrides > *:not(.iui-button){
|
|
1111
1114
|
color:rgba(0, 0, 0, 0.8);
|
|
1112
1115
|
color:var(--iui-text-color);
|
|
1113
1116
|
}
|
|
1114
|
-
.iui-breadcrumbs-item > :-webkit-any-link{
|
|
1117
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link{
|
|
1115
1118
|
color:#008ae0;
|
|
1116
1119
|
-webkit-tap-highlight-color:rgba(0, 138, 224, 0.2);
|
|
1117
1120
|
color:var(--iui-color-foreground-primary);
|
|
@@ -1121,7 +1124,7 @@ html.iui-theme-dark-hc{
|
|
|
1121
1124
|
cursor:pointer;
|
|
1122
1125
|
text-decoration:none;
|
|
1123
1126
|
}
|
|
1124
|
-
.iui-breadcrumbs-item > :-moz-any-link{
|
|
1127
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link{
|
|
1125
1128
|
color:#008ae0;
|
|
1126
1129
|
-webkit-tap-highlight-color:rgba(0, 138, 224, 0.2);
|
|
1127
1130
|
color:var(--iui-color-foreground-primary);
|
|
@@ -1131,7 +1134,7 @@ html.iui-theme-dark-hc{
|
|
|
1131
1134
|
cursor:pointer;
|
|
1132
1135
|
text-decoration:none;
|
|
1133
1136
|
}
|
|
1134
|
-
.iui-breadcrumbs-item > :any-link{
|
|
1137
|
+
.iui-breadcrumbs-item-overrides > :any-link{
|
|
1135
1138
|
color:#008ae0;
|
|
1136
1139
|
-webkit-tap-highlight-color:rgba(0, 138, 224, 0.2);
|
|
1137
1140
|
color:var(--iui-color-foreground-primary);
|
|
@@ -1141,125 +1144,125 @@ html.iui-theme-dark-hc{
|
|
|
1141
1144
|
cursor:pointer;
|
|
1142
1145
|
text-decoration:none;
|
|
1143
1146
|
}
|
|
1144
|
-
.iui-breadcrumbs-item > :-webkit-any-link:focus-visible{
|
|
1147
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link:focus-visible{
|
|
1145
1148
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1146
1149
|
outline-offset:1px;
|
|
1147
1150
|
}
|
|
1148
|
-
.iui-breadcrumbs-item > :-moz-any-link:focus-visible{
|
|
1151
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link:focus-visible{
|
|
1149
1152
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1150
1153
|
outline-offset:1px;
|
|
1151
1154
|
}
|
|
1152
|
-
.iui-breadcrumbs-item > :any-link:focus-visible{
|
|
1155
|
+
.iui-breadcrumbs-item-overrides > :any-link:focus-visible{
|
|
1153
1156
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1154
1157
|
outline-offset:1px;
|
|
1155
1158
|
}
|
|
1156
1159
|
@supports not selector(*:focus-visible){
|
|
1157
|
-
.iui-breadcrumbs-item > :-webkit-any-link:focus{
|
|
1160
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link:focus{
|
|
1158
1161
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1159
1162
|
outline-offset:1px;
|
|
1160
1163
|
}
|
|
1161
|
-
.iui-breadcrumbs-item > :-moz-any-link:focus{
|
|
1164
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link:focus{
|
|
1162
1165
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1163
1166
|
outline-offset:1px;
|
|
1164
1167
|
}
|
|
1165
|
-
.iui-breadcrumbs-item > :any-link:focus{
|
|
1168
|
+
.iui-breadcrumbs-item-overrides > :any-link:focus{
|
|
1166
1169
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1167
1170
|
outline-offset:1px;
|
|
1168
1171
|
}
|
|
1169
1172
|
}
|
|
1170
|
-
.iui-breadcrumbs-item > :-webkit-any-link:hover{
|
|
1173
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
|
|
1171
1174
|
color:#006bad;
|
|
1172
1175
|
color:var(--iui-color-foreground-primary-overlay);
|
|
1173
1176
|
}
|
|
1174
|
-
.iui-breadcrumbs-item > :-moz-any-link:hover{
|
|
1177
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
|
|
1175
1178
|
color:#006bad;
|
|
1176
1179
|
color:var(--iui-color-foreground-primary-overlay);
|
|
1177
1180
|
}
|
|
1178
|
-
.iui-breadcrumbs-item > :any-link:hover{
|
|
1181
|
+
.iui-breadcrumbs-item-overrides > :any-link:hover{
|
|
1179
1182
|
color:#006bad;
|
|
1180
1183
|
color:var(--iui-color-foreground-primary-overlay);
|
|
1181
1184
|
}
|
|
1182
|
-
.iui-breadcrumbs-item > :-webkit-any-link:hover{
|
|
1185
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
|
|
1183
1186
|
text-decoration:underline;
|
|
1184
1187
|
}
|
|
1185
|
-
.iui-breadcrumbs-item > :-moz-any-link:hover{
|
|
1188
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
|
|
1186
1189
|
text-decoration:underline;
|
|
1187
1190
|
}
|
|
1188
|
-
.iui-breadcrumbs-item > :any-link:hover{
|
|
1191
|
+
.iui-breadcrumbs-item-overrides > :any-link:hover{
|
|
1189
1192
|
text-decoration:underline;
|
|
1190
1193
|
}
|
|
1191
1194
|
@media (prefers-contrast: more){
|
|
1192
|
-
.iui-breadcrumbs-item > :-webkit-any-link{
|
|
1195
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link{
|
|
1193
1196
|
text-decoration:underline;
|
|
1194
1197
|
}
|
|
1195
|
-
.iui-breadcrumbs-item > :-moz-any-link{
|
|
1198
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link{
|
|
1196
1199
|
text-decoration:underline;
|
|
1197
1200
|
}
|
|
1198
|
-
.iui-breadcrumbs-item > :any-link{
|
|
1201
|
+
.iui-breadcrumbs-item-overrides > :any-link{
|
|
1199
1202
|
text-decoration:underline;
|
|
1200
1203
|
}
|
|
1201
|
-
.iui-breadcrumbs-item > :-webkit-any-link:hover{
|
|
1204
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
|
|
1202
1205
|
text-decoration:none;
|
|
1203
1206
|
}
|
|
1204
|
-
.iui-breadcrumbs-item > :-moz-any-link:hover{
|
|
1207
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
|
|
1205
1208
|
text-decoration:none;
|
|
1206
1209
|
}
|
|
1207
|
-
.iui-breadcrumbs-item > :any-link:hover{
|
|
1210
|
+
.iui-breadcrumbs-item-overrides > :any-link:hover{
|
|
1208
1211
|
text-decoration:none;
|
|
1209
1212
|
}
|
|
1210
1213
|
}
|
|
1211
|
-
.iui-theme-light .iui-breadcrumbs-item > :-webkit-any-link, .iui-theme-dark .iui-breadcrumbs-item > :-webkit-any-link{
|
|
1214
|
+
.iui-theme-light .iui-breadcrumbs-item-overrides > :-webkit-any-link, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-webkit-any-link{
|
|
1212
1215
|
text-decoration:none;
|
|
1213
1216
|
}
|
|
1214
|
-
.iui-theme-light .iui-breadcrumbs-item > :-moz-any-link, .iui-theme-dark .iui-breadcrumbs-item > :-moz-any-link{
|
|
1217
|
+
.iui-theme-light .iui-breadcrumbs-item-overrides > :-moz-any-link, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-moz-any-link{
|
|
1215
1218
|
text-decoration:none;
|
|
1216
1219
|
}
|
|
1217
|
-
.iui-theme-light .iui-breadcrumbs-item > :any-link, .iui-theme-dark .iui-breadcrumbs-item > :any-link{
|
|
1220
|
+
.iui-theme-light .iui-breadcrumbs-item-overrides > :any-link, .iui-theme-dark .iui-breadcrumbs-item-overrides > :any-link{
|
|
1218
1221
|
text-decoration:none;
|
|
1219
1222
|
}
|
|
1220
|
-
.iui-theme-light .iui-breadcrumbs-item > :-webkit-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item > :-webkit-any-link:hover{
|
|
1223
|
+
.iui-theme-light .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
|
|
1221
1224
|
text-decoration:underline;
|
|
1222
1225
|
}
|
|
1223
|
-
.iui-theme-light .iui-breadcrumbs-item > :-moz-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item > :-moz-any-link:hover{
|
|
1226
|
+
.iui-theme-light .iui-breadcrumbs-item-overrides > :-moz-any-link:hover, .iui-theme-dark .iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
|
|
1224
1227
|
text-decoration:underline;
|
|
1225
1228
|
}
|
|
1226
|
-
.iui-theme-light .iui-breadcrumbs-item > :any-link:hover, .iui-theme-dark .iui-breadcrumbs-item > :any-link:hover{
|
|
1229
|
+
.iui-theme-light .iui-breadcrumbs-item-overrides > :any-link:hover, .iui-theme-dark .iui-breadcrumbs-item-overrides > :any-link:hover{
|
|
1227
1230
|
text-decoration:underline;
|
|
1228
1231
|
}
|
|
1229
1232
|
|
|
1230
|
-
.iui-theme-light-hc .iui-breadcrumbs-item > :-webkit-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item > :-webkit-any-link{
|
|
1233
|
+
.iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link{
|
|
1231
1234
|
text-decoration:underline;
|
|
1232
1235
|
}
|
|
1233
1236
|
|
|
1234
|
-
.iui-theme-light-hc .iui-breadcrumbs-item > :-moz-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item > :-moz-any-link{
|
|
1237
|
+
.iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-moz-any-link, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-moz-any-link{
|
|
1235
1238
|
text-decoration:underline;
|
|
1236
1239
|
}
|
|
1237
1240
|
|
|
1238
|
-
.iui-theme-light-hc .iui-breadcrumbs-item > :any-link, .iui-theme-dark-hc .iui-breadcrumbs-item > :any-link{
|
|
1241
|
+
.iui-theme-light-hc .iui-breadcrumbs-item-overrides > :any-link, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :any-link{
|
|
1239
1242
|
text-decoration:underline;
|
|
1240
1243
|
}
|
|
1241
|
-
.iui-theme-light-hc .iui-breadcrumbs-item > :-webkit-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item > :-webkit-any-link:hover{
|
|
1244
|
+
.iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-webkit-any-link:hover{
|
|
1242
1245
|
text-decoration:none;
|
|
1243
1246
|
}
|
|
1244
|
-
.iui-theme-light-hc .iui-breadcrumbs-item > :-moz-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item > :-moz-any-link:hover{
|
|
1247
|
+
.iui-theme-light-hc .iui-breadcrumbs-item-overrides > :-moz-any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :-moz-any-link:hover{
|
|
1245
1248
|
text-decoration:none;
|
|
1246
1249
|
}
|
|
1247
|
-
.iui-theme-light-hc .iui-breadcrumbs-item > :any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item > :any-link:hover{
|
|
1250
|
+
.iui-theme-light-hc .iui-breadcrumbs-item-overrides > :any-link:hover, .iui-theme-dark-hc .iui-breadcrumbs-item-overrides > :any-link:hover{
|
|
1248
1251
|
text-decoration:none;
|
|
1249
1252
|
}
|
|
1250
1253
|
|
|
1251
|
-
.iui-breadcrumbs-item > :-webkit-any-link:focus{
|
|
1254
|
+
.iui-breadcrumbs-item-overrides > :-webkit-any-link:focus{
|
|
1252
1255
|
outline-offset:-1px;
|
|
1253
1256
|
}
|
|
1254
1257
|
|
|
1255
|
-
.iui-breadcrumbs-item > :-moz-any-link:focus{
|
|
1258
|
+
.iui-breadcrumbs-item-overrides > :-moz-any-link:focus{
|
|
1256
1259
|
outline-offset:-1px;
|
|
1257
1260
|
}
|
|
1258
1261
|
|
|
1259
|
-
.iui-breadcrumbs-item > :any-link:focus{
|
|
1262
|
+
.iui-breadcrumbs-item-overrides > :any-link:focus{
|
|
1260
1263
|
outline-offset:-1px;
|
|
1261
1264
|
}
|
|
1262
|
-
.iui-breadcrumbs-item .iui-button.iui-button{
|
|
1265
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button{
|
|
1263
1266
|
border-color:transparent;
|
|
1264
1267
|
background-color:transparent;
|
|
1265
1268
|
padding:0 8px;
|
|
@@ -1267,24 +1270,24 @@ html.iui-theme-dark-hc{
|
|
|
1267
1270
|
gap:8px;
|
|
1268
1271
|
border:none;
|
|
1269
1272
|
}
|
|
1270
|
-
.iui-breadcrumbs-item .iui-button.iui-button > .iui-button-icon:only-child{
|
|
1273
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button > .iui-button-icon:only-child{
|
|
1271
1274
|
margin-left:3px;
|
|
1272
1275
|
margin-right:3px;
|
|
1273
1276
|
}
|
|
1274
|
-
.iui-breadcrumbs-item .iui-button.iui-button:hover{
|
|
1277
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button:hover{
|
|
1275
1278
|
background-color:rgba(0, 0, 0, 0.1);
|
|
1276
1279
|
border-color:transparent;
|
|
1277
1280
|
background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
|
|
1278
1281
|
border-color:transparent;
|
|
1279
1282
|
}
|
|
1280
|
-
.iui-breadcrumbs-item .iui-button.iui-button.iui-active{
|
|
1283
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button.iui-active{
|
|
1281
1284
|
background-color:rgba(0, 138, 224, 0.1);
|
|
1282
1285
|
color:#008ae0;
|
|
1283
1286
|
background-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6));
|
|
1284
1287
|
color:var(--iui-color-foreground-primary);
|
|
1285
1288
|
border-color:transparent;
|
|
1286
1289
|
}
|
|
1287
|
-
.iui-breadcrumbs-item .iui-button.iui-button[disabled], .iui-breadcrumbs-item .iui-button.iui-button:disabled{
|
|
1290
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button[disabled], .iui-breadcrumbs-item-overrides .iui-button.iui-button:disabled{
|
|
1288
1291
|
cursor:not-allowed;
|
|
1289
1292
|
background:#edeff2;
|
|
1290
1293
|
border-color:#edeff2;
|
|
@@ -1297,26 +1300,26 @@ html.iui-theme-dark-hc{
|
|
|
1297
1300
|
background-color:transparent;
|
|
1298
1301
|
border-color:transparent;
|
|
1299
1302
|
}
|
|
1300
|
-
.iui-breadcrumbs-item .iui-button.iui-button[disabled].iui-active, .iui-breadcrumbs-item .iui-button.iui-button:disabled.iui-active{
|
|
1303
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button[disabled].iui-active, .iui-breadcrumbs-item-overrides .iui-button.iui-button:disabled.iui-active{
|
|
1301
1304
|
background-color:rgba(0, 0, 0, 0.05);
|
|
1302
1305
|
background-color:rgba(var(--iui-color-foreground-body-rgb), 0.05);
|
|
1303
1306
|
}
|
|
1304
|
-
.iui-breadcrumbs-item .iui-button.iui-button:focus-visible{
|
|
1307
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button:focus-visible{
|
|
1305
1308
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1306
1309
|
outline-offset:-1px;
|
|
1307
1310
|
}
|
|
1308
1311
|
@supports not selector(*:focus-visible){
|
|
1309
|
-
.iui-breadcrumbs-item .iui-button.iui-button:focus{
|
|
1312
|
+
.iui-breadcrumbs-item-overrides .iui-button.iui-button:focus{
|
|
1310
1313
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
1311
1314
|
outline-offset:-1px;
|
|
1312
1315
|
}
|
|
1313
1316
|
}
|
|
1314
|
-
.iui-breadcrumbs-item .iui-button-label{
|
|
1317
|
+
.iui-breadcrumbs-item-overrides .iui-button-label{
|
|
1315
1318
|
overflow:hidden;
|
|
1316
1319
|
white-space:nowrap;
|
|
1317
1320
|
text-overflow:ellipsis;
|
|
1318
1321
|
}
|
|
1319
|
-
.iui-breadcrumbs-item .iui-button:not([aria-current]), .iui-breadcrumbs-item .iui-button:not([aria-current]):hover, .iui-breadcrumbs-item .iui-button:not([aria-current]):active{
|
|
1322
|
+
.iui-breadcrumbs-item-overrides .iui-button:not([aria-current]), .iui-breadcrumbs-item-overrides .iui-button:not([aria-current]):hover, .iui-breadcrumbs-item-overrides .iui-button:not([aria-current]):active{
|
|
1320
1323
|
--_iui-button-text-color:var(--iui-color-foreground-primary);
|
|
1321
1324
|
}
|
|
1322
1325
|
|
|
@@ -2946,6 +2949,204 @@ a.iui-breadcrumbs-text:focus{
|
|
|
2946
2949
|
border-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-4));
|
|
2947
2950
|
}
|
|
2948
2951
|
|
|
2952
|
+
.iui-dialog-backdrop{
|
|
2953
|
+
margin:0;
|
|
2954
|
+
padding:0;
|
|
2955
|
+
border:none;
|
|
2956
|
+
vertical-align:baseline;
|
|
2957
|
+
z-index:999;
|
|
2958
|
+
isolation:isolate;
|
|
2959
|
+
position:fixed;
|
|
2960
|
+
top:0;
|
|
2961
|
+
left:0;
|
|
2962
|
+
width:100%;
|
|
2963
|
+
height:100%;
|
|
2964
|
+
background-color:rgba(0, 0, 0, 0.4);
|
|
2965
|
+
background-color:rgba(0, 0, 0, var(--iui-opacity-4));
|
|
2966
|
+
visibility:hidden;
|
|
2967
|
+
opacity:0;
|
|
2968
|
+
transition:visibility 0s linear 0.2s, opacity 0.2s ease-out;
|
|
2969
|
+
}
|
|
2970
|
+
.iui-dialog-backdrop.iui-dialog-visible{
|
|
2971
|
+
visibility:visible;
|
|
2972
|
+
opacity:1;
|
|
2973
|
+
transition-delay:0s;
|
|
2974
|
+
}
|
|
2975
|
+
.iui-dialog-backdrop.iui-dialog-backdrop-relative{
|
|
2976
|
+
position:relative;
|
|
2977
|
+
overflow:hidden;
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
.iui-dialog{
|
|
2981
|
+
border-radius:3px;
|
|
2982
|
+
box-shadow:0 9px 46px rgba(0, 0, 0, 0.25);
|
|
2983
|
+
box-sizing:border-box;
|
|
2984
|
+
position:absolute;
|
|
2985
|
+
padding:11px 16px;
|
|
2986
|
+
box-sizing:border-box;
|
|
2987
|
+
padding:11px 16px;
|
|
2988
|
+
overflow:hidden;
|
|
2989
|
+
background-color:white;
|
|
2990
|
+
background-color:var(--iui-color-background-1);
|
|
2991
|
+
}
|
|
2992
|
+
@media (forced-colors: active){
|
|
2993
|
+
.iui-dialog{
|
|
2994
|
+
border:1px solid;
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
|
|
2998
|
+
.iui-dialog-default .iui-dialog{
|
|
2999
|
+
left:50%;
|
|
3000
|
+
top:33%;
|
|
3001
|
+
transform:translate(-50%, -33%);
|
|
3002
|
+
max-width:50%;
|
|
3003
|
+
min-width:380px;
|
|
3004
|
+
max-height:100vh;
|
|
3005
|
+
}
|
|
3006
|
+
@media screen and (max-width: 400px){
|
|
3007
|
+
.iui-dialog-default .iui-dialog{
|
|
3008
|
+
max-width:95%;
|
|
3009
|
+
width:95%;
|
|
3010
|
+
min-width:95%;
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
@media (prefers-reduced-motion: no-preference){
|
|
3015
|
+
.iui-dialog-full-page{
|
|
3016
|
+
transition:visibility 0s linear 0.8s, opacity 0.4s ease-out 0.2s;
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
.iui-dialog-full-page .iui-dialog{
|
|
3020
|
+
border-radius:0;
|
|
3021
|
+
height:100vh;
|
|
3022
|
+
width:100vw;
|
|
3023
|
+
top:0;
|
|
3024
|
+
left:0;
|
|
3025
|
+
max-width:initial;
|
|
3026
|
+
min-width:initial;
|
|
3027
|
+
display:flex;
|
|
3028
|
+
flex-direction:column;
|
|
3029
|
+
will-change:transform;
|
|
3030
|
+
}
|
|
3031
|
+
@media (prefers-reduced-motion: no-preference){
|
|
3032
|
+
.iui-dialog-full-page .iui-dialog{
|
|
3033
|
+
transform:translateY(100%);
|
|
3034
|
+
transition:visibility 0s linear 0.4s, opacity 0s linear 0.4s, transform 0.2s ease-in;
|
|
3035
|
+
}
|
|
3036
|
+
}
|
|
3037
|
+
.iui-dialog-full-page.iui-dialog-visible .iui-dialog{
|
|
3038
|
+
transform:translateY(0);
|
|
3039
|
+
}
|
|
3040
|
+
@media (prefers-reduced-motion: no-preference){
|
|
3041
|
+
.iui-dialog-full-page.iui-dialog-visible .iui-dialog{
|
|
3042
|
+
transition:transform 0.4s ease-out;
|
|
3043
|
+
}
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
.iui-dialog-draggable{
|
|
3047
|
+
background-color:transparent;
|
|
3048
|
+
pointer-events:none;
|
|
3049
|
+
z-index:998;
|
|
3050
|
+
}
|
|
3051
|
+
.iui-dialog-draggable .iui-dialog{
|
|
3052
|
+
pointer-events:initial;
|
|
3053
|
+
max-width:100vw;
|
|
3054
|
+
max-height:100vh;
|
|
3055
|
+
min-width:380px;
|
|
3056
|
+
min-height:144px;
|
|
3057
|
+
display:flex;
|
|
3058
|
+
flex-direction:column;
|
|
3059
|
+
padding:0;
|
|
3060
|
+
border:1px solid #c7ccd1;
|
|
3061
|
+
border:1px solid var(--iui-color-background-border);
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
.iui-dialog-title{
|
|
3065
|
+
font-size:inherit;
|
|
3066
|
+
white-space:nowrap;
|
|
3067
|
+
overflow:hidden;
|
|
3068
|
+
text-overflow:ellipsis;
|
|
3069
|
+
line-height:1.5;
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
.iui-dialog-title-bar{
|
|
3073
|
+
display:flex;
|
|
3074
|
+
align-items:center;
|
|
3075
|
+
margin-bottom:11px;
|
|
3076
|
+
justify-content:space-between;
|
|
3077
|
+
box-sizing:border-box;
|
|
3078
|
+
font-size:18px;
|
|
3079
|
+
}
|
|
3080
|
+
.iui-dialog-draggable .iui-dialog-title-bar{
|
|
3081
|
+
-webkit-user-select:none;
|
|
3082
|
+
-moz-user-select:none;
|
|
3083
|
+
-ms-user-select:none;
|
|
3084
|
+
user-select:none;
|
|
3085
|
+
font-size:16px;
|
|
3086
|
+
padding:6px 16px;
|
|
3087
|
+
cursor:-webkit-grab;
|
|
3088
|
+
cursor:grab;
|
|
3089
|
+
background-color:#edeff2;
|
|
3090
|
+
border-bottom:1px solid #c7ccd1;
|
|
3091
|
+
background-color:var(--iui-color-background-3);
|
|
3092
|
+
border-bottom:1px solid var(--iui-color-background-border);
|
|
3093
|
+
}
|
|
3094
|
+
.iui-dialog-draggable .iui-dialog-title-bar:active{
|
|
3095
|
+
cursor:-webkit-grabbing;
|
|
3096
|
+
cursor:grabbing;
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3099
|
+
.iui-dialog-content{
|
|
3100
|
+
flex-grow:2;
|
|
3101
|
+
margin:0 -16px;
|
|
3102
|
+
padding:0 16px;
|
|
3103
|
+
overflow-y:auto;
|
|
3104
|
+
overflow-y:overlay;
|
|
3105
|
+
}
|
|
3106
|
+
.iui-dialog-draggable .iui-dialog-content{
|
|
3107
|
+
margin:0;
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3110
|
+
.iui-dialog-button-bar{
|
|
3111
|
+
margin-top:11px;
|
|
3112
|
+
display:flex;
|
|
3113
|
+
align-items:center;
|
|
3114
|
+
justify-content:flex-end;
|
|
3115
|
+
}
|
|
3116
|
+
.iui-dialog-draggable .iui-dialog-button-bar{
|
|
3117
|
+
padding:0 16px 11px 16px;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
.iui-dialog-button-bar > .iui-button:not(:last-child){
|
|
3121
|
+
margin-right:8px;
|
|
3122
|
+
}
|
|
3123
|
+
@supports ((-moz-column-gap: 8px) or (column-gap: 8px)){
|
|
3124
|
+
.iui-dialog-button-bar{
|
|
3125
|
+
-moz-column-gap:8px;
|
|
3126
|
+
column-gap:8px;
|
|
3127
|
+
}
|
|
3128
|
+
.iui-dialog-button-bar > .iui-button:not(:last-child){
|
|
3129
|
+
margin-right:0;
|
|
3130
|
+
}
|
|
3131
|
+
}
|
|
3132
|
+
|
|
3133
|
+
.iui-dialog-animation-enter .iui-dialog-full-page .iui-dialog{
|
|
3134
|
+
transform:translateY(100%);
|
|
3135
|
+
opacity:0;
|
|
3136
|
+
}
|
|
3137
|
+
.iui-dialog-animation-enter-active .iui-dialog-full-page .iui-dialog{
|
|
3138
|
+
transform:translateY(0);
|
|
3139
|
+
opacity:1;
|
|
3140
|
+
}
|
|
3141
|
+
.iui-dialog-animation-enter .iui-dialog-backdrop{
|
|
3142
|
+
visibility:hidden;
|
|
3143
|
+
opacity:0;
|
|
3144
|
+
}
|
|
3145
|
+
.iui-dialog-animation-enter-active .iui-dialog-backdrop{
|
|
3146
|
+
visibility:visible;
|
|
3147
|
+
opacity:1;
|
|
3148
|
+
}
|
|
3149
|
+
|
|
2949
3150
|
.iui-expandable-block{
|
|
2950
3151
|
margin:0;
|
|
2951
3152
|
padding:0;
|
|
@@ -4157,7 +4358,7 @@ button.iui-header-logo:hover:not(:focus-visible):not(:hover), .iui-header-logo[r
|
|
|
4157
4358
|
min-width:192px;
|
|
4158
4359
|
height:100%;
|
|
4159
4360
|
transform:translateX(100%);
|
|
4160
|
-
box-shadow:-1px 0
|
|
4361
|
+
box-shadow:-1px 0 10px rgba(0, 0, 0, 0.25);
|
|
4161
4362
|
-webkit-clip-path:inset(0 0 0 -15px);
|
|
4162
4363
|
clip-path:inset(0 0 0 -15px);
|
|
4163
4364
|
}
|
|
@@ -4190,7 +4391,7 @@ button.iui-header-logo:hover:not(:focus-visible):not(:hover), .iui-header-logo[r
|
|
|
4190
4391
|
min-height:192px;
|
|
4191
4392
|
width:100%;
|
|
4192
4393
|
transform:translateY(100%);
|
|
4193
|
-
box-shadow:0 -1px
|
|
4394
|
+
box-shadow:0 -1px 10px rgba(0, 0, 0, 0.25);
|
|
4194
4395
|
-webkit-clip-path:inset(-15px 0 0 0);
|
|
4195
4396
|
clip-path:inset(-15px 0 0 0);
|
|
4196
4397
|
}
|
|
@@ -5721,135 +5922,6 @@ label.iui-input-label.iui-disabled{
|
|
|
5721
5922
|
background-color:var(--iui-color-background-border);
|
|
5722
5923
|
}
|
|
5723
5924
|
|
|
5724
|
-
.iui-modal{
|
|
5725
|
-
margin:0;
|
|
5726
|
-
padding:0;
|
|
5727
|
-
border:none;
|
|
5728
|
-
vertical-align:baseline;
|
|
5729
|
-
z-index:999;
|
|
5730
|
-
position:fixed;
|
|
5731
|
-
top:0;
|
|
5732
|
-
left:0;
|
|
5733
|
-
width:100%;
|
|
5734
|
-
height:100%;
|
|
5735
|
-
background-color:rgba(0, 0, 0, 0.4);
|
|
5736
|
-
background-color:rgba(0, 0, 0, var(--iui-opacity-4));
|
|
5737
|
-
visibility:hidden;
|
|
5738
|
-
opacity:0;
|
|
5739
|
-
}
|
|
5740
|
-
@media (prefers-reduced-motion: no-preference){
|
|
5741
|
-
.iui-modal{
|
|
5742
|
-
transition:visibility 0s linear 0.2s, opacity 0.2s ease-out;
|
|
5743
|
-
}
|
|
5744
|
-
}
|
|
5745
|
-
.iui-modal.iui-modal-visible{
|
|
5746
|
-
visibility:visible;
|
|
5747
|
-
opacity:1;
|
|
5748
|
-
transition-delay:0s;
|
|
5749
|
-
}
|
|
5750
|
-
.iui-modal > .iui-modal-dialog{
|
|
5751
|
-
position:absolute;
|
|
5752
|
-
left:50%;
|
|
5753
|
-
top:33%;
|
|
5754
|
-
transform:translate(-50%, -33%);
|
|
5755
|
-
z-index:1000;
|
|
5756
|
-
max-width:50%;
|
|
5757
|
-
min-width:380px;
|
|
5758
|
-
max-height:100vh;
|
|
5759
|
-
border-radius:3px;
|
|
5760
|
-
box-shadow:0 9px 46px rgba(0, 0, 0, 0.25);
|
|
5761
|
-
padding:11px 16px;
|
|
5762
|
-
box-sizing:border-box;
|
|
5763
|
-
background-color:white;
|
|
5764
|
-
background-color:var(--iui-color-background-1);
|
|
5765
|
-
}
|
|
5766
|
-
@media screen and (max-width: 400px){
|
|
5767
|
-
.iui-modal > .iui-modal-dialog{
|
|
5768
|
-
max-width:95%;
|
|
5769
|
-
width:95%;
|
|
5770
|
-
min-width:95%;
|
|
5771
|
-
}
|
|
5772
|
-
}
|
|
5773
|
-
.iui-modal > .iui-modal-dialog .iui-title-bar{
|
|
5774
|
-
display:flex;
|
|
5775
|
-
align-items:center;
|
|
5776
|
-
margin-bottom:11px;
|
|
5777
|
-
justify-content:space-between;
|
|
5778
|
-
}
|
|
5779
|
-
.iui-modal > .iui-modal-dialog .iui-title-bar > .iui-title{
|
|
5780
|
-
font-size:18px;
|
|
5781
|
-
white-space:nowrap;
|
|
5782
|
-
overflow:hidden;
|
|
5783
|
-
text-overflow:ellipsis;
|
|
5784
|
-
line-height:1.5;
|
|
5785
|
-
}
|
|
5786
|
-
.iui-modal > .iui-modal-dialog .iui-button-bar{
|
|
5787
|
-
margin-top:11px;
|
|
5788
|
-
display:flex;
|
|
5789
|
-
align-items:center;
|
|
5790
|
-
justify-content:flex-end;
|
|
5791
|
-
}
|
|
5792
|
-
.iui-modal > .iui-modal-dialog .iui-button-bar > .iui-button:not(:last-child){
|
|
5793
|
-
margin-right:8px;
|
|
5794
|
-
}
|
|
5795
|
-
.iui-modal > .iui-modal-dialog .iui-modal-content{
|
|
5796
|
-
flex-grow:2;
|
|
5797
|
-
margin:0 -16px;
|
|
5798
|
-
padding:0 16px;
|
|
5799
|
-
overflow-y:auto;
|
|
5800
|
-
overflow-y:overlay;
|
|
5801
|
-
}
|
|
5802
|
-
.iui-modal-full-page > .iui-modal-dialog{
|
|
5803
|
-
display:flex;
|
|
5804
|
-
flex-direction:column;
|
|
5805
|
-
height:100vh;
|
|
5806
|
-
width:100vw;
|
|
5807
|
-
left:0;
|
|
5808
|
-
top:0;
|
|
5809
|
-
transform:none;
|
|
5810
|
-
max-width:initial;
|
|
5811
|
-
min-width:initial;
|
|
5812
|
-
border-radius:0;
|
|
5813
|
-
will-change:transform;
|
|
5814
|
-
}
|
|
5815
|
-
@media (prefers-reduced-motion: no-preference){
|
|
5816
|
-
.iui-modal-full-page{
|
|
5817
|
-
transition:visibility 0s linear 0.8s, opacity 0.4s ease-out 0.2s;
|
|
5818
|
-
}
|
|
5819
|
-
}
|
|
5820
|
-
.iui-modal-full-page > .iui-modal-dialog{
|
|
5821
|
-
transform:translateY(100%);
|
|
5822
|
-
}
|
|
5823
|
-
@media (prefers-reduced-motion: no-preference){
|
|
5824
|
-
.iui-modal-full-page > .iui-modal-dialog{
|
|
5825
|
-
transition:visibility 0s linear 0.4s, opacity 0s linear 0.4s, transform 0.25s ease-in;
|
|
5826
|
-
}
|
|
5827
|
-
}
|
|
5828
|
-
.iui-modal-full-page.iui-modal-visible > .iui-modal-dialog{
|
|
5829
|
-
transform:translateY(0);
|
|
5830
|
-
}
|
|
5831
|
-
@media (prefers-reduced-motion: no-preference){
|
|
5832
|
-
.iui-modal-full-page.iui-modal-visible > .iui-modal-dialog{
|
|
5833
|
-
transition:transform 0.3s ease-out;
|
|
5834
|
-
}
|
|
5835
|
-
}
|
|
5836
|
-
.iui-modal-animation-enter .iui-modal-full-page .iui-modal-dialog{
|
|
5837
|
-
transform:translateY(100%);
|
|
5838
|
-
opacity:0;
|
|
5839
|
-
}
|
|
5840
|
-
.iui-modal-animation-enter-active .iui-modal-full-page .iui-modal-dialog{
|
|
5841
|
-
transform:translateY(0);
|
|
5842
|
-
opacity:1;
|
|
5843
|
-
}
|
|
5844
|
-
.iui-modal-animation-enter .iui-modal{
|
|
5845
|
-
visibility:hidden;
|
|
5846
|
-
opacity:0;
|
|
5847
|
-
}
|
|
5848
|
-
.iui-modal-animation-enter-active .iui-modal{
|
|
5849
|
-
visibility:visible;
|
|
5850
|
-
opacity:1;
|
|
5851
|
-
}
|
|
5852
|
-
|
|
5853
5925
|
.iui-non-ideal-state{
|
|
5854
5926
|
margin:0;
|
|
5855
5927
|
padding:0;
|
|
@@ -6885,7 +6957,7 @@ label.iui-input-label.iui-disabled{
|
|
|
6885
6957
|
border-right:none;
|
|
6886
6958
|
overflow:hidden;
|
|
6887
6959
|
justify-content:flex-start;
|
|
6888
|
-
--_iui-button-active-stripe-inset:0 calc(100% - 2px)
|
|
6960
|
+
--_iui-button-active-stripe-inset:0 0 0 calc(100% - 2px);
|
|
6889
6961
|
}
|
|
6890
6962
|
.iui-side-navigation .iui-sidenav-button:not(.iui-expand){
|
|
6891
6963
|
height:55px;
|
|
@@ -7282,6 +7354,7 @@ label.iui-input-label.iui-disabled{
|
|
|
7282
7354
|
vertical-align:baseline;
|
|
7283
7355
|
display:flex;
|
|
7284
7356
|
flex-direction:column;
|
|
7357
|
+
isolation:isolate;
|
|
7285
7358
|
}
|
|
7286
7359
|
.iui-table *{
|
|
7287
7360
|
box-sizing:border-box;
|
|
@@ -7309,36 +7382,57 @@ label.iui-input-label.iui-disabled{
|
|
|
7309
7382
|
margin-left:auto;
|
|
7310
7383
|
}
|
|
7311
7384
|
.iui-table.iui-condensed .iui-table-header .iui-cell,
|
|
7312
|
-
.iui-table.iui-condensed .iui-row .iui-cell,
|
|
7313
7385
|
.iui-table.iui-condensed .iui-paginator{
|
|
7314
7386
|
min-height:44px;
|
|
7315
7387
|
}
|
|
7388
|
+
.iui-table.iui-condensed .iui-row .iui-cell{
|
|
7389
|
+
min-height:46px;
|
|
7390
|
+
}
|
|
7316
7391
|
.iui-table.iui-extra-condensed .iui-table-header .iui-cell,
|
|
7317
|
-
.iui-table.iui-extra-condensed .iui-row .iui-cell,
|
|
7318
7392
|
.iui-table.iui-extra-condensed .iui-paginator{
|
|
7319
7393
|
min-height:33px;
|
|
7320
7394
|
}
|
|
7395
|
+
.iui-table.iui-extra-condensed .iui-row .iui-cell{
|
|
7396
|
+
min-height:35px;
|
|
7397
|
+
}
|
|
7398
|
+
.iui-table.iui-extra-condensed .iui-table-header .iui-cell{
|
|
7399
|
+
padding-block:2.75px;
|
|
7400
|
+
}
|
|
7321
7401
|
|
|
7322
|
-
.iui-table-header{
|
|
7323
|
-
-webkit-user-select:none;
|
|
7324
|
-
-moz-user-select:none;
|
|
7325
|
-
-ms-user-select:none;
|
|
7326
|
-
user-select:none;
|
|
7402
|
+
.iui-table-header-wrapper{
|
|
7327
7403
|
overflow:hidden;
|
|
7404
|
+
display:flex;
|
|
7328
7405
|
flex-shrink:0;
|
|
7329
|
-
background-color:#edeff2;
|
|
7330
|
-
background-color:var(--iui-color-background-3);
|
|
7331
7406
|
}
|
|
7332
7407
|
@supports not (overflow: overlay){
|
|
7333
|
-
.iui-table-header{
|
|
7408
|
+
.iui-table-header-wrapper{
|
|
7334
7409
|
overflow-y:scroll;
|
|
7335
7410
|
}
|
|
7336
7411
|
}
|
|
7412
|
+
|
|
7413
|
+
.iui-table-header{
|
|
7414
|
+
display:flex;
|
|
7415
|
+
-webkit-user-select:none;
|
|
7416
|
+
-moz-user-select:none;
|
|
7417
|
+
-ms-user-select:none;
|
|
7418
|
+
user-select:none;
|
|
7419
|
+
min-width:100%;
|
|
7420
|
+
flex-shrink:0;
|
|
7421
|
+
}
|
|
7337
7422
|
.iui-table-header .iui-row{
|
|
7338
7423
|
display:flex;
|
|
7339
7424
|
flex-grow:1;
|
|
7340
|
-
|
|
7341
|
-
|
|
7425
|
+
min-width:100%;
|
|
7426
|
+
}
|
|
7427
|
+
.iui-table-header .iui-cell{
|
|
7428
|
+
min-height:55px;
|
|
7429
|
+
background-color:#edeff2;
|
|
7430
|
+
background-color:var(--iui-color-background-3);
|
|
7431
|
+
}
|
|
7432
|
+
.iui-table-header .iui-cell:not(.iui-slot){
|
|
7433
|
+
-moz-column-gap:4px;
|
|
7434
|
+
column-gap:4px;
|
|
7435
|
+
padding-block:5.5px;
|
|
7342
7436
|
}
|
|
7343
7437
|
.iui-table-header .iui-cell:not(.iui-slot):focus-visible{
|
|
7344
7438
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
@@ -7357,11 +7451,7 @@ label.iui-input-label.iui-disabled{
|
|
|
7357
7451
|
cursor:-webkit-grabbing;
|
|
7358
7452
|
cursor:grabbing;
|
|
7359
7453
|
}
|
|
7360
|
-
.iui-table-header .iui-cell:not(.iui-slot)
|
|
7361
|
-
margin-left:4px;
|
|
7362
|
-
margin-right:8px;
|
|
7363
|
-
}
|
|
7364
|
-
.iui-table-header .iui-cell:not(.iui-slot) > .iui-filter-button:not(.iui-active){
|
|
7454
|
+
.iui-table-header .iui-cell:not(.iui-slot) .iui-filter-button:not(.iui-active){
|
|
7365
7455
|
visibility:hidden;
|
|
7366
7456
|
}
|
|
7367
7457
|
.iui-table-header .iui-cell:not(.iui-slot) > .iui-resizer{
|
|
@@ -7437,6 +7527,21 @@ label.iui-input-label.iui-disabled{
|
|
|
7437
7527
|
fill:var(--iui-icons-color-actionable);
|
|
7438
7528
|
}
|
|
7439
7529
|
|
|
7530
|
+
.iui-table-header-actions-container{
|
|
7531
|
+
display:flex;
|
|
7532
|
+
flex-grow:1;
|
|
7533
|
+
align-items:center;
|
|
7534
|
+
flex-wrap:wrap;
|
|
7535
|
+
justify-content:flex-end;
|
|
7536
|
+
margin-right:12px;
|
|
7537
|
+
}
|
|
7538
|
+
.iui-table-header-actions-container .iui-cell-end-icon{
|
|
7539
|
+
width:28px;
|
|
7540
|
+
height:28px;
|
|
7541
|
+
margin-right:initial;
|
|
7542
|
+
margin-left:auto;
|
|
7543
|
+
}
|
|
7544
|
+
|
|
7440
7545
|
.iui-table-body{
|
|
7441
7546
|
overflow-y:scroll;
|
|
7442
7547
|
overflow:overlay;
|
|
@@ -7454,28 +7559,33 @@ label.iui-input-label.iui-disabled{
|
|
|
7454
7559
|
.iui-table-body.iui-scroll-snapping .iui-row{
|
|
7455
7560
|
scroll-snap-align:start none;
|
|
7456
7561
|
}
|
|
7457
|
-
.iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected){
|
|
7562
|
+
.iui-table-body.iui-zebra-striping .iui-row:nth-child(even):not(.iui-selected) .iui-cell{
|
|
7458
7563
|
background-color:rgba(0, 0, 0, 0.02);
|
|
7459
7564
|
background-color:rgba(var(--iui-color-foreground-body-rgb), 0.02);
|
|
7460
7565
|
}
|
|
7461
7566
|
.iui-table-body .iui-row{
|
|
7462
7567
|
min-width:100%;
|
|
7463
7568
|
display:flex;
|
|
7464
|
-
|
|
7569
|
+
}
|
|
7570
|
+
.iui-table-body .iui-row .iui-cell{
|
|
7571
|
+
border-top:solid 1px transparent;
|
|
7572
|
+
border-bottom:solid 1px transparent;
|
|
7465
7573
|
border-bottom-color:#c7ccd1;
|
|
7466
7574
|
border-bottom-color:var(--iui-color-background-border);
|
|
7575
|
+
background-color:white;
|
|
7576
|
+
background-color:var(--iui-color-background-1);
|
|
7467
7577
|
}
|
|
7468
7578
|
@media (prefers-reduced-motion: no-preference){
|
|
7469
|
-
.iui-table-body .iui-row{
|
|
7579
|
+
.iui-table-body .iui-row .iui-cell{
|
|
7470
7580
|
transition:border 0.2s ease-out;
|
|
7471
7581
|
}
|
|
7472
7582
|
}
|
|
7473
7583
|
.iui-table-body .iui-row > .iui-slot > .iui-more-options{
|
|
7474
7584
|
visibility:hidden;
|
|
7475
7585
|
}
|
|
7476
|
-
.iui-table-body .iui-row:hover:not(.iui-disabled)
|
|
7477
|
-
background-
|
|
7478
|
-
background-color
|
|
7586
|
+
.iui-table-body .iui-row:hover:not(.iui-disabled) .iui-cell{
|
|
7587
|
+
background:linear-gradient(rgba(0, 138, 224, 0.1), rgba(0, 138, 224, 0.1)), linear-gradient(white, white);
|
|
7588
|
+
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));
|
|
7479
7589
|
}
|
|
7480
7590
|
.iui-table-body .iui-row:hover:not(.iui-disabled) > .iui-slot:not(.iui-disabled) > .iui-more-options{
|
|
7481
7591
|
visibility:visible;
|
|
@@ -7490,9 +7600,10 @@ label.iui-input-label.iui-disabled{
|
|
|
7490
7600
|
}
|
|
7491
7601
|
.iui-table-body .iui-row.iui-row-expanded{
|
|
7492
7602
|
overflow:hidden;
|
|
7603
|
+
}
|
|
7604
|
+
.iui-table-body .iui-row.iui-row-expanded .iui-cell{
|
|
7493
7605
|
border-left-color:#dde1e4;
|
|
7494
7606
|
border-right-color:#dde1e4;
|
|
7495
|
-
border-bottom-color:transparent;
|
|
7496
7607
|
border-left-color:var(--iui-color-background-4);
|
|
7497
7608
|
border-right-color:var(--iui-color-background-4);
|
|
7498
7609
|
border-bottom-color:transparent;
|
|
@@ -7508,6 +7619,10 @@ label.iui-input-label.iui-disabled{
|
|
|
7508
7619
|
}
|
|
7509
7620
|
.iui-table-body .iui-row.iui-expanded-content{
|
|
7510
7621
|
overflow:hidden;
|
|
7622
|
+
border-left:1px solid transparent;
|
|
7623
|
+
border-right:1px solid transparent;
|
|
7624
|
+
border-bottom:1px solid #c7ccd1;
|
|
7625
|
+
border-bottom:1px solid var(--iui-color-background-border);
|
|
7511
7626
|
}
|
|
7512
7627
|
.iui-table-body .iui-row.iui-expanded-content.iui-enter{
|
|
7513
7628
|
opacity:0;
|
|
@@ -7531,26 +7646,26 @@ label.iui-input-label.iui-disabled{
|
|
|
7531
7646
|
transition:opacity 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
|
|
7532
7647
|
}
|
|
7533
7648
|
}
|
|
7534
|
-
.iui-table-body .iui-row:not(.iui-selected) + .iui-selected, .iui-table-body .iui-row.iui-selected:first-child{
|
|
7649
|
+
.iui-table-body .iui-row:not(.iui-selected) + .iui-selected .iui-cell, .iui-table-body .iui-row.iui-selected:first-child .iui-cell{
|
|
7535
7650
|
border-bottom-color:transparent;
|
|
7536
7651
|
}
|
|
7537
|
-
.iui-table-body .iui-row.iui-selected{
|
|
7652
|
+
.iui-table-body .iui-row.iui-selected .iui-cell{
|
|
7538
7653
|
border-color:#008ae0;
|
|
7539
|
-
background:rgba(0, 138, 224, 0.1);
|
|
7654
|
+
background:linear-gradient(rgba(0, 138, 224, 0.1), rgba(0, 138, 224, 0.1)), linear-gradient(white, white);
|
|
7540
7655
|
border-color:var(--iui-color-foreground-primary);
|
|
7541
|
-
background:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6));
|
|
7656
|
+
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));
|
|
7542
7657
|
}
|
|
7543
|
-
.iui-table-body .iui-row.iui-selected + .iui-selected{
|
|
7658
|
+
.iui-table-body .iui-row.iui-selected + .iui-selected .iui-cell{
|
|
7544
7659
|
border-bottom-color:transparent;
|
|
7545
7660
|
border-top-color:rgba(0, 138, 224, 0.4);
|
|
7546
7661
|
border-top-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-4));
|
|
7547
7662
|
}
|
|
7548
|
-
.iui-table-body .iui-row.iui-selected:last-child{
|
|
7663
|
+
.iui-table-body .iui-row.iui-selected:last-child .iui-cell{
|
|
7549
7664
|
border-bottom-color:#008ae0;
|
|
7550
7665
|
border-bottom-color:var(--iui-color-foreground-primary);
|
|
7551
7666
|
}
|
|
7552
|
-
.iui-table-body .iui-row.iui-selected + :not(.iui-selected),
|
|
7553
|
-
.iui-table-body .iui-row.iui-selected + .iui-expanded-content + :not(.iui-selected){
|
|
7667
|
+
.iui-table-body .iui-row.iui-selected + :not(.iui-selected) .iui-cell,
|
|
7668
|
+
.iui-table-body .iui-row.iui-selected + .iui-expanded-content + .iui-row:not(.iui-selected) .iui-cell{
|
|
7554
7669
|
border-top-color:#008ae0;
|
|
7555
7670
|
border-top-color:var(--iui-color-foreground-primary);
|
|
7556
7671
|
}
|
|
@@ -7591,17 +7706,17 @@ label.iui-input-label.iui-disabled{
|
|
|
7591
7706
|
.iui-table-body .iui-row.iui-expanded-content.iui-disabled .iui-user-icon{
|
|
7592
7707
|
filter:grayscale(100%);
|
|
7593
7708
|
}
|
|
7594
|
-
.iui-table-body .iui-row.iui-positive,
|
|
7709
|
+
.iui-table-body .iui-row.iui-positive .iui-cell:first-of-type,
|
|
7595
7710
|
.iui-table-body .iui-row.iui-positive + .iui-expanded-content{
|
|
7596
7711
|
box-shadow:inset 2px 0 0 0 #53a21a;
|
|
7597
7712
|
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-positive);
|
|
7598
7713
|
}
|
|
7599
|
-
.iui-table-body .iui-row.iui-positive::-moz-selection, .iui-table-body .iui-row.iui-positive *::-moz-selection, .iui-table-body .iui-row.iui-positive + .iui-expanded-content::-moz-selection, .iui-table-body .iui-row.iui-positive + .iui-expanded-content *::-moz-selection{
|
|
7714
|
+
.iui-table-body .iui-row.iui-positive .iui-cell:first-of-type::-moz-selection, .iui-table-body .iui-row.iui-positive .iui-cell:first-of-type *::-moz-selection, .iui-table-body .iui-row.iui-positive + .iui-expanded-content::-moz-selection, .iui-table-body .iui-row.iui-positive + .iui-expanded-content *::-moz-selection{
|
|
7600
7715
|
background-color:rgba(83, 162, 26, 0.2);
|
|
7601
7716
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
7602
7717
|
}
|
|
7603
|
-
.iui-table-body .iui-row.iui-positive::selection,
|
|
7604
|
-
.iui-table-body .iui-row.iui-positive *::selection,
|
|
7718
|
+
.iui-table-body .iui-row.iui-positive .iui-cell:first-of-type::selection,
|
|
7719
|
+
.iui-table-body .iui-row.iui-positive .iui-cell:first-of-type *::selection,
|
|
7605
7720
|
.iui-table-body .iui-row.iui-positive + .iui-expanded-content::selection,
|
|
7606
7721
|
.iui-table-body .iui-row.iui-positive + .iui-expanded-content *::selection{
|
|
7607
7722
|
background-color:rgba(83, 162, 26, 0.2);
|
|
@@ -7611,17 +7726,17 @@ label.iui-input-label.iui-disabled{
|
|
|
7611
7726
|
fill:#53a21a;
|
|
7612
7727
|
fill:var(--iui-icons-color-positive);
|
|
7613
7728
|
}
|
|
7614
|
-
.iui-table-body .iui-row.iui-warning,
|
|
7729
|
+
.iui-table-body .iui-row.iui-warning .iui-cell:first-of-type,
|
|
7615
7730
|
.iui-table-body .iui-row.iui-warning + .iui-expanded-content{
|
|
7616
7731
|
box-shadow:inset 2px 0 0 0 #f18d13;
|
|
7617
7732
|
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-warning);
|
|
7618
7733
|
}
|
|
7619
|
-
.iui-table-body .iui-row.iui-warning::-moz-selection, .iui-table-body .iui-row.iui-warning *::-moz-selection, .iui-table-body .iui-row.iui-warning + .iui-expanded-content::-moz-selection, .iui-table-body .iui-row.iui-warning + .iui-expanded-content *::-moz-selection{
|
|
7734
|
+
.iui-table-body .iui-row.iui-warning .iui-cell:first-of-type::-moz-selection, .iui-table-body .iui-row.iui-warning .iui-cell:first-of-type *::-moz-selection, .iui-table-body .iui-row.iui-warning + .iui-expanded-content::-moz-selection, .iui-table-body .iui-row.iui-warning + .iui-expanded-content *::-moz-selection{
|
|
7620
7735
|
background-color:rgba(241, 141, 19, 0.2);
|
|
7621
7736
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
7622
7737
|
}
|
|
7623
|
-
.iui-table-body .iui-row.iui-warning::selection,
|
|
7624
|
-
.iui-table-body .iui-row.iui-warning *::selection,
|
|
7738
|
+
.iui-table-body .iui-row.iui-warning .iui-cell:first-of-type::selection,
|
|
7739
|
+
.iui-table-body .iui-row.iui-warning .iui-cell:first-of-type *::selection,
|
|
7625
7740
|
.iui-table-body .iui-row.iui-warning + .iui-expanded-content::selection,
|
|
7626
7741
|
.iui-table-body .iui-row.iui-warning + .iui-expanded-content *::selection{
|
|
7627
7742
|
background-color:rgba(241, 141, 19, 0.2);
|
|
@@ -7631,17 +7746,17 @@ label.iui-input-label.iui-disabled{
|
|
|
7631
7746
|
fill:#f18d13;
|
|
7632
7747
|
fill:var(--iui-icons-color-warning);
|
|
7633
7748
|
}
|
|
7634
|
-
.iui-table-body .iui-row.iui-negative,
|
|
7749
|
+
.iui-table-body .iui-row.iui-negative .iui-cell:first-of-type,
|
|
7635
7750
|
.iui-table-body .iui-row.iui-negative + .iui-expanded-content{
|
|
7636
7751
|
box-shadow:inset 2px 0 0 0 #d10a0a;
|
|
7637
7752
|
box-shadow:inset 2px 0 0 0 var(--iui-icons-color-negative);
|
|
7638
7753
|
}
|
|
7639
|
-
.iui-table-body .iui-row.iui-negative::-moz-selection, .iui-table-body .iui-row.iui-negative *::-moz-selection, .iui-table-body .iui-row.iui-negative + .iui-expanded-content::-moz-selection, .iui-table-body .iui-row.iui-negative + .iui-expanded-content *::-moz-selection{
|
|
7754
|
+
.iui-table-body .iui-row.iui-negative .iui-cell:first-of-type::-moz-selection, .iui-table-body .iui-row.iui-negative .iui-cell:first-of-type *::-moz-selection, .iui-table-body .iui-row.iui-negative + .iui-expanded-content::-moz-selection, .iui-table-body .iui-row.iui-negative + .iui-expanded-content *::-moz-selection{
|
|
7640
7755
|
background-color:rgba(209, 10, 10, 0.2);
|
|
7641
7756
|
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
7642
7757
|
}
|
|
7643
|
-
.iui-table-body .iui-row.iui-negative::selection,
|
|
7644
|
-
.iui-table-body .iui-row.iui-negative *::selection,
|
|
7758
|
+
.iui-table-body .iui-row.iui-negative .iui-cell:first-of-type::selection,
|
|
7759
|
+
.iui-table-body .iui-row.iui-negative .iui-cell:first-of-type *::selection,
|
|
7645
7760
|
.iui-table-body .iui-row.iui-negative + .iui-expanded-content::selection,
|
|
7646
7761
|
.iui-table-body .iui-row.iui-negative + .iui-expanded-content *::selection{
|
|
7647
7762
|
background-color:rgba(209, 10, 10, 0.2);
|
|
@@ -7672,12 +7787,18 @@ label.iui-input-label.iui-disabled{
|
|
|
7672
7787
|
display:flex;
|
|
7673
7788
|
flex-grow:1;
|
|
7674
7789
|
min-width:64px;
|
|
7675
|
-
min-height:
|
|
7790
|
+
min-height:57px;
|
|
7676
7791
|
padding-left:16px;
|
|
7677
7792
|
flex-basis:64px;
|
|
7678
7793
|
position:relative;
|
|
7679
7794
|
word-break:break-word;
|
|
7680
7795
|
}
|
|
7796
|
+
.iui-cell:first-of-type{
|
|
7797
|
+
border-left:solid 1px transparent;
|
|
7798
|
+
}
|
|
7799
|
+
.iui-cell:last-of-type{
|
|
7800
|
+
border-right:solid 1px transparent;
|
|
7801
|
+
}
|
|
7681
7802
|
.iui-cell.iui-slot{
|
|
7682
7803
|
width:48px;
|
|
7683
7804
|
padding:0;
|
|
@@ -7688,12 +7809,19 @@ label.iui-input-label.iui-disabled{
|
|
|
7688
7809
|
align-items:center;
|
|
7689
7810
|
flex-basis:48px;
|
|
7690
7811
|
}
|
|
7812
|
+
.iui-cell.iui-cell-sticky{
|
|
7813
|
+
position:-webkit-sticky;
|
|
7814
|
+
position:sticky;
|
|
7815
|
+
z-index:1;
|
|
7816
|
+
left:var(--iui-table-sticky-left, initial);
|
|
7817
|
+
right:var(--iui-table-sticky-right, initial);
|
|
7818
|
+
}
|
|
7691
7819
|
.iui-cell:not(.iui-slot):last-child{
|
|
7692
7820
|
padding-right:16px;
|
|
7693
7821
|
}
|
|
7694
7822
|
.iui-cell.iui-positive{
|
|
7695
|
-
background-
|
|
7696
|
-
background-color
|
|
7823
|
+
background:linear-gradient(rgba(83, 162, 26, 0.1), rgba(83, 162, 26, 0.1)), linear-gradient(white, white);
|
|
7824
|
+
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));
|
|
7697
7825
|
}
|
|
7698
7826
|
.iui-cell.iui-positive::-moz-selection, .iui-cell.iui-positive *::-moz-selection{
|
|
7699
7827
|
background-color:rgba(83, 162, 26, 0.2);
|
|
@@ -7705,8 +7833,8 @@ label.iui-input-label.iui-disabled{
|
|
|
7705
7833
|
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
7706
7834
|
}
|
|
7707
7835
|
.iui-cell.iui-warning{
|
|
7708
|
-
background-
|
|
7709
|
-
background-color
|
|
7836
|
+
background:linear-gradient(rgba(241, 141, 19, 0.1), rgba(241, 141, 19, 0.1)), linear-gradient(white, white);
|
|
7837
|
+
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));
|
|
7710
7838
|
}
|
|
7711
7839
|
.iui-cell.iui-warning::-moz-selection, .iui-cell.iui-warning *::-moz-selection{
|
|
7712
7840
|
background-color:rgba(241, 141, 19, 0.2);
|
|
@@ -7718,8 +7846,8 @@ label.iui-input-label.iui-disabled{
|
|
|
7718
7846
|
background-color:rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-5));
|
|
7719
7847
|
}
|
|
7720
7848
|
.iui-cell.iui-negative{
|
|
7721
|
-
background-
|
|
7722
|
-
background-color
|
|
7849
|
+
background:linear-gradient(rgba(209, 10, 10, 0.1), rgba(209, 10, 10, 0.1)), linear-gradient(white, white);
|
|
7850
|
+
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));
|
|
7723
7851
|
}
|
|
7724
7852
|
.iui-cell.iui-negative::-moz-selection, .iui-cell.iui-negative *::-moz-selection{
|
|
7725
7853
|
background-color:rgba(209, 10, 10, 0.2);
|
|
@@ -7742,6 +7870,36 @@ label.iui-input-label.iui-disabled{
|
|
|
7742
7870
|
background-color:var(--iui-color-background-1);
|
|
7743
7871
|
}
|
|
7744
7872
|
|
|
7873
|
+
.iui-cell-shadow-left{
|
|
7874
|
+
position:absolute;
|
|
7875
|
+
top:-1px;
|
|
7876
|
+
bottom:-1px;
|
|
7877
|
+
width:24px;
|
|
7878
|
+
pointer-events:none;
|
|
7879
|
+
left:0;
|
|
7880
|
+
transform:translate(-100%);
|
|
7881
|
+
box-shadow:inset -10px 0 5px -10px rgba(0, 0, 0, 0.25);
|
|
7882
|
+
}
|
|
7883
|
+
.iui-table-header .iui-cell-shadow-left{
|
|
7884
|
+
top:0;
|
|
7885
|
+
bottom:0;
|
|
7886
|
+
}
|
|
7887
|
+
|
|
7888
|
+
.iui-cell-shadow-right{
|
|
7889
|
+
position:absolute;
|
|
7890
|
+
top:-1px;
|
|
7891
|
+
bottom:-1px;
|
|
7892
|
+
width:24px;
|
|
7893
|
+
pointer-events:none;
|
|
7894
|
+
right:0;
|
|
7895
|
+
transform:translate(100%);
|
|
7896
|
+
box-shadow:inset 10px 0 5px -10px rgba(0, 0, 0, 0.25);
|
|
7897
|
+
}
|
|
7898
|
+
.iui-table-header .iui-cell-shadow-right{
|
|
7899
|
+
top:0;
|
|
7900
|
+
bottom:0;
|
|
7901
|
+
}
|
|
7902
|
+
|
|
7745
7903
|
.iui-paginator{
|
|
7746
7904
|
margin:0;
|
|
7747
7905
|
padding:0;
|