|
265 | 265 | & when (@variationTableScrollingShort) {
|
266 | 266 | .ui.scrolling.table.short > tbody {
|
267 | 267 | max-height: @scrollingMobileMaxBodyHeight * 0.75;
|
| 268 | + .resizable& when (@variationTableResizable) { |
| 269 | + height: @scrollingMobileMaxBodyHeight * 0.75; |
| 270 | + } |
268 | 271 | }
|
269 | 272 | }
|
270 | 273 | & when (@variationTableScrollingVeryShort) {
|
271 | 274 | .ui.scrolling.table[class*="very short"] > tbody {
|
272 | 275 | max-height: @scrollingMobileMaxBodyHeight * 0.5;
|
| 276 | + .resizable& when (@variationTableResizable) { |
| 277 | + height: @scrollingMobileMaxBodyHeight * 0.5; |
| 278 | + } |
273 | 279 | }
|
274 | 280 | }
|
275 | 281 | .ui.scrolling.table > tbody {
|
276 | 282 | max-height: @scrollingMobileMaxBodyHeight;
|
| 283 | + .resizable& when (@variationTableResizable) { |
| 284 | + height: @scrollingMobileMaxBodyHeight; |
| 285 | + } |
277 | 286 | }
|
278 | 287 | & when (@variationTableScrollingLong) {
|
279 | 288 | .ui.scrolling.table.long > tbody {
|
280 | 289 | max-height: @scrollingMobileMaxBodyHeight * 2;
|
| 290 | + .resizable& when (@variationTableResizable) { |
| 291 | + height: @scrollingMobileMaxBodyHeight * 2; |
| 292 | + } |
281 | 293 | }
|
282 | 294 | }
|
283 | 295 | & when (@variationTableScrollingVeryLong) {
|
284 | 296 | .ui.scrolling.table[class*="very long"] > tbody {
|
285 | 297 | max-height: @scrollingMobileMaxBodyHeight * 3;
|
| 298 | + .resizable& when (@variationTableResizable) { |
| 299 | + height: @scrollingMobileMaxBodyHeight * 3; |
| 300 | + } |
286 | 301 | }
|
287 | 302 | }
|
288 | 303 | }
|
|
320 | 335 | & when (@variationTableScrollingShort) {
|
321 | 336 | .ui.scrolling.table.short > tbody {
|
322 | 337 | max-height: @scrollingTabletMaxBodyHeight * 0.75;
|
| 338 | + .resizable& when (@variationTableResizable) { |
| 339 | + height: @scrollingTabletMaxBodyHeight * 0.75; |
| 340 | + } |
323 | 341 | }
|
324 | 342 | }
|
325 | 343 | & when (@variationTableScrollingVeryShort) {
|
326 | 344 | .ui.scrolling.table[class*="very short"] > tbody {
|
327 | 345 | max-height: @scrollingTabletMaxBodyHeight * 0.5;
|
| 346 | + .resizable& when (@variationTableResizable) { |
| 347 | + height: @scrollingTabletMaxBodyHeight * 0.5; |
| 348 | + } |
328 | 349 | }
|
329 | 350 | }
|
330 | 351 | .ui.scrolling.table > tbody {
|
331 | 352 | max-height: @scrollingTabletMaxBodyHeight;
|
| 353 | + .resizable& when (@variationTableResizable) { |
| 354 | + height: @scrollingTabletMaxBodyHeight; |
| 355 | + } |
332 | 356 | }
|
333 | 357 | & when (@variationTableScrollingLong) {
|
334 | 358 | .ui.scrolling.table.long > tbody {
|
335 | 359 | max-height: @scrollingTabletMaxBodyHeight * 2;
|
| 360 | + .resizable& when (@variationTableResizable) { |
| 361 | + height: @scrollingTabletMaxBodyHeight * 2; |
| 362 | + } |
336 | 363 | }
|
337 | 364 | }
|
338 | 365 | & when (@variationTableScrollingVeryLong) {
|
339 | 366 | .ui.scrolling.table[class*="very long"] > tbody {
|
340 | 367 | max-height: @scrollingTabletMaxBodyHeight * 3;
|
| 368 | + .resizable& when (@variationTableResizable) { |
| 369 | + height: @scrollingTabletMaxBodyHeight * 3; |
| 370 | + } |
341 | 371 | }
|
342 | 372 | }
|
343 | 373 | }
|
344 | 374 | @media only screen and (min-width: @computerBreakpoint) {
|
345 | 375 | & when (@variationTableScrollingShort) {
|
346 | 376 | .ui.scrolling.table.short > tbody {
|
347 | 377 | max-height: @scrollingComputerMaxBodyHeight * 0.75;
|
| 378 | + .resizable& when (@variationTableResizable) { |
| 379 | + height: @scrollingComputerMaxBodyHeight * 0.75; |
| 380 | + } |
348 | 381 | }
|
349 | 382 | }
|
350 | 383 | & when (@variationTableScrollingVeryShort) {
|
351 | 384 | .ui.scrolling.table[class*="very short"] > tbody {
|
352 | 385 | max-height: @scrollingComputerMaxBodyHeight * 0.5;
|
| 386 | + .resizable& when (@variationTableResizable) { |
| 387 | + height: @scrollingComputerMaxBodyHeight * 0.5; |
| 388 | + } |
353 | 389 | }
|
354 | 390 | }
|
355 | 391 | .ui.scrolling.table > tbody {
|
356 | 392 | max-height: @scrollingComputerMaxBodyHeight;
|
| 393 | + .resizable& when (@variationTableResizable) { |
| 394 | + height: @scrollingComputerMaxBodyHeight; |
| 395 | + } |
357 | 396 | }
|
358 | 397 | & when (@variationTableScrollingLong) {
|
359 | 398 | .ui.scrolling.table.long > tbody {
|
360 | 399 | max-height: @scrollingComputerMaxBodyHeight * 2;
|
| 400 | + .resizable& when (@variationTableResizable) { |
| 401 | + height: @scrollingComputerMaxBodyHeight * 2; |
| 402 | + } |
361 | 403 | }
|
362 | 404 | }
|
363 | 405 | & when (@variationTableScrollingVeryLong) {
|
364 | 406 | .ui.scrolling.table[class*="very long"] > tbody {
|
365 | 407 | max-height: @scrollingComputerMaxBodyHeight * 3;
|
| 408 | + .resizable& when (@variationTableResizable) { |
| 409 | + height: @scrollingComputerMaxBodyHeight * 3; |
| 410 | + } |
366 | 411 | }
|
367 | 412 | }
|
368 | 413 | }
|
369 | 414 | @media only screen and (min-width: @widescreenMonitorBreakpoint) {
|
370 | 415 | & when (@variationTableScrollingShort) {
|
371 | 416 | .ui.scrolling.table.short > tbody {
|
372 | 417 | max-height: @scrollingWidescreenMaxBodyHeight * 0.75;
|
| 418 | + .resizable& when (@variationTableResizable) { |
| 419 | + height: @scrollingWidescreenMaxBodyHeight * 0.75; |
| 420 | + } |
373 | 421 | }
|
374 | 422 | }
|
375 | 423 | & when (@variationTableScrollingVeryShort) {
|
376 | 424 | .ui.scrolling.table[class*="very short"] > tbody {
|
377 | 425 | max-height: @scrollingWidescreenMaxBodyHeight * 0.5;
|
| 426 | + .resizable& when (@variationTableResizable) { |
| 427 | + height: @scrollingWidescreenMaxBodyHeight * 0.5; |
| 428 | + } |
378 | 429 | }
|
379 | 430 | }
|
380 | 431 | .ui.scrolling.table > tbody {
|
381 | 432 | max-height: @scrollingWidescreenMaxBodyHeight;
|
| 433 | + .resizable& when (@variationTableResizable) { |
| 434 | + height: @scrollingWidescreenMaxBodyHeight; |
| 435 | + } |
382 | 436 | }
|
383 | 437 | & when (@variationTableScrollingLong) {
|
384 | 438 | .ui.scrolling.table.long > tbody {
|
385 | 439 | max-height: @scrollingWidescreenMaxBodyHeight * 2;
|
| 440 | + .resizable& when (@variationTableResizable) { |
| 441 | + height: @scrollingWidescreenMaxBodyHeight * 2; |
| 442 | + } |
386 | 443 | }
|
387 | 444 | }
|
388 | 445 | & when (@variationTableScrollingVeryLong) {
|
389 | 446 | .ui.scrolling.table[class*="very long"] > tbody {
|
390 | 447 | max-height: @scrollingWidescreenMaxBodyHeight * 3;
|
| 448 | + .resizable& when (@variationTableResizable) { |
| 449 | + height: @scrollingWidescreenMaxBodyHeight * 3; |
| 450 | + } |
391 | 451 | }
|
392 | 452 | }
|
393 | 453 | }
|
|
489 | 549 | scrollbar-color: @thumbInvertedBackground @trackInvertedBackground;
|
490 | 550 | }
|
491 | 551 | }
|
| 552 | + & when (@variationTableResizable) { |
| 553 | + .ui.resizable.scrolling.table > tbody { |
| 554 | + resize: @resizableDirection; |
| 555 | + max-height: none; |
| 556 | + } |
| 557 | + } |
492 | 558 | }
|
493 | 559 | & when (@variationTableOverflowing) {
|
494 | 560 | /* --------------
|
|
0 commit comments