@clayui/css 3.84.0 → 3.85.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.85.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
  }
@@ -4443,8 +4455,9 @@ input[type=button].btn-block {
4443
4455
  display: inline-block;
4444
4456
  text-decoration: underline;
4445
4457
  }
4446
- .label a:hover,
4447
- .label .btn-unstyled:hover {
4458
+ .label a:hover, .label a.hover,
4459
+ .label .btn-unstyled:hover,
4460
+ .label .btn-unstyled.hover {
4448
4461
  color: inherit;
4449
4462
  text-decoration: none;
4450
4463
  }
@@ -4580,15 +4593,16 @@ input[type=button].btn-block {
4580
4593
  border-color: #007bff;
4581
4594
  color: #007bff;
4582
4595
  }
4583
- [href].label-primary:hover, [type].label-primary:hover, [tabindex].label-primary:hover {
4596
+ [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
4597
  border-color: #0062cc;
4585
4598
  color: #0062cc;
4586
4599
  }
4587
4600
  [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
4601
  color: #0062cc;
4589
4602
  }
4590
- .label-primary a:hover,
4591
- .label-primary .btn-unstyled:hover {
4603
+ .label-primary a:hover, .label-primary a.hover,
4604
+ .label-primary .btn-unstyled:hover,
4605
+ .label-primary .btn-unstyled.hover {
4592
4606
  color: #0062cc;
4593
4607
  }
4594
4608
  .label-primary .close:hover {
@@ -4602,15 +4616,16 @@ input[type=button].btn-block {
4602
4616
  border-color: #6c757d;
4603
4617
  color: #6c757d;
4604
4618
  }
4605
- [href].label-secondary:hover, [type].label-secondary:hover, [tabindex].label-secondary:hover {
4619
+ [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
4620
  border-color: #545b62;
4607
4621
  color: #545b62;
4608
4622
  }
4609
4623
  [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
4624
  color: #545b62;
4611
4625
  }
4612
- .label-secondary a:hover,
4613
- .label-secondary .btn-unstyled:hover {
4626
+ .label-secondary a:hover, .label-secondary a.hover,
4627
+ .label-secondary .btn-unstyled:hover,
4628
+ .label-secondary .btn-unstyled.hover {
4614
4629
  color: #545b62;
4615
4630
  }
4616
4631
  .label-secondary .close:hover {
@@ -4624,15 +4639,16 @@ input[type=button].btn-block {
4624
4639
  border-color: #28a745;
4625
4640
  color: #28a745;
4626
4641
  }
4627
- [href].label-success:hover, [type].label-success:hover, [tabindex].label-success:hover {
4642
+ [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
4643
  border-color: #1e7e34;
4629
4644
  color: #1e7e34;
4630
4645
  }
4631
4646
  [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
4647
  color: #1e7e34;
4633
4648
  }
4634
- .label-success a:hover,
4635
- .label-success .btn-unstyled:hover {
4649
+ .label-success a:hover, .label-success a.hover,
4650
+ .label-success .btn-unstyled:hover,
4651
+ .label-success .btn-unstyled.hover {
4636
4652
  color: #1e7e34;
4637
4653
  }
4638
4654
  .label-success .close:hover {
@@ -4646,15 +4662,16 @@ input[type=button].btn-block {
4646
4662
  border-color: #17a2b8;
4647
4663
  color: #17a2b8;
4648
4664
  }
4649
- [href].label-info:hover, [type].label-info:hover, [tabindex].label-info:hover {
4665
+ [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
4666
  border-color: #117a8b;
4651
4667
  color: #117a8b;
4652
4668
  }
4653
4669
  [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
4670
  color: #117a8b;
4655
4671
  }
4656
- .label-info a:hover,
4657
- .label-info .btn-unstyled:hover {
4672
+ .label-info a:hover, .label-info a.hover,
4673
+ .label-info .btn-unstyled:hover,
4674
+ .label-info .btn-unstyled.hover {
4658
4675
  color: #117a8b;
4659
4676
  }
4660
4677
  .label-info .close:hover {
@@ -4668,15 +4685,16 @@ input[type=button].btn-block {
4668
4685
  border-color: #ffc107;
4669
4686
  color: #ffc107;
4670
4687
  }
4671
- [href].label-warning:hover, [type].label-warning:hover, [tabindex].label-warning:hover {
4688
+ [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
4689
  border-color: #d39e00;
4673
4690
  color: #d39e00;
4674
4691
  }
4675
4692
  [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
4693
  color: #d39e00;
4677
4694
  }
4678
- .label-warning a:hover,
4679
- .label-warning .btn-unstyled:hover {
4695
+ .label-warning a:hover, .label-warning a.hover,
4696
+ .label-warning .btn-unstyled:hover,
4697
+ .label-warning .btn-unstyled.hover {
4680
4698
  color: #d39e00;
4681
4699
  }
4682
4700
  .label-warning .close:hover {
@@ -4690,15 +4708,16 @@ input[type=button].btn-block {
4690
4708
  border-color: #dc3545;
4691
4709
  color: #dc3545;
4692
4710
  }
4693
- [href].label-danger:hover, [type].label-danger:hover, [tabindex].label-danger:hover {
4711
+ [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
4712
  border-color: #bd2130;
4695
4713
  color: #bd2130;
4696
4714
  }
4697
4715
  [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
4716
  color: #bd2130;
4699
4717
  }
4700
- .label-danger a:hover,
4701
- .label-danger .btn-unstyled:hover {
4718
+ .label-danger a:hover, .label-danger a.hover,
4719
+ .label-danger .btn-unstyled:hover,
4720
+ .label-danger .btn-unstyled.hover {
4702
4721
  color: #bd2130;
4703
4722
  }
4704
4723
  .label-danger .close:hover {
@@ -4712,15 +4731,16 @@ input[type=button].btn-block {
4712
4731
  border-color: #343a40;
4713
4732
  color: #343a40;
4714
4733
  }
4715
- [href].label-dark:hover, [type].label-dark:hover, [tabindex].label-dark:hover {
4734
+ [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
4735
  border-color: #1d2124;
4717
4736
  color: #1d2124;
4718
4737
  }
4719
4738
  [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
4739
  color: #1d2124;
4721
4740
  }
4722
- .label-dark a:hover,
4723
- .label-dark .btn-unstyled:hover {
4741
+ .label-dark a:hover, .label-dark a.hover,
4742
+ .label-dark .btn-unstyled:hover,
4743
+ .label-dark .btn-unstyled.hover {
4724
4744
  color: #1d2124;
4725
4745
  }
4726
4746
  .label-dark .close:hover {
@@ -4734,15 +4754,16 @@ input[type=button].btn-block {
4734
4754
  border-color: #f8f9fa;
4735
4755
  color: #f8f9fa;
4736
4756
  }
4737
- [href].label-light:hover, [type].label-light:hover, [tabindex].label-light:hover {
4757
+ [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
4758
  border-color: #dae0e5;
4739
4759
  color: #dae0e5;
4740
4760
  }
4741
4761
  [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
4762
  color: #dae0e5;
4743
4763
  }
4744
- .label-light a:hover,
4745
- .label-light .btn-unstyled:hover {
4764
+ .label-light a:hover, .label-light a.hover,
4765
+ .label-light .btn-unstyled:hover,
4766
+ .label-light .btn-unstyled.hover {
4746
4767
  color: #dae0e5;
4747
4768
  }
4748
4769
  .label-light .close:hover {
@@ -4756,13 +4777,14 @@ input[type=button].btn-block {
4756
4777
  border-color: #007bff;
4757
4778
  color: #fff;
4758
4779
  }
4759
- [href].label-inverse-primary:hover, [type].label-inverse-primary:hover, [tabindex].label-inverse-primary:hover {
4780
+ [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
4781
  background-color: #0062cc;
4761
4782
  border-color: #0062cc;
4762
4783
  color: #fff;
4763
4784
  }
4764
- .label-inverse-primary a:hover,
4765
- .label-inverse-primary .btn-unstyled:hover {
4785
+ .label-inverse-primary a:hover, .label-inverse-primary a.hover,
4786
+ .label-inverse-primary .btn-unstyled:hover,
4787
+ .label-inverse-primary .btn-unstyled.hover {
4766
4788
  color: #e6e6e6;
4767
4789
  }
4768
4790
  .label-inverse-primary .close:hover {
@@ -4773,13 +4795,14 @@ input[type=button].btn-block {
4773
4795
  border-color: #6c757d;
4774
4796
  color: #fff;
4775
4797
  }
4776
- [href].label-inverse-secondary:hover, [type].label-inverse-secondary:hover, [tabindex].label-inverse-secondary:hover {
4798
+ [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
4799
  background-color: #545b62;
4778
4800
  border-color: #545b62;
4779
4801
  color: #fff;
4780
4802
  }
4781
- .label-inverse-secondary a:hover,
4782
- .label-inverse-secondary .btn-unstyled:hover {
4803
+ .label-inverse-secondary a:hover, .label-inverse-secondary a.hover,
4804
+ .label-inverse-secondary .btn-unstyled:hover,
4805
+ .label-inverse-secondary .btn-unstyled.hover {
4783
4806
  color: #e6e6e6;
4784
4807
  }
4785
4808
  .label-inverse-secondary .close:hover {
@@ -4790,13 +4813,14 @@ input[type=button].btn-block {
4790
4813
  border-color: #28a745;
4791
4814
  color: #fff;
4792
4815
  }
4793
- [href].label-inverse-success:hover, [type].label-inverse-success:hover, [tabindex].label-inverse-success:hover {
4816
+ [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
4817
  background-color: #1e7e34;
4795
4818
  border-color: #1e7e34;
4796
4819
  color: #fff;
4797
4820
  }
4798
- .label-inverse-success a:hover,
4799
- .label-inverse-success .btn-unstyled:hover {
4821
+ .label-inverse-success a:hover, .label-inverse-success a.hover,
4822
+ .label-inverse-success .btn-unstyled:hover,
4823
+ .label-inverse-success .btn-unstyled.hover {
4800
4824
  color: #e6e6e6;
4801
4825
  }
4802
4826
  .label-inverse-success .close:hover {
@@ -4807,13 +4831,14 @@ input[type=button].btn-block {
4807
4831
  border-color: #17a2b8;
4808
4832
  color: #fff;
4809
4833
  }
4810
- [href].label-inverse-info:hover, [type].label-inverse-info:hover, [tabindex].label-inverse-info:hover {
4834
+ [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
4835
  background-color: #117a8b;
4812
4836
  border-color: #117a8b;
4813
4837
  color: #fff;
4814
4838
  }
4815
- .label-inverse-info a:hover,
4816
- .label-inverse-info .btn-unstyled:hover {
4839
+ .label-inverse-info a:hover, .label-inverse-info a.hover,
4840
+ .label-inverse-info .btn-unstyled:hover,
4841
+ .label-inverse-info .btn-unstyled.hover {
4817
4842
  color: #e6e6e6;
4818
4843
  }
4819
4844
  .label-inverse-info .close:hover {
@@ -4824,13 +4849,14 @@ input[type=button].btn-block {
4824
4849
  border-color: #ffc107;
4825
4850
  color: #212529;
4826
4851
  }
4827
- [href].label-inverse-warning:hover, [type].label-inverse-warning:hover, [tabindex].label-inverse-warning:hover {
4852
+ [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
4853
  background-color: #d39e00;
4829
4854
  border-color: #d39e00;
4830
4855
  color: #212529;
4831
4856
  }
4832
- .label-inverse-warning a:hover,
4833
- .label-inverse-warning .btn-unstyled:hover {
4857
+ .label-inverse-warning a:hover, .label-inverse-warning a.hover,
4858
+ .label-inverse-warning .btn-unstyled:hover,
4859
+ .label-inverse-warning .btn-unstyled.hover {
4834
4860
  color: #4e5862;
4835
4861
  }
4836
4862
  .label-inverse-warning .close:hover {
@@ -4841,13 +4867,14 @@ input[type=button].btn-block {
4841
4867
  border-color: #dc3545;
4842
4868
  color: #fff;
4843
4869
  }
4844
- [href].label-inverse-danger:hover, [type].label-inverse-danger:hover, [tabindex].label-inverse-danger:hover {
4870
+ [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
4871
  background-color: #bd2130;
4846
4872
  border-color: #bd2130;
4847
4873
  color: #fff;
4848
4874
  }
4849
- .label-inverse-danger a:hover,
4850
- .label-inverse-danger .btn-unstyled:hover {
4875
+ .label-inverse-danger a:hover, .label-inverse-danger a.hover,
4876
+ .label-inverse-danger .btn-unstyled:hover,
4877
+ .label-inverse-danger .btn-unstyled.hover {
4851
4878
  color: #e6e6e6;
4852
4879
  }
4853
4880
  .label-inverse-danger .close:hover {
@@ -4858,13 +4885,14 @@ input[type=button].btn-block {
4858
4885
  border-color: #f8f9fa;
4859
4886
  color: #212529;
4860
4887
  }
4861
- [href].label-inverse-light:hover, [type].label-inverse-light:hover, [tabindex].label-inverse-light:hover {
4888
+ [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
4889
  background-color: #dae0e5;
4863
4890
  border-color: #dae0e5;
4864
4891
  color: #212529;
4865
4892
  }
4866
- .label-inverse-light a:hover,
4867
- .label-inverse-light .btn-unstyled:hover {
4893
+ .label-inverse-light a:hover, .label-inverse-light a.hover,
4894
+ .label-inverse-light .btn-unstyled:hover,
4895
+ .label-inverse-light .btn-unstyled.hover {
4868
4896
  color: #383f45;
4869
4897
  }
4870
4898
  .label-inverse-light .close:hover {
@@ -4875,13 +4903,14 @@ input[type=button].btn-block {
4875
4903
  border-color: #343a40;
4876
4904
  color: #fff;
4877
4905
  }
4878
- [href].label-inverse-dark:hover, [type].label-inverse-dark:hover, [tabindex].label-inverse-dark:hover {
4906
+ [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
4907
  background-color: #1d2124;
4880
4908
  border-color: #1d2124;
4881
4909
  color: #fff;
4882
4910
  }
4883
- .label-inverse-dark a:hover,
4884
- .label-inverse-dark .btn-unstyled:hover {
4911
+ .label-inverse-dark a:hover, .label-inverse-dark a.hover,
4912
+ .label-inverse-dark .btn-unstyled:hover,
4913
+ .label-inverse-dark .btn-unstyled.hover {
4885
4914
  color: #e6e6e6;
4886
4915
  }
4887
4916
  .label-inverse-dark .close:hover {
@@ -5220,8 +5249,9 @@ input[type=button].btn-block {
5220
5249
  .card-subtitle [href] {
5221
5250
  color: #6c757d;
5222
5251
  }
5223
- .card-subtitle[href]:hover,
5224
- .card-subtitle [href]:hover {
5252
+ .card-subtitle[href]:hover, .card-subtitle[href].hover,
5253
+ .card-subtitle [href]:hover,
5254
+ .card-subtitle [href].hover {
5225
5255
  color: #494f54;
5226
5256
  }
5227
5257
  .card-text:last-child {
@@ -5230,7 +5260,7 @@ input[type=button].btn-block {
5230
5260
  .card-link {
5231
5261
  color: #007bff;
5232
5262
  }
5233
- .card-link:hover {
5263
+ .card-link:hover, .card-link.hover {
5234
5264
  color: #0056b3;
5235
5265
  text-decoration: none;
5236
5266
  }
@@ -6637,7 +6667,7 @@ input[type=button].btn-block {
6637
6667
  text-decoration: inherit;
6638
6668
  width: 100%;
6639
6669
  }
6640
- .dropdown-item-indicator-text-start:hover {
6670
+ .dropdown-item-indicator-text-start:hover, .dropdown-item-indicator-text-start.hover {
6641
6671
  color: inherit;
6642
6672
  text-decoration: inherit;
6643
6673
  }
@@ -6692,7 +6722,7 @@ input[type=button].btn-block {
6692
6722
  text-decoration: inherit;
6693
6723
  width: 100%;
6694
6724
  }
6695
- .dropdown-item-indicator-text-end:hover {
6725
+ .dropdown-item-indicator-text-end:hover, .dropdown-item-indicator-text-end.hover {
6696
6726
  color: inherit;
6697
6727
  text-decoration: inherit;
6698
6728
  }
@@ -7769,10 +7799,43 @@ textarea.form-control-lg,
7769
7799
  }
7770
7800
  }
7771
7801
 
7802
+ .c-link {
7803
+ text-decoration: none;
7804
+ transition: box-shadow 0.15s ease-in-out;
7805
+ }
7806
+ @media (prefers-reduced-motion: reduce) {
7807
+ .c-link {
7808
+ transition: none;
7809
+ }
7810
+ }
7811
+ .c-link:hover, .c-link.hover {
7812
+ text-decoration: none;
7813
+ }
7814
+ .c-link.focus, .c-link:focus {
7815
+ border-radius: 1px;
7816
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
7817
+ outline: 0;
7818
+ }
7819
+ .c-link.text-secondary {
7820
+ color: #212529 !important;
7821
+ }
7822
+ .c-link.text-secondary:hover, .c-link.text-secondary.hover {
7823
+ color: #000 !important;
7824
+ }
7825
+ .c-link.text-secondary.focus, .c-link.text-secondary:focus {
7826
+ color: #000 !important;
7827
+ }
7828
+ .c-link.text-tertiary {
7829
+ color: #212529 !important;
7830
+ }
7831
+ .c-link.text-tertiary:hover, .c-link.text-tertiary.hover {
7832
+ color: #000 !important;
7833
+ text-decoration: underline;
7834
+ }
7772
7835
  .component-link {
7773
7836
  color: #6c757d;
7774
7837
  }
7775
- .component-link:hover {
7838
+ .component-link:hover, .component-link.hover {
7776
7839
  color: #494f54;
7777
7840
  }
7778
7841
  .single-link {
@@ -7782,13 +7845,13 @@ textarea.form-control-lg,
7782
7845
  .link-primary {
7783
7846
  color: #007bff;
7784
7847
  }
7785
- .link-primary:hover {
7848
+ .link-primary:hover, .link-primary.hover {
7786
7849
  color: #0056b3;
7787
7850
  }
7788
7851
  .link-secondary {
7789
7852
  color: #6c757d;
7790
7853
  }
7791
- .link-secondary:hover {
7854
+ .link-secondary:hover, .link-secondary.hover {
7792
7855
  color: #494f54;
7793
7856
  }
7794
7857
  button.link-outline {
@@ -7819,7 +7882,7 @@ button.link-outline {
7819
7882
  transition: none;
7820
7883
  }
7821
7884
  }
7822
- .link-outline:hover {
7885
+ .link-outline:hover, .link-outline.hover {
7823
7886
  text-decoration: none;
7824
7887
  }
7825
7888
  .link-outline.focus, .link-outline:focus {
@@ -7846,7 +7909,7 @@ button.link-outline {
7846
7909
  border-color: #007bff;
7847
7910
  color: #007bff;
7848
7911
  }
7849
- .link-outline-primary:hover {
7912
+ .link-outline-primary:hover, .link-outline-primary.hover {
7850
7913
  background-color: #007bff;
7851
7914
  color: #fff;
7852
7915
  }
@@ -7872,7 +7935,7 @@ button.link-outline {
7872
7935
  border-color: #6c757d;
7873
7936
  color: #6c757d;
7874
7937
  }
7875
- .link-outline-secondary:hover {
7938
+ .link-outline-secondary:hover, .link-outline-secondary.hover {
7876
7939
  background-color: #6c757d;
7877
7940
  color: #fff;
7878
7941
  }
@@ -7933,8 +7996,9 @@ button.link-outline {
7933
7996
  .component-title [href] {
7934
7997
  color: #212529;
7935
7998
  }
7936
- .component-title[href]:hover,
7937
- .component-title [href]:hover {
7999
+ .component-title[href]:hover, .component-title[href].hover,
8000
+ .component-title [href]:hover,
8001
+ .component-title [href].hover {
7938
8002
  color: black;
7939
8003
  }
7940
8004
  .component-subtitle {
@@ -7945,8 +8009,9 @@ button.link-outline {
7945
8009
  .component-subtitle [href] {
7946
8010
  color: #6c757d;
7947
8011
  }
7948
- .component-subtitle[href]:hover,
7949
- .component-subtitle [href]:hover {
8012
+ .component-subtitle[href]:hover, .component-subtitle[href].hover,
8013
+ .component-subtitle [href]:hover,
8014
+ .component-subtitle [href].hover {
7950
8015
  color: #494f54;
7951
8016
  }
7952
8017
  .component-action {
@@ -7970,7 +8035,7 @@ button.link-outline {
7970
8035
  transition: none;
7971
8036
  }
7972
8037
  }
7973
- .component-action:hover {
8038
+ .component-action:hover, .component-action.hover {
7974
8039
  background-color: #6c757d;
7975
8040
  color: #fff;
7976
8041
  }
@@ -10577,8 +10642,9 @@ label.custom-control-label {
10577
10642
  color: #212529;
10578
10643
  max-width: 100%;
10579
10644
  }
10580
- .list-group-title[href]:hover,
10581
- .list-group-title [href]:hover {
10645
+ .list-group-title[href]:hover, .list-group-title[href].hover,
10646
+ .list-group-title [href]:hover,
10647
+ .list-group-title [href].hover {
10582
10648
  color: black;
10583
10649
  }
10584
10650
  .list-group-subtitle {
@@ -10589,8 +10655,9 @@ label.custom-control-label {
10589
10655
  .list-group-subtitle [href] {
10590
10656
  color: #6c757d;
10591
10657
  }
10592
- .list-group-subtitle[href]:hover,
10593
- .list-group-subtitle [href]:hover {
10658
+ .list-group-subtitle[href]:hover, .list-group-subtitle[href].hover,
10659
+ .list-group-subtitle [href]:hover,
10660
+ .list-group-subtitle [href].hover {
10594
10661
  color: #494f54;
10595
10662
  }
10596
10663
  .list-group-text {
@@ -10601,8 +10668,9 @@ label.custom-control-label {
10601
10668
  .list-group-text [href] {
10602
10669
  color: #212529;
10603
10670
  }
10604
- .list-group-text[href]:hover,
10605
- .list-group-text [href]:hover {
10671
+ .list-group-text[href]:hover, .list-group-text[href].hover,
10672
+ .list-group-text [href]:hover,
10673
+ .list-group-text [href].hover {
10606
10674
  color: black;
10607
10675
  }
10608
10676
  .list-group-subtext {
@@ -10613,8 +10681,9 @@ label.custom-control-label {
10613
10681
  .list-group-subtext [href] {
10614
10682
  color: #6c757d;
10615
10683
  }
10616
- .list-group-subtext[href]:hover,
10617
- .list-group-subtext [href]:hover {
10684
+ .list-group-subtext[href]:hover, .list-group-subtext[href].hover,
10685
+ .list-group-subtext [href]:hover,
10686
+ .list-group-subtext [href].hover {
10618
10687
  color: #494f54;
10619
10688
  }
10620
10689
  .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
@@ -11665,7 +11734,7 @@ label.custom-control-label {
11665
11734
  padding-top: 0.5rem;
11666
11735
  position: relative;
11667
11736
  }
11668
- .nav-link:hover {
11737
+ .nav-link:hover, .nav-link.hover {
11669
11738
  text-decoration: none;
11670
11739
  }
11671
11740
  .nav-link.focus, .nav-link:focus {
@@ -11980,7 +12049,7 @@ label.custom-control-label {
11980
12049
  border-radius: 0.25rem 0.25rem 0 0;
11981
12050
  white-space: nowrap;
11982
12051
  }
11983
- .nav-tabs .nav-link:hover {
12052
+ .nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
11984
12053
  border-color: #e9ecef #e9ecef #dee2e6;
11985
12054
  }
11986
12055
  .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
@@ -12155,7 +12224,7 @@ label.custom-control-label {
12155
12224
  .menubar-vertical-expand-md.menubar-transparent .nav-link {
12156
12225
  color: #6c757d;
12157
12226
  }
12158
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
12227
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12159
12228
  color: #494f54;
12160
12229
  }
12161
12230
  .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
@@ -12172,7 +12241,7 @@ label.custom-control-label {
12172
12241
  border-radius: 0;
12173
12242
  color: #212529;
12174
12243
  }
12175
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
12244
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12176
12245
  background-color: #f8f9fa;
12177
12246
  color: #16181b;
12178
12247
  }
@@ -12309,7 +12378,7 @@ label.custom-control-label {
12309
12378
  .menubar-vertical-expand-lg.menubar-transparent .nav-link {
12310
12379
  color: #6c757d;
12311
12380
  }
12312
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
12381
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
12313
12382
  color: #494f54;
12314
12383
  }
12315
12384
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
@@ -12326,7 +12395,7 @@ label.custom-control-label {
12326
12395
  border-radius: 0;
12327
12396
  color: #212529;
12328
12397
  }
12329
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
12398
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
12330
12399
  background-color: #f8f9fa;
12331
12400
  color: #16181b;
12332
12401
  }
@@ -14343,7 +14412,7 @@ label.custom-control-label {
14343
14412
  .application-bar-dark .navbar-nav .nav-link {
14344
14413
  color: rgba(255, 255, 255, 0.5);
14345
14414
  }
14346
- .application-bar-dark .navbar-nav .nav-link:hover {
14415
+ .application-bar-dark .navbar-nav .nav-link:hover, .application-bar-dark .navbar-nav .nav-link.hover {
14347
14416
  color: rgba(255, 255, 255, 0.75);
14348
14417
  }
14349
14418
  .application-bar-dark .navbar-nav .nav-link:active {
@@ -15463,7 +15532,7 @@ label.custom-control-label {
15463
15532
  .management-bar-light .navbar-nav .nav-link {
15464
15533
  color: rgba(0, 0, 0, 0.5);
15465
15534
  }
15466
- .management-bar-light .navbar-nav .nav-link:hover {
15535
+ .management-bar-light .navbar-nav .nav-link:hover, .management-bar-light .navbar-nav .nav-link.hover {
15467
15536
  color: rgba(0, 0, 0, 0.7);
15468
15537
  }
15469
15538
  .management-bar-light .navbar-nav .nav-link:active {
@@ -15506,7 +15575,7 @@ label.custom-control-label {
15506
15575
  .management-bar-primary .navbar-nav .nav-link {
15507
15576
  color: rgba(0, 0, 0, 0.5);
15508
15577
  }
15509
- .management-bar-primary .navbar-nav .nav-link:hover {
15578
+ .management-bar-primary .navbar-nav .nav-link:hover, .management-bar-primary .navbar-nav .nav-link.hover {
15510
15579
  color: rgba(0, 0, 0, 0.7);
15511
15580
  }
15512
15581
  .management-bar-primary .navbar-nav .nav-link:active {
@@ -16018,13 +16087,21 @@ label.custom-control-label {
16018
16087
  ) * 0.5)) * -1);
16019
16088
  height: 0.25rem;
16020
16089
  }
16090
+ .navigation-bar .navbar-nav .nav-link {
16091
+ border-width: 0;
16092
+ font-size: inherit;
16093
+ }
16094
+ .navigation-bar .navbar-brand {
16095
+ border-width: 0;
16096
+ font-size: inherit;
16097
+ }
16021
16098
  .navigation-bar-light {
16022
16099
  background-color: #f8f9fa;
16023
16100
  }
16024
16101
  .navigation-bar-light .navbar-nav .nav-link {
16025
16102
  color: rgba(0, 0, 0, 0.5);
16026
16103
  }
16027
- .navigation-bar-light .navbar-nav .nav-link:hover {
16104
+ .navigation-bar-light .navbar-nav .nav-link:hover, .navigation-bar-light .navbar-nav .nav-link.hover {
16028
16105
  color: rgba(0, 0, 0, 0.7);
16029
16106
  }
16030
16107
  .navigation-bar-light .navbar-nav .nav-link:active {
@@ -16063,7 +16140,7 @@ label.custom-control-label {
16063
16140
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
16064
16141
  color: rgba(0, 0, 0, 0.5);
16065
16142
  }
16066
- .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
16143
+ .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
16144
  color: rgba(0, 0, 0, 0.7);
16068
16145
  }
16069
16146
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -16088,7 +16165,7 @@ label.custom-control-label {
16088
16165
  .navigation-bar-secondary .navbar-nav .nav-link {
16089
16166
  color: rgba(255, 255, 255, 0.65);
16090
16167
  }
16091
- .navigation-bar-secondary .navbar-nav .nav-link:hover {
16168
+ .navigation-bar-secondary .navbar-nav .nav-link:hover, .navigation-bar-secondary .navbar-nav .nav-link.hover {
16092
16169
  color: rgba(255, 255, 255, 0.9);
16093
16170
  }
16094
16171
  .navigation-bar-secondary .navbar-nav .nav-link:active {
@@ -16107,7 +16184,7 @@ label.custom-control-label {
16107
16184
  .navigation-bar-secondary .navbar-brand {
16108
16185
  color: rgba(255, 255, 255, 0.9);
16109
16186
  }
16110
- .navigation-bar-secondary .navbar-brand:hover {
16187
+ .navigation-bar-secondary .navbar-brand:hover, .navigation-bar-secondary .navbar-brand.hover {
16111
16188
  color: rgba(255, 255, 255, 0.9);
16112
16189
  }
16113
16190
  .navigation-bar-secondary .navbar-brand:active {
@@ -16133,7 +16210,7 @@ label.custom-control-label {
16133
16210
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
16134
16211
  color: rgba(255, 255, 255, 0.65);
16135
16212
  }
16136
- .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
16213
+ .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
16214
  color: rgba(255, 255, 255, 0.9);
16138
16215
  }
16139
16216
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -16182,6 +16259,7 @@ label.custom-control-label {
16182
16259
  border-style: solid;
16183
16260
  border-width: 0.0625rem;
16184
16261
  color: #007bff;
16262
+ cursor: pointer;
16185
16263
  display: inline-flex;
16186
16264
  height: 2.375rem;
16187
16265
  justify-content: center;
@@ -16193,7 +16271,7 @@ label.custom-control-label {
16193
16271
  padding-top: 0.5rem;
16194
16272
  position: relative;
16195
16273
  }
16196
- .page-link:hover {
16274
+ .page-link:hover, .page-link.hover {
16197
16275
  background-color: #e9ecef;
16198
16276
  border-color: #dee2e6;
16199
16277
  color: #0056b3;
@@ -16302,8 +16380,9 @@ label.custom-control-label {
16302
16380
  padding-top: 0.5rem;
16303
16381
  text-decoration: none;
16304
16382
  }
16305
- .pagination-items-per-page > a:hover,
16306
- .pagination-items-per-page > button:hover {
16383
+ .pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
16384
+ .pagination-items-per-page > button:hover,
16385
+ .pagination-items-per-page > button.hover {
16307
16386
  background-color: #e9ecef;
16308
16387
  border-color: #dee2e6;
16309
16388
  color: #0056b3;
@@ -16530,7 +16609,7 @@ label.custom-control-label {
16530
16609
  transition: none;
16531
16610
  }
16532
16611
  }
16533
- .panel-header-link:hover {
16612
+ .panel-header-link:hover, .panel-header-link.hover {
16534
16613
  color: inherit;
16535
16614
  }
16536
16615
  .panel-header-link.focus, .panel-header-link:focus {
@@ -17407,7 +17486,7 @@ fieldset + .sheet-footer {
17407
17486
  text-transform: none;
17408
17487
  }
17409
17488
 
17410
- a.sheet-subtitle:hover {
17489
+ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
17411
17490
  text-decoration: none;
17412
17491
  }
17413
17492
  .sheet-tertiary-title {
@@ -17727,7 +17806,7 @@ a.sheet-subtitle:hover {
17727
17806
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link {
17728
17807
  color: rgba(0, 0, 0, 0.5);
17729
17808
  }
17730
- .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover {
17809
+ .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover, .sidebar-light .component-navigation-bar .navbar-nav .nav-link.hover {
17731
17810
  color: rgba(0, 0, 0, 0.7);
17732
17811
  }
17733
17812
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link:active {
@@ -17794,7 +17873,7 @@ a.sheet-subtitle:hover {
17794
17873
  transition: none;
17795
17874
  }
17796
17875
  }
17797
- .sidebar-dark .nav-nested .nav-link:hover {
17876
+ .sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
17798
17877
  color: #fff;
17799
17878
  }
17800
17879
  .sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
@@ -17852,7 +17931,7 @@ a.sheet-subtitle:hover {
17852
17931
  transition: none;
17853
17932
  }
17854
17933
  }
17855
- .sidebar-dark-l2 .nav-nested .nav-link:hover {
17934
+ .sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
17856
17935
  color: #fff;
17857
17936
  }
17858
17937
  .sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
@@ -18426,14 +18505,15 @@ caption {
18426
18505
  .table-title [href] {
18427
18506
  color: #212529;
18428
18507
  }
18429
- .table-title[href]:hover,
18430
- .table-title [href]:hover {
18508
+ .table-title[href]:hover, .table-title[href].hover,
18509
+ .table-title [href]:hover,
18510
+ .table-title [href].hover {
18431
18511
  color: #212529;
18432
18512
  }
18433
18513
  .table-link {
18434
18514
  color: #495057;
18435
18515
  }
18436
- .table-link:hover {
18516
+ .table-link:hover, .table-link.hover {
18437
18517
  color: #262a2d;
18438
18518
  }
18439
18519
  .table-action-link {
@@ -18445,7 +18525,7 @@ caption {
18445
18525
  vertical-align: middle;
18446
18526
  width: 2rem;
18447
18527
  }
18448
- .table-action-link:hover {
18528
+ .table-action-link:hover, .table-action-link.hover {
18449
18529
  text-decoration: none;
18450
18530
  }
18451
18531
  .table-action-link .lexicon-icon {
@@ -18712,14 +18792,15 @@ caption {
18712
18792
  .table-list-title [href] {
18713
18793
  color: #212529;
18714
18794
  }
18715
- .table-list-title[href]:hover,
18716
- .table-list-title [href]:hover {
18795
+ .table-list-title[href]:hover, .table-list-title[href].hover,
18796
+ .table-list-title [href]:hover,
18797
+ .table-list-title [href].hover {
18717
18798
  color: #212529;
18718
18799
  }
18719
18800
  .table-list-link {
18720
18801
  color: #495057;
18721
18802
  }
18722
- .table-list-link:hover {
18803
+ .table-list-link:hover, .table-list-link.hover {
18723
18804
  color: #262a2d;
18724
18805
  }
18725
18806
  .table-list-action-link {
@@ -18730,7 +18811,7 @@ caption {
18730
18811
  vertical-align: middle;
18731
18812
  width: 2rem;
18732
18813
  }
18733
- .table-list-action-link:hover {
18814
+ .table-list-action-link:hover, .table-list-action-link.hover {
18734
18815
  text-decoration: none;
18735
18816
  }
18736
18817
  .table-list-action-link .lexicon-icon {
@@ -19156,7 +19237,7 @@ caption {
19156
19237
  color: #007bff;
19157
19238
  font-weight: 500;
19158
19239
  }
19159
- .subnav-tbar .component-link:hover {
19240
+ .subnav-tbar .component-link:hover, .subnav-tbar .component-link.hover {
19160
19241
  color: #0056b3;
19161
19242
  }
19162
19243
  .subnav-tbar .component-link:disabled, .subnav-tbar .component-link.disabled {
@@ -19253,7 +19334,7 @@ caption {
19253
19334
  .subnav-tbar-primary .component-link {
19254
19335
  color: #212529;
19255
19336
  }
19256
- .subnav-tbar-primary .component-link:hover {
19337
+ .subnav-tbar-primary .component-link:hover, .subnav-tbar-primary .component-link.hover {
19257
19338
  color: #212529;
19258
19339
  }
19259
19340
  .subnav-tbar-primary .component-link:disabled, .subnav-tbar-primary .component-link.disabled {
@@ -20473,7 +20554,7 @@ caption {
20473
20554
  -webkit-user-select: none;
20474
20555
  user-select: none;
20475
20556
  }
20476
- .treeview-link:hover {
20557
+ .treeview-link:hover, .treeview-link.hover {
20477
20558
  text-decoration: none;
20478
20559
  }
20479
20560
  .treeview-link.focus, .treeview-link:focus {
@@ -20541,7 +20622,7 @@ caption {
20541
20622
  .treeview-light .treeview-link {
20542
20623
  color: #6c757d;
20543
20624
  }
20544
- .treeview-light .treeview-link:hover {
20625
+ .treeview-light .treeview-link:hover, .treeview-light .treeview-link.hover {
20545
20626
  background-color: #f8f9fa;
20546
20627
  color: #212529;
20547
20628
  }
@@ -20557,7 +20638,7 @@ caption {
20557
20638
  background-color: transparent;
20558
20639
  color: rgba(108, 117, 125, 0.5);
20559
20640
  }
20560
- .treeview-light .treeview-link.treeview-no-hover:hover {
20641
+ .treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
20561
20642
  background-color: transparent;
20562
20643
  color: #6c757d;
20563
20644
  }
@@ -20574,7 +20655,7 @@ caption {
20574
20655
  .treeview-dark .treeview-link {
20575
20656
  color: #a9afb5;
20576
20657
  }
20577
- .treeview-dark .treeview-link:hover {
20658
+ .treeview-dark .treeview-link:hover, .treeview-dark .treeview-link.hover {
20578
20659
  background-color: rgba(255, 255, 255, 0.04);
20579
20660
  }
20580
20661
  .treeview-dark .treeview-link.active {
@@ -20585,7 +20666,7 @@ caption {
20585
20666
  background-color: transparent;
20586
20667
  color: rgba(169, 175, 181, 0.5);
20587
20668
  }
20588
- .treeview-dark .treeview-link.treeview-no-hover:hover {
20669
+ .treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
20589
20670
  background-color: transparent;
20590
20671
  color: #a9afb5;
20591
20672
  }
@@ -29531,7 +29612,9 @@ a.text-dark:hover, a.text-dark:focus {
29531
29612
  .text-decoration-none {
29532
29613
  text-decoration: none !important;
29533
29614
  }
29534
-
29615
+ .text-decoration-underline {
29616
+ text-decoration: underline !important;
29617
+ }
29535
29618
  .text-break {
29536
29619
  overflow-wrap: break-word !important;
29537
29620
  word-wrap: break-word !important;