@clayui/css 3.105.0 → 3.105.1-alpha.8

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/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.105.0
3
+ * Clay 3.105.1-alpha.8+41563f2b8
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -5286,12 +5286,12 @@ input[type=button].btn-block {
5286
5286
  margin-top: 0;
5287
5287
  }
5288
5288
  .card-subtitle[href],
5289
- .card-subtitle [href] {
5289
+ .card-subtitle a[href] {
5290
5290
  color: #6c757d;
5291
5291
  }
5292
5292
  .card-subtitle[href]:hover, .card-subtitle[href].hover,
5293
- .card-subtitle [href]:hover,
5294
- .card-subtitle [href].hover {
5293
+ .card-subtitle a[href]:hover,
5294
+ .card-subtitle a[href].hover {
5295
5295
  color: #494f54;
5296
5296
  }
5297
5297
  .card-text:last-child {
@@ -6423,6 +6423,9 @@ input[type=button].btn-block {
6423
6423
  .dropdown-section .custom-control {
6424
6424
  margin-bottom: 0;
6425
6425
  }
6426
+ .dropdown-section .custom-control-label-text {
6427
+ padding-left: 2rem;
6428
+ }
6426
6429
  .dropdown-footer {
6427
6430
  box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
6428
6431
  padding: 0.5rem 1.5rem 0;
@@ -8159,12 +8162,12 @@ button.link-outline {
8159
8162
  margin-top: calc(( 1.9375rem - (1em * 1.2) ) / 2);
8160
8163
  }
8161
8164
  .component-title[href],
8162
- .component-title [href] {
8165
+ .component-title a[href] {
8163
8166
  color: #212529;
8164
8167
  }
8165
8168
  .component-title[href]:hover, .component-title[href].hover,
8166
- .component-title [href]:hover,
8167
- .component-title [href].hover {
8169
+ .component-title a[href]:hover,
8170
+ .component-title a[href].hover {
8168
8171
  color: black;
8169
8172
  }
8170
8173
  .component-subtitle {
@@ -8172,12 +8175,12 @@ button.link-outline {
8172
8175
  margin-bottom: 0;
8173
8176
  }
8174
8177
  .component-subtitle[href],
8175
- .component-subtitle [href] {
8178
+ .component-subtitle a[href] {
8176
8179
  color: #6c757d;
8177
8180
  }
8178
8181
  .component-subtitle[href]:hover, .component-subtitle[href].hover,
8179
- .component-subtitle [href]:hover,
8180
- .component-subtitle [href].hover {
8182
+ .component-subtitle a[href]:hover,
8183
+ .component-subtitle a[href].hover {
8181
8184
  color: #494f54;
8182
8185
  }
8183
8186
  .component-action {
@@ -8521,10 +8524,23 @@ button.link-outline {
8521
8524
  .clay-range-input .form-control-range.focus, .clay-range-input .form-control-range:focus-visible, .c-prefers-focus .clay-range-input .form-control-range:focus {
8522
8525
  outline: 0;
8523
8526
  }
8527
+ .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb {
8528
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8529
+ }
8524
8530
  .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip, .c-prefers-focus .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8525
8531
  visibility: visible;
8526
8532
  opacity: 1;
8527
8533
  }
8534
+ .clay-range-input .form-control-range.focus::-moz-range-thumb, .clay-range-input .form-control-range:focus-visible::-moz-range-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-moz-range-thumb {
8535
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8536
+ }
8537
+ .clay-range-input .form-control-range.focus::-ms-thumb, .clay-range-input .form-control-range:focus-visible::-ms-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-ms-thumb {
8538
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8539
+ }
8540
+ .clay-range-input .form-control-range.focus::-webkit-slider-thumb, .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-webkit-slider-thumb {
8541
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8542
+ }
8543
+
8528
8544
  .clay-range-input .form-control-range:disabled {
8529
8545
  color: #6c757d;
8530
8546
  cursor: not-allowed;
@@ -9179,7 +9195,8 @@ label.custom-control-label {
9179
9195
  }
9180
9196
 
9181
9197
  .custom-control-label-text {
9182
- padding-left: 0.5rem;
9198
+ display: block;
9199
+ padding-left: calc( 1rem + 0.5rem );
9183
9200
  }
9184
9201
  .custom-control-primary .custom-control-label-text {
9185
9202
  font-weight: 500;
@@ -11315,13 +11332,13 @@ label.custom-control-label {
11315
11332
  margin-top: -0.25rem;
11316
11333
  }
11317
11334
  .list-group-title[href],
11318
- .list-group-title [href] {
11335
+ .list-group-title a[href] {
11319
11336
  color: #212529;
11320
11337
  max-width: 100%;
11321
11338
  }
11322
11339
  .list-group-title[href]:hover, .list-group-title[href].hover,
11323
- .list-group-title [href]:hover,
11324
- .list-group-title [href].hover {
11340
+ .list-group-title a[href]:hover,
11341
+ .list-group-title a[href].hover {
11325
11342
  color: black;
11326
11343
  }
11327
11344
  .list-group-subtitle {
@@ -11329,12 +11346,12 @@ label.custom-control-label {
11329
11346
  margin-bottom: 0;
11330
11347
  }
11331
11348
  .list-group-subtitle[href],
11332
- .list-group-subtitle [href] {
11349
+ .list-group-subtitle a[href] {
11333
11350
  color: #6c757d;
11334
11351
  }
11335
11352
  .list-group-subtitle[href]:hover, .list-group-subtitle[href].hover,
11336
- .list-group-subtitle [href]:hover,
11337
- .list-group-subtitle [href].hover {
11353
+ .list-group-subtitle a[href]:hover,
11354
+ .list-group-subtitle a[href].hover {
11338
11355
  color: #494f54;
11339
11356
  }
11340
11357
  .list-group-text {
@@ -11342,12 +11359,12 @@ label.custom-control-label {
11342
11359
  margin-bottom: 0;
11343
11360
  }
11344
11361
  .list-group-text[href],
11345
- .list-group-text [href] {
11362
+ .list-group-text a[href] {
11346
11363
  color: #212529;
11347
11364
  }
11348
11365
  .list-group-text[href]:hover, .list-group-text[href].hover,
11349
- .list-group-text [href]:hover,
11350
- .list-group-text [href].hover {
11366
+ .list-group-text a[href]:hover,
11367
+ .list-group-text a[href].hover {
11351
11368
  color: black;
11352
11369
  }
11353
11370
  .list-group-subtext {
@@ -11355,12 +11372,12 @@ label.custom-control-label {
11355
11372
  margin-bottom: 0;
11356
11373
  }
11357
11374
  .list-group-subtext[href],
11358
- .list-group-subtext [href] {
11375
+ .list-group-subtext a[href] {
11359
11376
  color: #6c757d;
11360
11377
  }
11361
11378
  .list-group-subtext[href]:hover, .list-group-subtext[href].hover,
11362
- .list-group-subtext [href]:hover,
11363
- .list-group-subtext [href].hover {
11379
+ .list-group-subtext a[href]:hover,
11380
+ .list-group-subtext a[href].hover {
11364
11381
  color: #494f54;
11365
11382
  }
11366
11383
  .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
@@ -18389,7 +18406,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
18389
18406
  word-wrap: break-word;
18390
18407
  }
18391
18408
  .sidebar-header .component-title[href],
18392
- .sidebar-header .component-title [href] {
18409
+ .sidebar-header .component-title a[href] {
18393
18410
  color: #212529;
18394
18411
  }
18395
18412
  .sidebar-header .component-subtitle {
@@ -18494,14 +18511,14 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
18494
18511
  font-size: 1rem;
18495
18512
  }
18496
18513
  .sidebar-light .sidebar-list-group .list-group-title[href],
18497
- .sidebar-light .sidebar-list-group .list-group-title [href] {
18514
+ .sidebar-light .sidebar-list-group .list-group-title a[href] {
18498
18515
  color: #212529;
18499
18516
  }
18500
18517
  .sidebar-light .sidebar-panel {
18501
18518
  background-color: #e9ecef;
18502
18519
  }
18503
18520
  .sidebar-light .sidebar-dd[href],
18504
- .sidebar-light .sidebar-dd [href] {
18521
+ .sidebar-light .sidebar-dd a[href] {
18505
18522
  color: #212529;
18506
18523
  }
18507
18524
  .sidebar-light .component-navigation-bar {
@@ -18558,14 +18575,14 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
18558
18575
  color: inherit;
18559
18576
  }
18560
18577
  .sidebar-dark .sidebar-header .component-title[href],
18561
- .sidebar-dark .sidebar-header .component-title [href] {
18578
+ .sidebar-dark .sidebar-header .component-title a[href] {
18562
18579
  color: inherit;
18563
18580
  }
18564
18581
  .sidebar-dark .sidebar-header .component-subtitle {
18565
18582
  color: inherit;
18566
18583
  }
18567
18584
  .sidebar-dark .sidebar-header .component-subtitle[href],
18568
- .sidebar-dark .sidebar-header .component-subtitle [href] {
18585
+ .sidebar-dark .sidebar-header .component-subtitle a[href] {
18569
18586
  color: inherit;
18570
18587
  }
18571
18588
  .sidebar-dark .nav-nested .nav-link {
@@ -18620,14 +18637,14 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
18620
18637
  color: inherit;
18621
18638
  }
18622
18639
  .sidebar-dark-l2 .sidebar-header .component-title[href],
18623
- .sidebar-dark-l2 .sidebar-header .component-title [href] {
18640
+ .sidebar-dark-l2 .sidebar-header .component-title a[href] {
18624
18641
  color: inherit;
18625
18642
  }
18626
18643
  .sidebar-dark-l2 .sidebar-header .component-subtitle {
18627
18644
  color: inherit;
18628
18645
  }
18629
18646
  .sidebar-dark-l2 .sidebar-header .component-subtitle[href],
18630
- .sidebar-dark-l2 .sidebar-header .component-subtitle [href] {
18647
+ .sidebar-dark-l2 .sidebar-header .component-subtitle a[href] {
18631
18648
  color: inherit;
18632
18649
  }
18633
18650
  .sidebar-dark-l2 .nav-nested .nav-link {
@@ -18920,8 +18937,8 @@ caption {
18920
18937
  background-color: #fff;
18921
18938
  cursor: not-allowed;
18922
18939
  }
18923
- .table .table-disabled th [href],
18924
- .table .table-disabled td [href] {
18940
+ .table .table-disabled th a[href],
18941
+ .table .table-disabled td a[href] {
18925
18942
  color: #acacac;
18926
18943
  pointer-events: none;
18927
18944
  }
@@ -18942,6 +18959,14 @@ caption {
18942
18959
  .table .autofit-col:last-child {
18943
18960
  padding-right: 0;
18944
18961
  }
18962
+ .table .component-drag {
18963
+ font-size: 0.875rem;
18964
+ height: 1rem;
18965
+ width: 1rem;
18966
+ }
18967
+ .table .component-drag.focus, .table .component-drag:focus-visible, .c-prefers-focus .table .component-drag:focus {
18968
+ box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
18969
+ }
18945
18970
  .table .custom-control,
18946
18971
  .table .form-check {
18947
18972
  margin-bottom: 0;
@@ -19164,11 +19189,11 @@ caption {
19164
19189
  color: #fff;
19165
19190
  }
19166
19191
  .table .table-dark .table-title[href],
19167
- .table .table-dark .table-title [href],
19192
+ .table .table-dark .table-title a[href],
19168
19193
  .table .table-dark > th .table-title[href],
19169
- .table .table-dark > th .table-title [href],
19194
+ .table .table-dark > th .table-title a[href],
19170
19195
  .table .table-dark > td .table-title[href],
19171
- .table .table-dark > td .table-title [href] {
19196
+ .table .table-dark > td .table-title a[href] {
19172
19197
  color: inherit;
19173
19198
  }
19174
19199
  .table .table-dark th,
@@ -19229,12 +19254,12 @@ caption {
19229
19254
  margin-bottom: 0;
19230
19255
  }
19231
19256
  .table-title[href],
19232
- .table-title [href] {
19257
+ .table-title a[href] {
19233
19258
  color: #212529;
19234
19259
  }
19235
19260
  .table-title[href]:hover, .table-title[href].hover,
19236
- .table-title [href]:hover,
19237
- .table-title [href].hover {
19261
+ .table-title a[href]:hover,
19262
+ .table-title a[href].hover {
19238
19263
  color: #212529;
19239
19264
  }
19240
19265
  .table-link {
@@ -19437,8 +19462,8 @@ caption {
19437
19462
  background-color: #fff;
19438
19463
  color: #acacac;
19439
19464
  }
19440
- .table-list .table-disabled th [href],
19441
- .table-list .table-disabled td [href] {
19465
+ .table-list .table-disabled th a[href],
19466
+ .table-list .table-disabled td a[href] {
19442
19467
  color: #acacac;
19443
19468
  pointer-events: none;
19444
19469
  }
@@ -19516,12 +19541,12 @@ caption {
19516
19541
  margin-bottom: 0;
19517
19542
  }
19518
19543
  .table-list-title[href],
19519
- .table-list-title [href] {
19544
+ .table-list-title a[href] {
19520
19545
  color: #212529;
19521
19546
  }
19522
19547
  .table-list-title[href]:hover, .table-list-title[href].hover,
19523
- .table-list-title [href]:hover,
19524
- .table-list-title [href].hover {
19548
+ .table-list-title a[href]:hover,
19549
+ .table-list-title a[href].hover {
19525
19550
  color: #212529;
19526
19551
  }
19527
19552
  .table-list-link {
@@ -19633,6 +19658,45 @@ caption {
19633
19658
  vertical-align: top;
19634
19659
  }
19635
19660
 
19661
+ .table-nested-rows th:first-child,
19662
+ .table-nested-rows td:first-child,
19663
+ .table-nested-rows .table-column-start {
19664
+ padding-left: 1.25rem;
19665
+ }
19666
+ .table-nested-rows th:last-child,
19667
+ .table-nested-rows td:last-child,
19668
+ .table-nested-rows .table-column-end {
19669
+ padding-right: 1.25rem;
19670
+ }
19671
+ .table-nested-rows .autofit-col {
19672
+ padding-left: 0.125rem;
19673
+ padding-right: 0.125rem;
19674
+ min-width: 1.75rem;
19675
+ }
19676
+ .table-nested-rows .autofit-col-checkbox {
19677
+ padding-right: 0.625rem;
19678
+ }
19679
+ .table-nested-rows .autofit-col-icon {
19680
+ padding-right: 0.625rem;
19681
+ }
19682
+ .table-nested-rows .component-drag {
19683
+ left: 2px;
19684
+ position: absolute;
19685
+ top: 50%;
19686
+ transform: translateY(-50%);
19687
+ }
19688
+ .table-nested-rows .component-toggle {
19689
+ font-size: 0.875rem;
19690
+ height: 1.5rem;
19691
+ width: 1.5rem;
19692
+ }
19693
+ .table-nested-rows .component-action.show .collapse-icon-closed {
19694
+ display: none;
19695
+ }
19696
+ .table-nested-rows .component-action:not(.show) .collapse-icon-open {
19697
+ display: none;
19698
+ }
19699
+
19636
19700
  .show-quick-actions-on-hover tr:not(.table-active):not(.table-disabled):hover .quick-action-menu {
19637
19701
  display: flex;
19638
19702
  }