@clayui/css 3.83.1 → 3.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.83.1
3
+ * Clay 3.84.0
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>
@@ -3378,7 +3378,8 @@ input[type=button].btn-block {
3378
3378
  .alert-link.btn-unstyled:hover {
3379
3379
  text-decoration: underline;
3380
3380
  }
3381
- .alert-link:focus,
3381
+ .alert-link.focus, .alert-link:focus,
3382
+ .alert-link.btn-unstyled.focus,
3382
3383
  .alert-link.btn-unstyled:focus {
3383
3384
  text-decoration: underline;
3384
3385
  }
@@ -3913,7 +3914,7 @@ input[type=button].btn-block {
3913
3914
  .badge[href]:hover, .badge[type]:hover {
3914
3915
  text-decoration: none;
3915
3916
  }
3916
- .badge[href]:focus, .badge[type]:focus {
3917
+ .badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
3917
3918
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
3918
3919
  outline: 0;
3919
3920
  }
@@ -3924,7 +3925,7 @@ input[type=button].btn-block {
3924
3925
  .badge a:hover {
3925
3926
  text-decoration: none;
3926
3927
  }
3927
- .badge a:focus {
3928
+ .badge a.focus, .badge a:focus {
3928
3929
  text-decoration: none;
3929
3930
  }
3930
3931
  .badge > .c-inner {
@@ -4039,7 +4040,7 @@ input[type=button].btn-block {
4039
4040
  background-color: #0062cc;
4040
4041
  color: #fff;
4041
4042
  }
4042
- [href].badge-primary:focus, [type].badge-primary:focus {
4043
+ [href].focus.badge-primary, [href].badge-primary:focus, [type].focus.badge-primary, [type].badge-primary:focus {
4043
4044
  background-color: #0062cc;
4044
4045
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
4045
4046
  color: #fff;
@@ -4052,7 +4053,7 @@ input[type=button].btn-block {
4052
4053
  background-color: #545b62;
4053
4054
  color: #fff;
4054
4055
  }
4055
- [href].badge-secondary:focus, [type].badge-secondary:focus {
4056
+ [href].focus.badge-secondary, [href].badge-secondary:focus, [type].focus.badge-secondary, [type].badge-secondary:focus {
4056
4057
  background-color: #545b62;
4057
4058
  color: #fff;
4058
4059
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
@@ -4065,7 +4066,7 @@ input[type=button].btn-block {
4065
4066
  background-color: #1e7e34;
4066
4067
  color: #fff;
4067
4068
  }
4068
- [href].badge-success:focus, [type].badge-success:focus {
4069
+ [href].focus.badge-success, [href].badge-success:focus, [type].focus.badge-success, [type].badge-success:focus {
4069
4070
  background-color: #1e7e34;
4070
4071
  color: #fff;
4071
4072
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
@@ -4078,7 +4079,7 @@ input[type=button].btn-block {
4078
4079
  background-color: #117a8b;
4079
4080
  color: #fff;
4080
4081
  }
4081
- [href].badge-info:focus, [type].badge-info:focus {
4082
+ [href].focus.badge-info, [href].badge-info:focus, [type].focus.badge-info, [type].badge-info:focus {
4082
4083
  background-color: #117a8b;
4083
4084
  color: #fff;
4084
4085
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
@@ -4091,7 +4092,7 @@ input[type=button].btn-block {
4091
4092
  background-color: #d39e00;
4092
4093
  color: #212529;
4093
4094
  }
4094
- [href].badge-warning:focus, [type].badge-warning:focus {
4095
+ [href].focus.badge-warning, [href].badge-warning:focus, [type].focus.badge-warning, [type].badge-warning:focus {
4095
4096
  background-color: #d39e00;
4096
4097
  color: #212529;
4097
4098
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
@@ -4104,7 +4105,7 @@ input[type=button].btn-block {
4104
4105
  background-color: #bd2130;
4105
4106
  color: #fff;
4106
4107
  }
4107
- [href].badge-danger:focus, [type].badge-danger:focus {
4108
+ [href].focus.badge-danger, [href].badge-danger:focus, [type].focus.badge-danger, [type].badge-danger:focus {
4108
4109
  background-color: #bd2130;
4109
4110
  color: #fff;
4110
4111
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
@@ -4117,7 +4118,7 @@ input[type=button].btn-block {
4117
4118
  background-color: #dae0e5;
4118
4119
  color: #212529;
4119
4120
  }
4120
- [href].badge-light:focus, [type].badge-light:focus {
4121
+ [href].focus.badge-light, [href].badge-light:focus, [type].focus.badge-light, [type].badge-light:focus {
4121
4122
  background-color: #dae0e5;
4122
4123
  color: #212529;
4123
4124
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
@@ -4130,7 +4131,7 @@ input[type=button].btn-block {
4130
4131
  background-color: #1d2124;
4131
4132
  color: #fff;
4132
4133
  }
4133
- [href].badge-dark:focus, [type].badge-dark:focus {
4134
+ [href].focus.badge-dark, [href].badge-dark:focus, [type].focus.badge-dark, [type].badge-dark:focus {
4134
4135
  background-color: #1d2124;
4135
4136
  color: #fff;
4136
4137
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
@@ -4154,7 +4155,7 @@ input[type=button].btn-block {
4154
4155
  color: #0056b3;
4155
4156
  text-decoration: underline;
4156
4157
  }
4157
- .breadcrumb-link:focus {
4158
+ .breadcrumb-link.focus, .breadcrumb-link:focus {
4158
4159
  color: #0056b3;
4159
4160
  text-decoration: underline;
4160
4161
  }
@@ -4447,7 +4448,8 @@ input[type=button].btn-block {
4447
4448
  color: inherit;
4448
4449
  text-decoration: none;
4449
4450
  }
4450
- .label a:focus,
4451
+ .label a.focus, .label a:focus,
4452
+ .label .btn-unstyled.focus,
4451
4453
  .label .btn-unstyled:focus {
4452
4454
  color: inherit;
4453
4455
  text-decoration: none;
@@ -4582,7 +4584,7 @@ input[type=button].btn-block {
4582
4584
  border-color: #0062cc;
4583
4585
  color: #0062cc;
4584
4586
  }
4585
- [href].label-primary:focus, [type].label-primary:focus, [tabindex].label-primary:focus {
4587
+ [href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
4586
4588
  color: #0062cc;
4587
4589
  }
4588
4590
  .label-primary a:hover,
@@ -4604,7 +4606,7 @@ input[type=button].btn-block {
4604
4606
  border-color: #545b62;
4605
4607
  color: #545b62;
4606
4608
  }
4607
- [href].label-secondary:focus, [type].label-secondary:focus, [tabindex].label-secondary:focus {
4609
+ [href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
4608
4610
  color: #545b62;
4609
4611
  }
4610
4612
  .label-secondary a:hover,
@@ -4626,7 +4628,7 @@ input[type=button].btn-block {
4626
4628
  border-color: #1e7e34;
4627
4629
  color: #1e7e34;
4628
4630
  }
4629
- [href].label-success:focus, [type].label-success:focus, [tabindex].label-success:focus {
4631
+ [href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
4630
4632
  color: #1e7e34;
4631
4633
  }
4632
4634
  .label-success a:hover,
@@ -4648,7 +4650,7 @@ input[type=button].btn-block {
4648
4650
  border-color: #117a8b;
4649
4651
  color: #117a8b;
4650
4652
  }
4651
- [href].label-info:focus, [type].label-info:focus, [tabindex].label-info:focus {
4653
+ [href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
4652
4654
  color: #117a8b;
4653
4655
  }
4654
4656
  .label-info a:hover,
@@ -4670,7 +4672,7 @@ input[type=button].btn-block {
4670
4672
  border-color: #d39e00;
4671
4673
  color: #d39e00;
4672
4674
  }
4673
- [href].label-warning:focus, [type].label-warning:focus, [tabindex].label-warning:focus {
4675
+ [href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
4674
4676
  color: #d39e00;
4675
4677
  }
4676
4678
  .label-warning a:hover,
@@ -4692,7 +4694,7 @@ input[type=button].btn-block {
4692
4694
  border-color: #bd2130;
4693
4695
  color: #bd2130;
4694
4696
  }
4695
- [href].label-danger:focus, [type].label-danger:focus, [tabindex].label-danger:focus {
4697
+ [href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
4696
4698
  color: #bd2130;
4697
4699
  }
4698
4700
  .label-danger a:hover,
@@ -4714,7 +4716,7 @@ input[type=button].btn-block {
4714
4716
  border-color: #1d2124;
4715
4717
  color: #1d2124;
4716
4718
  }
4717
- [href].label-dark:focus, [type].label-dark:focus, [tabindex].label-dark:focus {
4719
+ [href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
4718
4720
  color: #1d2124;
4719
4721
  }
4720
4722
  .label-dark a:hover,
@@ -4736,7 +4738,7 @@ input[type=button].btn-block {
4736
4738
  border-color: #dae0e5;
4737
4739
  color: #dae0e5;
4738
4740
  }
4739
- [href].label-light:focus, [type].label-light:focus, [tabindex].label-light:focus {
4741
+ [href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
4740
4742
  color: #dae0e5;
4741
4743
  }
4742
4744
  .label-light a:hover,
@@ -6639,7 +6641,7 @@ input[type=button].btn-block {
6639
6641
  color: inherit;
6640
6642
  text-decoration: inherit;
6641
6643
  }
6642
- .dropdown-item-indicator-text-start:focus {
6644
+ .dropdown-item-indicator-text-start.focus, .dropdown-item-indicator-text-start:focus {
6643
6645
  color: inherit;
6644
6646
  text-decoration: inherit;
6645
6647
  }
@@ -6694,7 +6696,7 @@ input[type=button].btn-block {
6694
6696
  color: inherit;
6695
6697
  text-decoration: inherit;
6696
6698
  }
6697
- .dropdown-item-indicator-text-end:focus {
6699
+ .dropdown-item-indicator-text-end.focus, .dropdown-item-indicator-text-end:focus {
6698
6700
  color: inherit;
6699
6701
  text-decoration: inherit;
6700
6702
  }
@@ -7820,7 +7822,7 @@ button.link-outline {
7820
7822
  .link-outline:hover {
7821
7823
  text-decoration: none;
7822
7824
  }
7823
- .link-outline:focus {
7825
+ .link-outline.focus, .link-outline:focus {
7824
7826
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
7825
7827
  outline: 0;
7826
7828
  }
@@ -7972,7 +7974,7 @@ button.link-outline {
7972
7974
  background-color: #6c757d;
7973
7975
  color: #fff;
7974
7976
  }
7975
- .component-action:focus {
7977
+ .component-action.focus, .component-action:focus {
7976
7978
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
7977
7979
  outline: 0;
7978
7980
  }
@@ -11666,7 +11668,7 @@ label.custom-control-label {
11666
11668
  .nav-link:hover {
11667
11669
  text-decoration: none;
11668
11670
  }
11669
- .nav-link:focus {
11671
+ .nav-link.focus, .nav-link:focus {
11670
11672
  text-decoration: none;
11671
11673
  z-index: 1;
11672
11674
  }
@@ -11981,7 +11983,7 @@ label.custom-control-label {
11981
11983
  .nav-tabs .nav-link:hover {
11982
11984
  border-color: #e9ecef #e9ecef #dee2e6;
11983
11985
  }
11984
- .nav-tabs .nav-link:focus {
11986
+ .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
11985
11987
  border-color: #e9ecef #e9ecef #dee2e6;
11986
11988
  }
11987
11989
  .nav-tabs .nav-link:active {
@@ -16198,7 +16200,7 @@ label.custom-control-label {
16198
16200
  text-decoration: none;
16199
16201
  z-index: 2;
16200
16202
  }
16201
- .page-link:focus {
16203
+ .page-link.focus, .page-link:focus {
16202
16204
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
16203
16205
  outline: 0;
16204
16206
  z-index: 4;
@@ -16306,7 +16308,8 @@ label.custom-control-label {
16306
16308
  border-color: #dee2e6;
16307
16309
  color: #0056b3;
16308
16310
  }
16309
- .pagination-items-per-page > a:focus,
16311
+ .pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
16312
+ .pagination-items-per-page > button.focus,
16310
16313
  .pagination-items-per-page > button:focus {
16311
16314
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
16312
16315
  outline: 0;
@@ -16530,7 +16533,7 @@ label.custom-control-label {
16530
16533
  .panel-header-link:hover {
16531
16534
  color: inherit;
16532
16535
  }
16533
- .panel-header-link:focus {
16536
+ .panel-header-link.focus, .panel-header-link:focus {
16534
16537
  z-index: 1;
16535
16538
  }
16536
16539
  .panel-header-link.panel-header.collapsed {
@@ -17582,6 +17585,7 @@ a.sheet-subtitle:hover {
17582
17585
  }
17583
17586
  .sidebar:focus, .sidebar.focus {
17584
17587
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
17588
+ outline: 0;
17585
17589
  }
17586
17590
  .sidebar .container-fluid {
17587
17591
  padding-left: 1rem;
@@ -17793,7 +17797,7 @@ a.sheet-subtitle:hover {
17793
17797
  .sidebar-dark .nav-nested .nav-link:hover {
17794
17798
  color: #fff;
17795
17799
  }
17796
- .sidebar-dark .nav-nested .nav-link:focus {
17800
+ .sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
17797
17801
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
17798
17802
  outline: 0;
17799
17803
  }
@@ -17851,7 +17855,7 @@ a.sheet-subtitle:hover {
17851
17855
  .sidebar-dark-l2 .nav-nested .nav-link:hover {
17852
17856
  color: #fff;
17853
17857
  }
17854
- .sidebar-dark-l2 .nav-nested .nav-link:focus {
17858
+ .sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
17855
17859
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
17856
17860
  outline: 0;
17857
17861
  }
@@ -20472,7 +20476,7 @@ caption {
20472
20476
  .treeview-link:hover {
20473
20477
  text-decoration: none;
20474
20478
  }
20475
- .treeview-link:focus {
20479
+ .treeview-link.focus, .treeview-link:focus {
20476
20480
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
20477
20481
  outline: 0;
20478
20482
  }