@clayui/css 3.84.0 → 3.86.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.84.0
3
+ * Clay 3.86.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>
@@ -155,11 +155,22 @@ sup {
155
155
  a {
156
156
  color: #007bff;
157
157
  text-decoration: none;
158
+ text-underline-offset: 0.23em;
158
159
  }
159
- a:hover {
160
+ a:hover, a.hover {
160
161
  color: #0056b3;
161
162
  text-decoration: underline;
162
163
  }
164
+ a .inline-item-before {
165
+ margin-right: 0.25rem;
166
+ }
167
+ a .inline-item-middle {
168
+ margin-left: 0.25rem;
169
+ margin-right: 0.25rem;
170
+ }
171
+ a .inline-item-after {
172
+ margin-left: 0.25rem;
173
+ }
163
174
  pre,
164
175
  code,
165
176
  kbd,
@@ -3374,8 +3385,9 @@ input[type=button].btn-block {
3374
3385
  .alert-link.btn-unstyled {
3375
3386
  font-weight: 700;
3376
3387
  }
3377
- .alert-link:hover,
3378
- .alert-link.btn-unstyled:hover {
3388
+ .alert-link:hover, .alert-link.hover,
3389
+ .alert-link.btn-unstyled:hover,
3390
+ .alert-link.btn-unstyled.hover {
3379
3391
  text-decoration: underline;
3380
3392
  }
3381
3393
  .alert-link.focus, .alert-link:focus,
@@ -3911,7 +3923,7 @@ input[type=button].btn-block {
3911
3923
  .badge:empty {
3912
3924
  display: none;
3913
3925
  }
3914
- .badge[href]:hover, .badge[type]:hover {
3926
+ .badge[href]:hover, .badge[href].hover, .badge[type]:hover, .badge[type].hover {
3915
3927
  text-decoration: none;
3916
3928
  }
3917
3929
  .badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
@@ -3922,7 +3934,7 @@ input[type=button].btn-block {
3922
3934
  color: #fff;
3923
3935
  text-decoration: underline;
3924
3936
  }
3925
- .badge a:hover {
3937
+ .badge a:hover, .badge a.hover {
3926
3938
  text-decoration: none;
3927
3939
  }
3928
3940
  .badge a.focus, .badge a:focus {
@@ -4036,7 +4048,7 @@ input[type=button].btn-block {
4036
4048
  background-color: #007bff;
4037
4049
  color: #fff;
4038
4050
  }
4039
- [href].badge-primary:hover, [type].badge-primary:hover {
4051
+ [href].badge-primary:hover, [href].hover.badge-primary, [type].badge-primary:hover, [type].hover.badge-primary {
4040
4052
  background-color: #0062cc;
4041
4053
  color: #fff;
4042
4054
  }
@@ -4049,7 +4061,7 @@ input[type=button].btn-block {
4049
4061
  background-color: #6c757d;
4050
4062
  color: #fff;
4051
4063
  }
4052
- [href].badge-secondary:hover, [type].badge-secondary:hover {
4064
+ [href].badge-secondary:hover, [href].hover.badge-secondary, [type].badge-secondary:hover, [type].hover.badge-secondary {
4053
4065
  background-color: #545b62;
4054
4066
  color: #fff;
4055
4067
  }
@@ -4062,7 +4074,7 @@ input[type=button].btn-block {
4062
4074
  background-color: #28a745;
4063
4075
  color: #fff;
4064
4076
  }
4065
- [href].badge-success:hover, [type].badge-success:hover {
4077
+ [href].badge-success:hover, [href].hover.badge-success, [type].badge-success:hover, [type].hover.badge-success {
4066
4078
  background-color: #1e7e34;
4067
4079
  color: #fff;
4068
4080
  }
@@ -4075,7 +4087,7 @@ input[type=button].btn-block {
4075
4087
  background-color: #17a2b8;
4076
4088
  color: #fff;
4077
4089
  }
4078
- [href].badge-info:hover, [type].badge-info:hover {
4090
+ [href].badge-info:hover, [href].hover.badge-info, [type].badge-info:hover, [type].hover.badge-info {
4079
4091
  background-color: #117a8b;
4080
4092
  color: #fff;
4081
4093
  }
@@ -4088,7 +4100,7 @@ input[type=button].btn-block {
4088
4100
  background-color: #ffc107;
4089
4101
  color: #212529;
4090
4102
  }
4091
- [href].badge-warning:hover, [type].badge-warning:hover {
4103
+ [href].badge-warning:hover, [href].hover.badge-warning, [type].badge-warning:hover, [type].hover.badge-warning {
4092
4104
  background-color: #d39e00;
4093
4105
  color: #212529;
4094
4106
  }
@@ -4101,7 +4113,7 @@ input[type=button].btn-block {
4101
4113
  background-color: #dc3545;
4102
4114
  color: #fff;
4103
4115
  }
4104
- [href].badge-danger:hover, [type].badge-danger:hover {
4116
+ [href].badge-danger:hover, [href].hover.badge-danger, [type].badge-danger:hover, [type].hover.badge-danger {
4105
4117
  background-color: #bd2130;
4106
4118
  color: #fff;
4107
4119
  }
@@ -4114,7 +4126,7 @@ input[type=button].btn-block {
4114
4126
  background-color: #f8f9fa;
4115
4127
  color: #212529;
4116
4128
  }
4117
- [href].badge-light:hover, [type].badge-light:hover {
4129
+ [href].badge-light:hover, [href].hover.badge-light, [type].badge-light:hover, [type].hover.badge-light {
4118
4130
  background-color: #dae0e5;
4119
4131
  color: #212529;
4120
4132
  }
@@ -4127,7 +4139,7 @@ input[type=button].btn-block {
4127
4139
  background-color: #343a40;
4128
4140
  color: #fff;
4129
4141
  }
4130
- [href].badge-dark:hover, [type].badge-dark:hover {
4142
+ [href].badge-dark:hover, [href].hover.badge-dark, [type].badge-dark:hover, [type].hover.badge-dark {
4131
4143
  background-color: #1d2124;
4132
4144
  color: #fff;
4133
4145
  }
@@ -4151,7 +4163,7 @@ input[type=button].btn-block {
4151
4163
  display: block;
4152
4164
  text-decoration: none;
4153
4165
  }
4154
- .breadcrumb-link:hover {
4166
+ .breadcrumb-link:hover, .breadcrumb-link.hover {
4155
4167
  color: #0056b3;
4156
4168
  text-decoration: underline;
4157
4169
  }
@@ -4345,16 +4357,14 @@ input[type=button].btn-block {
4345
4357
  }
4346
4358
 
4347
4359
  .c-empty-state-animation {
4348
- align-items: center;
4349
- display: flex;
4350
- flex-direction: column;
4360
+ display: block;
4351
4361
  margin: 5rem auto 1.5rem;
4352
4362
  max-width: 340px;
4353
4363
  text-align: center;
4354
4364
  }
4355
4365
 
4356
4366
  .c-empty-state-image {
4357
- margin-bottom: -0.5rem;
4367
+ margin: 0 auto 2rem;
4358
4368
  max-width: 250px;
4359
4369
  width: 100%;
4360
4370
  overflow-wrap: break-word;
@@ -4443,8 +4453,9 @@ input[type=button].btn-block {
4443
4453
  display: inline-block;
4444
4454
  text-decoration: underline;
4445
4455
  }
4446
- .label a:hover,
4447
- .label .btn-unstyled:hover {
4456
+ .label a:hover, .label a.hover,
4457
+ .label .btn-unstyled:hover,
4458
+ .label .btn-unstyled.hover {
4448
4459
  color: inherit;
4449
4460
  text-decoration: none;
4450
4461
  }
@@ -4580,15 +4591,16 @@ input[type=button].btn-block {
4580
4591
  border-color: #007bff;
4581
4592
  color: #007bff;
4582
4593
  }
4583
- [href].label-primary:hover, [type].label-primary:hover, [tabindex].label-primary:hover {
4594
+ [href].label-primary:hover, [href].hover.label-primary, [type].label-primary:hover, [type].hover.label-primary, [tabindex].label-primary:hover, [tabindex].hover.label-primary {
4584
4595
  border-color: #0062cc;
4585
4596
  color: #0062cc;
4586
4597
  }
4587
4598
  [href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
4588
4599
  color: #0062cc;
4589
4600
  }
4590
- .label-primary a:hover,
4591
- .label-primary .btn-unstyled:hover {
4601
+ .label-primary a:hover, .label-primary a.hover,
4602
+ .label-primary .btn-unstyled:hover,
4603
+ .label-primary .btn-unstyled.hover {
4592
4604
  color: #0062cc;
4593
4605
  }
4594
4606
  .label-primary .close:hover {
@@ -4602,15 +4614,16 @@ input[type=button].btn-block {
4602
4614
  border-color: #6c757d;
4603
4615
  color: #6c757d;
4604
4616
  }
4605
- [href].label-secondary:hover, [type].label-secondary:hover, [tabindex].label-secondary:hover {
4617
+ [href].label-secondary:hover, [href].hover.label-secondary, [type].label-secondary:hover, [type].hover.label-secondary, [tabindex].label-secondary:hover, [tabindex].hover.label-secondary {
4606
4618
  border-color: #545b62;
4607
4619
  color: #545b62;
4608
4620
  }
4609
4621
  [href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
4610
4622
  color: #545b62;
4611
4623
  }
4612
- .label-secondary a:hover,
4613
- .label-secondary .btn-unstyled:hover {
4624
+ .label-secondary a:hover, .label-secondary a.hover,
4625
+ .label-secondary .btn-unstyled:hover,
4626
+ .label-secondary .btn-unstyled.hover {
4614
4627
  color: #545b62;
4615
4628
  }
4616
4629
  .label-secondary .close:hover {
@@ -4624,15 +4637,16 @@ input[type=button].btn-block {
4624
4637
  border-color: #28a745;
4625
4638
  color: #28a745;
4626
4639
  }
4627
- [href].label-success:hover, [type].label-success:hover, [tabindex].label-success:hover {
4640
+ [href].label-success:hover, [href].hover.label-success, [type].label-success:hover, [type].hover.label-success, [tabindex].label-success:hover, [tabindex].hover.label-success {
4628
4641
  border-color: #1e7e34;
4629
4642
  color: #1e7e34;
4630
4643
  }
4631
4644
  [href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
4632
4645
  color: #1e7e34;
4633
4646
  }
4634
- .label-success a:hover,
4635
- .label-success .btn-unstyled:hover {
4647
+ .label-success a:hover, .label-success a.hover,
4648
+ .label-success .btn-unstyled:hover,
4649
+ .label-success .btn-unstyled.hover {
4636
4650
  color: #1e7e34;
4637
4651
  }
4638
4652
  .label-success .close:hover {
@@ -4646,15 +4660,16 @@ input[type=button].btn-block {
4646
4660
  border-color: #17a2b8;
4647
4661
  color: #17a2b8;
4648
4662
  }
4649
- [href].label-info:hover, [type].label-info:hover, [tabindex].label-info:hover {
4663
+ [href].label-info:hover, [href].hover.label-info, [type].label-info:hover, [type].hover.label-info, [tabindex].label-info:hover, [tabindex].hover.label-info {
4650
4664
  border-color: #117a8b;
4651
4665
  color: #117a8b;
4652
4666
  }
4653
4667
  [href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
4654
4668
  color: #117a8b;
4655
4669
  }
4656
- .label-info a:hover,
4657
- .label-info .btn-unstyled:hover {
4670
+ .label-info a:hover, .label-info a.hover,
4671
+ .label-info .btn-unstyled:hover,
4672
+ .label-info .btn-unstyled.hover {
4658
4673
  color: #117a8b;
4659
4674
  }
4660
4675
  .label-info .close:hover {
@@ -4668,15 +4683,16 @@ input[type=button].btn-block {
4668
4683
  border-color: #ffc107;
4669
4684
  color: #ffc107;
4670
4685
  }
4671
- [href].label-warning:hover, [type].label-warning:hover, [tabindex].label-warning:hover {
4686
+ [href].label-warning:hover, [href].hover.label-warning, [type].label-warning:hover, [type].hover.label-warning, [tabindex].label-warning:hover, [tabindex].hover.label-warning {
4672
4687
  border-color: #d39e00;
4673
4688
  color: #d39e00;
4674
4689
  }
4675
4690
  [href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
4676
4691
  color: #d39e00;
4677
4692
  }
4678
- .label-warning a:hover,
4679
- .label-warning .btn-unstyled:hover {
4693
+ .label-warning a:hover, .label-warning a.hover,
4694
+ .label-warning .btn-unstyled:hover,
4695
+ .label-warning .btn-unstyled.hover {
4680
4696
  color: #d39e00;
4681
4697
  }
4682
4698
  .label-warning .close:hover {
@@ -4690,15 +4706,16 @@ input[type=button].btn-block {
4690
4706
  border-color: #dc3545;
4691
4707
  color: #dc3545;
4692
4708
  }
4693
- [href].label-danger:hover, [type].label-danger:hover, [tabindex].label-danger:hover {
4709
+ [href].label-danger:hover, [href].hover.label-danger, [type].label-danger:hover, [type].hover.label-danger, [tabindex].label-danger:hover, [tabindex].hover.label-danger {
4694
4710
  border-color: #bd2130;
4695
4711
  color: #bd2130;
4696
4712
  }
4697
4713
  [href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
4698
4714
  color: #bd2130;
4699
4715
  }
4700
- .label-danger a:hover,
4701
- .label-danger .btn-unstyled:hover {
4716
+ .label-danger a:hover, .label-danger a.hover,
4717
+ .label-danger .btn-unstyled:hover,
4718
+ .label-danger .btn-unstyled.hover {
4702
4719
  color: #bd2130;
4703
4720
  }
4704
4721
  .label-danger .close:hover {
@@ -4712,15 +4729,16 @@ input[type=button].btn-block {
4712
4729
  border-color: #343a40;
4713
4730
  color: #343a40;
4714
4731
  }
4715
- [href].label-dark:hover, [type].label-dark:hover, [tabindex].label-dark:hover {
4732
+ [href].label-dark:hover, [href].hover.label-dark, [type].label-dark:hover, [type].hover.label-dark, [tabindex].label-dark:hover, [tabindex].hover.label-dark {
4716
4733
  border-color: #1d2124;
4717
4734
  color: #1d2124;
4718
4735
  }
4719
4736
  [href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
4720
4737
  color: #1d2124;
4721
4738
  }
4722
- .label-dark a:hover,
4723
- .label-dark .btn-unstyled:hover {
4739
+ .label-dark a:hover, .label-dark a.hover,
4740
+ .label-dark .btn-unstyled:hover,
4741
+ .label-dark .btn-unstyled.hover {
4724
4742
  color: #1d2124;
4725
4743
  }
4726
4744
  .label-dark .close:hover {
@@ -4734,15 +4752,16 @@ input[type=button].btn-block {
4734
4752
  border-color: #f8f9fa;
4735
4753
  color: #f8f9fa;
4736
4754
  }
4737
- [href].label-light:hover, [type].label-light:hover, [tabindex].label-light:hover {
4755
+ [href].label-light:hover, [href].hover.label-light, [type].label-light:hover, [type].hover.label-light, [tabindex].label-light:hover, [tabindex].hover.label-light {
4738
4756
  border-color: #dae0e5;
4739
4757
  color: #dae0e5;
4740
4758
  }
4741
4759
  [href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
4742
4760
  color: #dae0e5;
4743
4761
  }
4744
- .label-light a:hover,
4745
- .label-light .btn-unstyled:hover {
4762
+ .label-light a:hover, .label-light a.hover,
4763
+ .label-light .btn-unstyled:hover,
4764
+ .label-light .btn-unstyled.hover {
4746
4765
  color: #dae0e5;
4747
4766
  }
4748
4767
  .label-light .close:hover {
@@ -4756,13 +4775,14 @@ input[type=button].btn-block {
4756
4775
  border-color: #007bff;
4757
4776
  color: #fff;
4758
4777
  }
4759
- [href].label-inverse-primary:hover, [type].label-inverse-primary:hover, [tabindex].label-inverse-primary:hover {
4778
+ [href].label-inverse-primary:hover, [href].hover.label-inverse-primary, [type].label-inverse-primary:hover, [type].hover.label-inverse-primary, [tabindex].label-inverse-primary:hover, [tabindex].hover.label-inverse-primary {
4760
4779
  background-color: #0062cc;
4761
4780
  border-color: #0062cc;
4762
4781
  color: #fff;
4763
4782
  }
4764
- .label-inverse-primary a:hover,
4765
- .label-inverse-primary .btn-unstyled:hover {
4783
+ .label-inverse-primary a:hover, .label-inverse-primary a.hover,
4784
+ .label-inverse-primary .btn-unstyled:hover,
4785
+ .label-inverse-primary .btn-unstyled.hover {
4766
4786
  color: #e6e6e6;
4767
4787
  }
4768
4788
  .label-inverse-primary .close:hover {
@@ -4773,13 +4793,14 @@ input[type=button].btn-block {
4773
4793
  border-color: #6c757d;
4774
4794
  color: #fff;
4775
4795
  }
4776
- [href].label-inverse-secondary:hover, [type].label-inverse-secondary:hover, [tabindex].label-inverse-secondary:hover {
4796
+ [href].label-inverse-secondary:hover, [href].hover.label-inverse-secondary, [type].label-inverse-secondary:hover, [type].hover.label-inverse-secondary, [tabindex].label-inverse-secondary:hover, [tabindex].hover.label-inverse-secondary {
4777
4797
  background-color: #545b62;
4778
4798
  border-color: #545b62;
4779
4799
  color: #fff;
4780
4800
  }
4781
- .label-inverse-secondary a:hover,
4782
- .label-inverse-secondary .btn-unstyled:hover {
4801
+ .label-inverse-secondary a:hover, .label-inverse-secondary a.hover,
4802
+ .label-inverse-secondary .btn-unstyled:hover,
4803
+ .label-inverse-secondary .btn-unstyled.hover {
4783
4804
  color: #e6e6e6;
4784
4805
  }
4785
4806
  .label-inverse-secondary .close:hover {
@@ -4790,13 +4811,14 @@ input[type=button].btn-block {
4790
4811
  border-color: #28a745;
4791
4812
  color: #fff;
4792
4813
  }
4793
- [href].label-inverse-success:hover, [type].label-inverse-success:hover, [tabindex].label-inverse-success:hover {
4814
+ [href].label-inverse-success:hover, [href].hover.label-inverse-success, [type].label-inverse-success:hover, [type].hover.label-inverse-success, [tabindex].label-inverse-success:hover, [tabindex].hover.label-inverse-success {
4794
4815
  background-color: #1e7e34;
4795
4816
  border-color: #1e7e34;
4796
4817
  color: #fff;
4797
4818
  }
4798
- .label-inverse-success a:hover,
4799
- .label-inverse-success .btn-unstyled:hover {
4819
+ .label-inverse-success a:hover, .label-inverse-success a.hover,
4820
+ .label-inverse-success .btn-unstyled:hover,
4821
+ .label-inverse-success .btn-unstyled.hover {
4800
4822
  color: #e6e6e6;
4801
4823
  }
4802
4824
  .label-inverse-success .close:hover {
@@ -4807,13 +4829,14 @@ input[type=button].btn-block {
4807
4829
  border-color: #17a2b8;
4808
4830
  color: #fff;
4809
4831
  }
4810
- [href].label-inverse-info:hover, [type].label-inverse-info:hover, [tabindex].label-inverse-info:hover {
4832
+ [href].label-inverse-info:hover, [href].hover.label-inverse-info, [type].label-inverse-info:hover, [type].hover.label-inverse-info, [tabindex].label-inverse-info:hover, [tabindex].hover.label-inverse-info {
4811
4833
  background-color: #117a8b;
4812
4834
  border-color: #117a8b;
4813
4835
  color: #fff;
4814
4836
  }
4815
- .label-inverse-info a:hover,
4816
- .label-inverse-info .btn-unstyled:hover {
4837
+ .label-inverse-info a:hover, .label-inverse-info a.hover,
4838
+ .label-inverse-info .btn-unstyled:hover,
4839
+ .label-inverse-info .btn-unstyled.hover {
4817
4840
  color: #e6e6e6;
4818
4841
  }
4819
4842
  .label-inverse-info .close:hover {
@@ -4824,13 +4847,14 @@ input[type=button].btn-block {
4824
4847
  border-color: #ffc107;
4825
4848
  color: #212529;
4826
4849
  }
4827
- [href].label-inverse-warning:hover, [type].label-inverse-warning:hover, [tabindex].label-inverse-warning:hover {
4850
+ [href].label-inverse-warning:hover, [href].hover.label-inverse-warning, [type].label-inverse-warning:hover, [type].hover.label-inverse-warning, [tabindex].label-inverse-warning:hover, [tabindex].hover.label-inverse-warning {
4828
4851
  background-color: #d39e00;
4829
4852
  border-color: #d39e00;
4830
4853
  color: #212529;
4831
4854
  }
4832
- .label-inverse-warning a:hover,
4833
- .label-inverse-warning .btn-unstyled:hover {
4855
+ .label-inverse-warning a:hover, .label-inverse-warning a.hover,
4856
+ .label-inverse-warning .btn-unstyled:hover,
4857
+ .label-inverse-warning .btn-unstyled.hover {
4834
4858
  color: #4e5862;
4835
4859
  }
4836
4860
  .label-inverse-warning .close:hover {
@@ -4841,13 +4865,14 @@ input[type=button].btn-block {
4841
4865
  border-color: #dc3545;
4842
4866
  color: #fff;
4843
4867
  }
4844
- [href].label-inverse-danger:hover, [type].label-inverse-danger:hover, [tabindex].label-inverse-danger:hover {
4868
+ [href].label-inverse-danger:hover, [href].hover.label-inverse-danger, [type].label-inverse-danger:hover, [type].hover.label-inverse-danger, [tabindex].label-inverse-danger:hover, [tabindex].hover.label-inverse-danger {
4845
4869
  background-color: #bd2130;
4846
4870
  border-color: #bd2130;
4847
4871
  color: #fff;
4848
4872
  }
4849
- .label-inverse-danger a:hover,
4850
- .label-inverse-danger .btn-unstyled:hover {
4873
+ .label-inverse-danger a:hover, .label-inverse-danger a.hover,
4874
+ .label-inverse-danger .btn-unstyled:hover,
4875
+ .label-inverse-danger .btn-unstyled.hover {
4851
4876
  color: #e6e6e6;
4852
4877
  }
4853
4878
  .label-inverse-danger .close:hover {
@@ -4858,13 +4883,14 @@ input[type=button].btn-block {
4858
4883
  border-color: #f8f9fa;
4859
4884
  color: #212529;
4860
4885
  }
4861
- [href].label-inverse-light:hover, [type].label-inverse-light:hover, [tabindex].label-inverse-light:hover {
4886
+ [href].label-inverse-light:hover, [href].hover.label-inverse-light, [type].label-inverse-light:hover, [type].hover.label-inverse-light, [tabindex].label-inverse-light:hover, [tabindex].hover.label-inverse-light {
4862
4887
  background-color: #dae0e5;
4863
4888
  border-color: #dae0e5;
4864
4889
  color: #212529;
4865
4890
  }
4866
- .label-inverse-light a:hover,
4867
- .label-inverse-light .btn-unstyled:hover {
4891
+ .label-inverse-light a:hover, .label-inverse-light a.hover,
4892
+ .label-inverse-light .btn-unstyled:hover,
4893
+ .label-inverse-light .btn-unstyled.hover {
4868
4894
  color: #383f45;
4869
4895
  }
4870
4896
  .label-inverse-light .close:hover {
@@ -4875,13 +4901,14 @@ input[type=button].btn-block {
4875
4901
  border-color: #343a40;
4876
4902
  color: #fff;
4877
4903
  }
4878
- [href].label-inverse-dark:hover, [type].label-inverse-dark:hover, [tabindex].label-inverse-dark:hover {
4904
+ [href].label-inverse-dark:hover, [href].hover.label-inverse-dark, [type].label-inverse-dark:hover, [type].hover.label-inverse-dark, [tabindex].label-inverse-dark:hover, [tabindex].hover.label-inverse-dark {
4879
4905
  background-color: #1d2124;
4880
4906
  border-color: #1d2124;
4881
4907
  color: #fff;
4882
4908
  }
4883
- .label-inverse-dark a:hover,
4884
- .label-inverse-dark .btn-unstyled:hover {
4909
+ .label-inverse-dark a:hover, .label-inverse-dark a.hover,
4910
+ .label-inverse-dark .btn-unstyled:hover,
4911
+ .label-inverse-dark .btn-unstyled.hover {
4885
4912
  color: #e6e6e6;
4886
4913
  }
4887
4914
  .label-inverse-dark .close:hover {
@@ -5220,8 +5247,9 @@ input[type=button].btn-block {
5220
5247
  .card-subtitle [href] {
5221
5248
  color: #6c757d;
5222
5249
  }
5223
- .card-subtitle[href]:hover,
5224
- .card-subtitle [href]:hover {
5250
+ .card-subtitle[href]:hover, .card-subtitle[href].hover,
5251
+ .card-subtitle [href]:hover,
5252
+ .card-subtitle [href].hover {
5225
5253
  color: #494f54;
5226
5254
  }
5227
5255
  .card-text:last-child {
@@ -5230,7 +5258,7 @@ input[type=button].btn-block {
5230
5258
  .card-link {
5231
5259
  color: #007bff;
5232
5260
  }
5233
- .card-link:hover {
5261
+ .card-link:hover, .card-link.hover {
5234
5262
  color: #0056b3;
5235
5263
  text-decoration: none;
5236
5264
  }
@@ -6637,7 +6665,7 @@ input[type=button].btn-block {
6637
6665
  text-decoration: inherit;
6638
6666
  width: 100%;
6639
6667
  }
6640
- .dropdown-item-indicator-text-start:hover {
6668
+ .dropdown-item-indicator-text-start:hover, .dropdown-item-indicator-text-start.hover {
6641
6669
  color: inherit;
6642
6670
  text-decoration: inherit;
6643
6671
  }
@@ -6692,7 +6720,7 @@ input[type=button].btn-block {
6692
6720
  text-decoration: inherit;
6693
6721
  width: 100%;
6694
6722
  }
6695
- .dropdown-item-indicator-text-end:hover {
6723
+ .dropdown-item-indicator-text-end:hover, .dropdown-item-indicator-text-end.hover {
6696
6724
  color: inherit;
6697
6725
  text-decoration: inherit;
6698
6726
  }
@@ -7769,10 +7797,43 @@ textarea.form-control-lg,
7769
7797
  }
7770
7798
  }
7771
7799
 
7800
+ .c-link {
7801
+ text-decoration: none;
7802
+ transition: box-shadow 0.15s ease-in-out;
7803
+ }
7804
+ @media (prefers-reduced-motion: reduce) {
7805
+ .c-link {
7806
+ transition: none;
7807
+ }
7808
+ }
7809
+ .c-link:hover, .c-link.hover {
7810
+ text-decoration: none;
7811
+ }
7812
+ .c-link.focus, .c-link:focus {
7813
+ border-radius: 1px;
7814
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
7815
+ outline: 0;
7816
+ }
7817
+ .c-link.text-secondary {
7818
+ color: #212529 !important;
7819
+ }
7820
+ .c-link.text-secondary:hover, .c-link.text-secondary.hover {
7821
+ color: #000 !important;
7822
+ }
7823
+ .c-link.text-secondary.focus, .c-link.text-secondary:focus {
7824
+ color: #000 !important;
7825
+ }
7826
+ .c-link.text-tertiary {
7827
+ color: #212529 !important;
7828
+ }
7829
+ .c-link.text-tertiary:hover, .c-link.text-tertiary.hover {
7830
+ color: #000 !important;
7831
+ text-decoration: underline;
7832
+ }
7772
7833
  .component-link {
7773
7834
  color: #6c757d;
7774
7835
  }
7775
- .component-link:hover {
7836
+ .component-link:hover, .component-link.hover {
7776
7837
  color: #494f54;
7777
7838
  }
7778
7839
  .single-link {
@@ -7782,13 +7843,13 @@ textarea.form-control-lg,
7782
7843
  .link-primary {
7783
7844
  color: #007bff;
7784
7845
  }
7785
- .link-primary:hover {
7846
+ .link-primary:hover, .link-primary.hover {
7786
7847
  color: #0056b3;
7787
7848
  }
7788
7849
  .link-secondary {
7789
7850
  color: #6c757d;
7790
7851
  }
7791
- .link-secondary:hover {
7852
+ .link-secondary:hover, .link-secondary.hover {
7792
7853
  color: #494f54;
7793
7854
  }
7794
7855
  button.link-outline {
@@ -7819,7 +7880,7 @@ button.link-outline {
7819
7880
  transition: none;
7820
7881
  }
7821
7882
  }
7822
- .link-outline:hover {
7883
+ .link-outline:hover, .link-outline.hover {
7823
7884
  text-decoration: none;
7824
7885
  }
7825
7886
  .link-outline.focus, .link-outline:focus {
@@ -7846,7 +7907,7 @@ button.link-outline {
7846
7907
  border-color: #007bff;
7847
7908
  color: #007bff;
7848
7909
  }
7849
- .link-outline-primary:hover {
7910
+ .link-outline-primary:hover, .link-outline-primary.hover {
7850
7911
  background-color: #007bff;
7851
7912
  color: #fff;
7852
7913
  }
@@ -7872,7 +7933,7 @@ button.link-outline {
7872
7933
  border-color: #6c757d;
7873
7934
  color: #6c757d;
7874
7935
  }
7875
- .link-outline-secondary:hover {
7936
+ .link-outline-secondary:hover, .link-outline-secondary.hover {
7876
7937
  background-color: #6c757d;
7877
7938
  color: #fff;
7878
7939
  }
@@ -7933,8 +7994,9 @@ button.link-outline {
7933
7994
  .component-title [href] {
7934
7995
  color: #212529;
7935
7996
  }
7936
- .component-title[href]:hover,
7937
- .component-title [href]:hover {
7997
+ .component-title[href]:hover, .component-title[href].hover,
7998
+ .component-title [href]:hover,
7999
+ .component-title [href].hover {
7938
8000
  color: black;
7939
8001
  }
7940
8002
  .component-subtitle {
@@ -7945,8 +8007,9 @@ button.link-outline {
7945
8007
  .component-subtitle [href] {
7946
8008
  color: #6c757d;
7947
8009
  }
7948
- .component-subtitle[href]:hover,
7949
- .component-subtitle [href]:hover {
8010
+ .component-subtitle[href]:hover, .component-subtitle[href].hover,
8011
+ .component-subtitle [href]:hover,
8012
+ .component-subtitle [href].hover {
7950
8013
  color: #494f54;
7951
8014
  }
7952
8015
  .component-action {
@@ -7970,7 +8033,7 @@ button.link-outline {
7970
8033
  transition: none;
7971
8034
  }
7972
8035
  }
7973
- .component-action:hover {
8036
+ .component-action:hover, .component-action.hover {
7974
8037
  background-color: #6c757d;
7975
8038
  color: #fff;
7976
8039
  }
@@ -10577,8 +10640,9 @@ label.custom-control-label {
10577
10640
  color: #212529;
10578
10641
  max-width: 100%;
10579
10642
  }
10580
- .list-group-title[href]:hover,
10581
- .list-group-title [href]:hover {
10643
+ .list-group-title[href]:hover, .list-group-title[href].hover,
10644
+ .list-group-title [href]:hover,
10645
+ .list-group-title [href].hover {
10582
10646
  color: black;
10583
10647
  }
10584
10648
  .list-group-subtitle {
@@ -10589,8 +10653,9 @@ label.custom-control-label {
10589
10653
  .list-group-subtitle [href] {
10590
10654
  color: #6c757d;
10591
10655
  }
10592
- .list-group-subtitle[href]:hover,
10593
- .list-group-subtitle [href]:hover {
10656
+ .list-group-subtitle[href]:hover, .list-group-subtitle[href].hover,
10657
+ .list-group-subtitle [href]:hover,
10658
+ .list-group-subtitle [href].hover {
10594
10659
  color: #494f54;
10595
10660
  }
10596
10661
  .list-group-text {
@@ -10601,8 +10666,9 @@ label.custom-control-label {
10601
10666
  .list-group-text [href] {
10602
10667
  color: #212529;
10603
10668
  }
10604
- .list-group-text[href]:hover,
10605
- .list-group-text [href]:hover {
10669
+ .list-group-text[href]:hover, .list-group-text[href].hover,
10670
+ .list-group-text [href]:hover,
10671
+ .list-group-text [href].hover {
10606
10672
  color: black;
10607
10673
  }
10608
10674
  .list-group-subtext {
@@ -10613,8 +10679,9 @@ label.custom-control-label {
10613
10679
  .list-group-subtext [href] {
10614
10680
  color: #6c757d;
10615
10681
  }
10616
- .list-group-subtext[href]:hover,
10617
- .list-group-subtext [href]:hover {
10682
+ .list-group-subtext[href]:hover, .list-group-subtext[href].hover,
10683
+ .list-group-subtext [href]:hover,
10684
+ .list-group-subtext [href].hover {
10618
10685
  color: #494f54;
10619
10686
  }
10620
10687
  .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
@@ -11665,7 +11732,7 @@ label.custom-control-label {
11665
11732
  padding-top: 0.5rem;
11666
11733
  position: relative;
11667
11734
  }
11668
- .nav-link:hover {
11735
+ .nav-link:hover, .nav-link.hover {
11669
11736
  text-decoration: none;
11670
11737
  }
11671
11738
  .nav-link.focus, .nav-link:focus {
@@ -11980,7 +12047,7 @@ label.custom-control-label {
11980
12047
  border-radius: 0.25rem 0.25rem 0 0;
11981
12048
  white-space: nowrap;
11982
12049
  }
11983
- .nav-tabs .nav-link:hover {
12050
+ .nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
11984
12051
  border-color: #e9ecef #e9ecef #dee2e6;
11985
12052
  }
11986
12053
  .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
@@ -12155,7 +12222,7 @@ label.custom-control-label {
12155
12222
  .menubar-vertical-expand-md.menubar-transparent .nav-link {
12156
12223
  color: #6c757d;
12157
12224
  }
12158
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
12225
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12159
12226
  color: #494f54;
12160
12227
  }
12161
12228
  .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
@@ -12172,7 +12239,7 @@ label.custom-control-label {
12172
12239
  border-radius: 0;
12173
12240
  color: #212529;
12174
12241
  }
12175
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
12242
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12176
12243
  background-color: #f8f9fa;
12177
12244
  color: #16181b;
12178
12245
  }
@@ -12309,7 +12376,7 @@ label.custom-control-label {
12309
12376
  .menubar-vertical-expand-lg.menubar-transparent .nav-link {
12310
12377
  color: #6c757d;
12311
12378
  }
12312
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
12379
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
12313
12380
  color: #494f54;
12314
12381
  }
12315
12382
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
@@ -12326,7 +12393,7 @@ label.custom-control-label {
12326
12393
  border-radius: 0;
12327
12394
  color: #212529;
12328
12395
  }
12329
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
12396
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
12330
12397
  background-color: #f8f9fa;
12331
12398
  color: #16181b;
12332
12399
  }
@@ -14343,7 +14410,7 @@ label.custom-control-label {
14343
14410
  .application-bar-dark .navbar-nav .nav-link {
14344
14411
  color: rgba(255, 255, 255, 0.5);
14345
14412
  }
14346
- .application-bar-dark .navbar-nav .nav-link:hover {
14413
+ .application-bar-dark .navbar-nav .nav-link:hover, .application-bar-dark .navbar-nav .nav-link.hover {
14347
14414
  color: rgba(255, 255, 255, 0.75);
14348
14415
  }
14349
14416
  .application-bar-dark .navbar-nav .nav-link:active {
@@ -15463,7 +15530,7 @@ label.custom-control-label {
15463
15530
  .management-bar-light .navbar-nav .nav-link {
15464
15531
  color: rgba(0, 0, 0, 0.5);
15465
15532
  }
15466
- .management-bar-light .navbar-nav .nav-link:hover {
15533
+ .management-bar-light .navbar-nav .nav-link:hover, .management-bar-light .navbar-nav .nav-link.hover {
15467
15534
  color: rgba(0, 0, 0, 0.7);
15468
15535
  }
15469
15536
  .management-bar-light .navbar-nav .nav-link:active {
@@ -15506,7 +15573,7 @@ label.custom-control-label {
15506
15573
  .management-bar-primary .navbar-nav .nav-link {
15507
15574
  color: rgba(0, 0, 0, 0.5);
15508
15575
  }
15509
- .management-bar-primary .navbar-nav .nav-link:hover {
15576
+ .management-bar-primary .navbar-nav .nav-link:hover, .management-bar-primary .navbar-nav .nav-link.hover {
15510
15577
  color: rgba(0, 0, 0, 0.7);
15511
15578
  }
15512
15579
  .management-bar-primary .navbar-nav .nav-link:active {
@@ -16018,13 +16085,21 @@ label.custom-control-label {
16018
16085
  ) * 0.5)) * -1);
16019
16086
  height: 0.25rem;
16020
16087
  }
16088
+ .navigation-bar .navbar-nav .nav-link {
16089
+ border-width: 0;
16090
+ font-size: inherit;
16091
+ }
16092
+ .navigation-bar .navbar-brand {
16093
+ border-width: 0;
16094
+ font-size: inherit;
16095
+ }
16021
16096
  .navigation-bar-light {
16022
16097
  background-color: #f8f9fa;
16023
16098
  }
16024
16099
  .navigation-bar-light .navbar-nav .nav-link {
16025
16100
  color: rgba(0, 0, 0, 0.5);
16026
16101
  }
16027
- .navigation-bar-light .navbar-nav .nav-link:hover {
16102
+ .navigation-bar-light .navbar-nav .nav-link:hover, .navigation-bar-light .navbar-nav .nav-link.hover {
16028
16103
  color: rgba(0, 0, 0, 0.7);
16029
16104
  }
16030
16105
  .navigation-bar-light .navbar-nav .nav-link:active {
@@ -16063,7 +16138,7 @@ label.custom-control-label {
16063
16138
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
16064
16139
  color: rgba(0, 0, 0, 0.5);
16065
16140
  }
16066
- .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
16141
+ .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.hover {
16067
16142
  color: rgba(0, 0, 0, 0.7);
16068
16143
  }
16069
16144
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -16088,7 +16163,7 @@ label.custom-control-label {
16088
16163
  .navigation-bar-secondary .navbar-nav .nav-link {
16089
16164
  color: rgba(255, 255, 255, 0.65);
16090
16165
  }
16091
- .navigation-bar-secondary .navbar-nav .nav-link:hover {
16166
+ .navigation-bar-secondary .navbar-nav .nav-link:hover, .navigation-bar-secondary .navbar-nav .nav-link.hover {
16092
16167
  color: rgba(255, 255, 255, 0.9);
16093
16168
  }
16094
16169
  .navigation-bar-secondary .navbar-nav .nav-link:active {
@@ -16107,7 +16182,7 @@ label.custom-control-label {
16107
16182
  .navigation-bar-secondary .navbar-brand {
16108
16183
  color: rgba(255, 255, 255, 0.9);
16109
16184
  }
16110
- .navigation-bar-secondary .navbar-brand:hover {
16185
+ .navigation-bar-secondary .navbar-brand:hover, .navigation-bar-secondary .navbar-brand.hover {
16111
16186
  color: rgba(255, 255, 255, 0.9);
16112
16187
  }
16113
16188
  .navigation-bar-secondary .navbar-brand:active {
@@ -16133,7 +16208,7 @@ label.custom-control-label {
16133
16208
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
16134
16209
  color: rgba(255, 255, 255, 0.65);
16135
16210
  }
16136
- .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
16211
+ .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.hover {
16137
16212
  color: rgba(255, 255, 255, 0.9);
16138
16213
  }
16139
16214
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -16182,6 +16257,7 @@ label.custom-control-label {
16182
16257
  border-style: solid;
16183
16258
  border-width: 0.0625rem;
16184
16259
  color: #007bff;
16260
+ cursor: pointer;
16185
16261
  display: inline-flex;
16186
16262
  height: 2.375rem;
16187
16263
  justify-content: center;
@@ -16193,7 +16269,7 @@ label.custom-control-label {
16193
16269
  padding-top: 0.5rem;
16194
16270
  position: relative;
16195
16271
  }
16196
- .page-link:hover {
16272
+ .page-link:hover, .page-link.hover {
16197
16273
  background-color: #e9ecef;
16198
16274
  border-color: #dee2e6;
16199
16275
  color: #0056b3;
@@ -16302,8 +16378,9 @@ label.custom-control-label {
16302
16378
  padding-top: 0.5rem;
16303
16379
  text-decoration: none;
16304
16380
  }
16305
- .pagination-items-per-page > a:hover,
16306
- .pagination-items-per-page > button:hover {
16381
+ .pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
16382
+ .pagination-items-per-page > button:hover,
16383
+ .pagination-items-per-page > button.hover {
16307
16384
  background-color: #e9ecef;
16308
16385
  border-color: #dee2e6;
16309
16386
  color: #0056b3;
@@ -16530,7 +16607,7 @@ label.custom-control-label {
16530
16607
  transition: none;
16531
16608
  }
16532
16609
  }
16533
- .panel-header-link:hover {
16610
+ .panel-header-link:hover, .panel-header-link.hover {
16534
16611
  color: inherit;
16535
16612
  }
16536
16613
  .panel-header-link.focus, .panel-header-link:focus {
@@ -17407,7 +17484,7 @@ fieldset + .sheet-footer {
17407
17484
  text-transform: none;
17408
17485
  }
17409
17486
 
17410
- a.sheet-subtitle:hover {
17487
+ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
17411
17488
  text-decoration: none;
17412
17489
  }
17413
17490
  .sheet-tertiary-title {
@@ -17727,7 +17804,7 @@ a.sheet-subtitle:hover {
17727
17804
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link {
17728
17805
  color: rgba(0, 0, 0, 0.5);
17729
17806
  }
17730
- .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover {
17807
+ .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover, .sidebar-light .component-navigation-bar .navbar-nav .nav-link.hover {
17731
17808
  color: rgba(0, 0, 0, 0.7);
17732
17809
  }
17733
17810
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link:active {
@@ -17794,7 +17871,7 @@ a.sheet-subtitle:hover {
17794
17871
  transition: none;
17795
17872
  }
17796
17873
  }
17797
- .sidebar-dark .nav-nested .nav-link:hover {
17874
+ .sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
17798
17875
  color: #fff;
17799
17876
  }
17800
17877
  .sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
@@ -17852,7 +17929,7 @@ a.sheet-subtitle:hover {
17852
17929
  transition: none;
17853
17930
  }
17854
17931
  }
17855
- .sidebar-dark-l2 .nav-nested .nav-link:hover {
17932
+ .sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
17856
17933
  color: #fff;
17857
17934
  }
17858
17935
  .sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
@@ -18426,14 +18503,15 @@ caption {
18426
18503
  .table-title [href] {
18427
18504
  color: #212529;
18428
18505
  }
18429
- .table-title[href]:hover,
18430
- .table-title [href]:hover {
18506
+ .table-title[href]:hover, .table-title[href].hover,
18507
+ .table-title [href]:hover,
18508
+ .table-title [href].hover {
18431
18509
  color: #212529;
18432
18510
  }
18433
18511
  .table-link {
18434
18512
  color: #495057;
18435
18513
  }
18436
- .table-link:hover {
18514
+ .table-link:hover, .table-link.hover {
18437
18515
  color: #262a2d;
18438
18516
  }
18439
18517
  .table-action-link {
@@ -18445,7 +18523,7 @@ caption {
18445
18523
  vertical-align: middle;
18446
18524
  width: 2rem;
18447
18525
  }
18448
- .table-action-link:hover {
18526
+ .table-action-link:hover, .table-action-link.hover {
18449
18527
  text-decoration: none;
18450
18528
  }
18451
18529
  .table-action-link .lexicon-icon {
@@ -18712,14 +18790,15 @@ caption {
18712
18790
  .table-list-title [href] {
18713
18791
  color: #212529;
18714
18792
  }
18715
- .table-list-title[href]:hover,
18716
- .table-list-title [href]:hover {
18793
+ .table-list-title[href]:hover, .table-list-title[href].hover,
18794
+ .table-list-title [href]:hover,
18795
+ .table-list-title [href].hover {
18717
18796
  color: #212529;
18718
18797
  }
18719
18798
  .table-list-link {
18720
18799
  color: #495057;
18721
18800
  }
18722
- .table-list-link:hover {
18801
+ .table-list-link:hover, .table-list-link.hover {
18723
18802
  color: #262a2d;
18724
18803
  }
18725
18804
  .table-list-action-link {
@@ -18730,7 +18809,7 @@ caption {
18730
18809
  vertical-align: middle;
18731
18810
  width: 2rem;
18732
18811
  }
18733
- .table-list-action-link:hover {
18812
+ .table-list-action-link:hover, .table-list-action-link.hover {
18734
18813
  text-decoration: none;
18735
18814
  }
18736
18815
  .table-list-action-link .lexicon-icon {
@@ -19156,7 +19235,7 @@ caption {
19156
19235
  color: #007bff;
19157
19236
  font-weight: 500;
19158
19237
  }
19159
- .subnav-tbar .component-link:hover {
19238
+ .subnav-tbar .component-link:hover, .subnav-tbar .component-link.hover {
19160
19239
  color: #0056b3;
19161
19240
  }
19162
19241
  .subnav-tbar .component-link:disabled, .subnav-tbar .component-link.disabled {
@@ -19253,7 +19332,7 @@ caption {
19253
19332
  .subnav-tbar-primary .component-link {
19254
19333
  color: #212529;
19255
19334
  }
19256
- .subnav-tbar-primary .component-link:hover {
19335
+ .subnav-tbar-primary .component-link:hover, .subnav-tbar-primary .component-link.hover {
19257
19336
  color: #212529;
19258
19337
  }
19259
19338
  .subnav-tbar-primary .component-link:disabled, .subnav-tbar-primary .component-link.disabled {
@@ -20473,7 +20552,7 @@ caption {
20473
20552
  -webkit-user-select: none;
20474
20553
  user-select: none;
20475
20554
  }
20476
- .treeview-link:hover {
20555
+ .treeview-link:hover, .treeview-link.hover {
20477
20556
  text-decoration: none;
20478
20557
  }
20479
20558
  .treeview-link.focus, .treeview-link:focus {
@@ -20541,7 +20620,7 @@ caption {
20541
20620
  .treeview-light .treeview-link {
20542
20621
  color: #6c757d;
20543
20622
  }
20544
- .treeview-light .treeview-link:hover {
20623
+ .treeview-light .treeview-link:hover, .treeview-light .treeview-link.hover {
20545
20624
  background-color: #f8f9fa;
20546
20625
  color: #212529;
20547
20626
  }
@@ -20557,7 +20636,7 @@ caption {
20557
20636
  background-color: transparent;
20558
20637
  color: rgba(108, 117, 125, 0.5);
20559
20638
  }
20560
- .treeview-light .treeview-link.treeview-no-hover:hover {
20639
+ .treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
20561
20640
  background-color: transparent;
20562
20641
  color: #6c757d;
20563
20642
  }
@@ -20574,7 +20653,7 @@ caption {
20574
20653
  .treeview-dark .treeview-link {
20575
20654
  color: #a9afb5;
20576
20655
  }
20577
- .treeview-dark .treeview-link:hover {
20656
+ .treeview-dark .treeview-link:hover, .treeview-dark .treeview-link.hover {
20578
20657
  background-color: rgba(255, 255, 255, 0.04);
20579
20658
  }
20580
20659
  .treeview-dark .treeview-link.active {
@@ -20585,7 +20664,7 @@ caption {
20585
20664
  background-color: transparent;
20586
20665
  color: rgba(169, 175, 181, 0.5);
20587
20666
  }
20588
- .treeview-dark .treeview-link.treeview-no-hover:hover {
20667
+ .treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
20589
20668
  background-color: transparent;
20590
20669
  color: #a9afb5;
20591
20670
  }
@@ -29528,10 +29607,12 @@ a.text-dark:hover, a.text-dark:focus {
29528
29607
  text-shadow: none;
29529
29608
  }
29530
29609
 
29531
- .text-decoration-none {
29610
+ .text-none, .text-decoration-none {
29532
29611
  text-decoration: none !important;
29533
29612
  }
29534
-
29613
+ .text-underline, .text-decoration-underline {
29614
+ text-decoration: underline !important;
29615
+ }
29535
29616
  .text-break {
29536
29617
  overflow-wrap: break-word !important;
29537
29618
  word-wrap: break-word !important;