@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/atlas.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>
@@ -162,11 +162,22 @@ sup {
162
162
  a {
163
163
  color: #0b5fff;
164
164
  text-decoration: none;
165
+ text-underline-offset: 0.23em;
165
166
  }
166
- a:hover {
167
+ a:hover, a.hover {
167
168
  color: #004ad7;
168
169
  text-decoration: underline;
169
170
  }
171
+ a .inline-item-before {
172
+ margin-right: 0.25rem;
173
+ }
174
+ a .inline-item-middle {
175
+ margin-left: 0.25rem;
176
+ margin-right: 0.25rem;
177
+ }
178
+ a .inline-item-after {
179
+ margin-left: 0.25rem;
180
+ }
170
181
  pre,
171
182
  code,
172
183
  kbd,
@@ -3404,8 +3415,9 @@ input[type=button].btn-block {
3404
3415
  font-weight: 600;
3405
3416
  text-decoration: underline;
3406
3417
  }
3407
- .alert-link:hover,
3408
- .alert-link.btn-unstyled:hover {
3418
+ .alert-link:hover, .alert-link.hover,
3419
+ .alert-link.btn-unstyled:hover,
3420
+ .alert-link.btn-unstyled.hover {
3409
3421
  text-decoration: none;
3410
3422
  }
3411
3423
  .alert-link.focus, .alert-link:focus,
@@ -3759,8 +3771,8 @@ input[type=button].btn-block {
3759
3771
  color: #0b5fff;
3760
3772
  }
3761
3773
  .alert-secondary {
3762
- background-color: #e7e7ed;
3763
- border-color: #a7a9bc;
3774
+ background-color: #f7f8f9;
3775
+ border-color: #d3d6e0;
3764
3776
  color: #6b6c7e;
3765
3777
  }
3766
3778
  .alert-secondary .alert-btn {
@@ -4056,7 +4068,7 @@ input[type=button].btn-block {
4056
4068
  .badge:empty {
4057
4069
  display: none;
4058
4070
  }
4059
- .badge[href]:hover, .badge[type]:hover {
4071
+ .badge[href]:hover, .badge[href].hover, .badge[type]:hover, .badge[type].hover {
4060
4072
  text-decoration: none;
4061
4073
  }
4062
4074
  .badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
@@ -4067,7 +4079,7 @@ input[type=button].btn-block {
4067
4079
  color: #fff;
4068
4080
  text-decoration: underline;
4069
4081
  }
4070
- .badge a:hover {
4082
+ .badge a:hover, .badge a.hover {
4071
4083
  text-decoration: none;
4072
4084
  }
4073
4085
  .badge a.focus, .badge a:focus {
@@ -4181,7 +4193,7 @@ input[type=button].btn-block {
4181
4193
  background-color: #0b5fff;
4182
4194
  color: #fff;
4183
4195
  }
4184
- [href].badge-primary:hover, [type].badge-primary:hover {
4196
+ [href].badge-primary:hover, [href].hover.badge-primary, [type].badge-primary:hover, [type].hover.badge-primary {
4185
4197
  background-color: #0b5fff;
4186
4198
  color: #fff;
4187
4199
  }
@@ -4194,7 +4206,7 @@ input[type=button].btn-block {
4194
4206
  background-color: #e7e7ed;
4195
4207
  color: #272833;
4196
4208
  }
4197
- [href].badge-secondary:hover, [type].badge-secondary:hover {
4209
+ [href].badge-secondary:hover, [href].hover.badge-secondary, [type].badge-secondary:hover, [type].hover.badge-secondary {
4198
4210
  background-color: #e7e7ed;
4199
4211
  color: #272833;
4200
4212
  }
@@ -4210,7 +4222,7 @@ input[type=button].btn-block {
4210
4222
  background-color: #287d3c;
4211
4223
  color: #fff;
4212
4224
  }
4213
- [href].badge-success:hover, [type].badge-success:hover {
4225
+ [href].badge-success:hover, [href].hover.badge-success, [type].badge-success:hover, [type].hover.badge-success {
4214
4226
  background-color: #287d3c;
4215
4227
  color: #fff;
4216
4228
  }
@@ -4223,7 +4235,7 @@ input[type=button].btn-block {
4223
4235
  background-color: #2e5aac;
4224
4236
  color: #fff;
4225
4237
  }
4226
- [href].badge-info:hover, [type].badge-info:hover {
4238
+ [href].badge-info:hover, [href].hover.badge-info, [type].badge-info:hover, [type].hover.badge-info {
4227
4239
  background-color: #2e5aac;
4228
4240
  color: #fff;
4229
4241
  }
@@ -4236,7 +4248,7 @@ input[type=button].btn-block {
4236
4248
  background-color: #b95000;
4237
4249
  color: #fff;
4238
4250
  }
4239
- [href].badge-warning:hover, [type].badge-warning:hover {
4251
+ [href].badge-warning:hover, [href].hover.badge-warning, [type].badge-warning:hover, [type].hover.badge-warning {
4240
4252
  background-color: #b95000;
4241
4253
  color: #fff;
4242
4254
  }
@@ -4249,7 +4261,7 @@ input[type=button].btn-block {
4249
4261
  background-color: #da1414;
4250
4262
  color: #fff;
4251
4263
  }
4252
- [href].badge-danger:hover, [type].badge-danger:hover {
4264
+ [href].badge-danger:hover, [href].hover.badge-danger, [type].badge-danger:hover, [type].hover.badge-danger {
4253
4265
  background-color: #da1414;
4254
4266
  color: #fff;
4255
4267
  }
@@ -4262,7 +4274,7 @@ input[type=button].btn-block {
4262
4274
  background-color: #f1f2f5;
4263
4275
  color: #272833;
4264
4276
  }
4265
- [href].badge-light:hover, [type].badge-light:hover {
4277
+ [href].badge-light:hover, [href].hover.badge-light, [type].badge-light:hover, [type].hover.badge-light {
4266
4278
  background-color: #f1f2f5;
4267
4279
  color: #272833;
4268
4280
  }
@@ -4278,7 +4290,7 @@ input[type=button].btn-block {
4278
4290
  background-color: #272833;
4279
4291
  color: #fff;
4280
4292
  }
4281
- [href].badge-dark:hover, [type].badge-dark:hover {
4293
+ [href].badge-dark:hover, [href].hover.badge-dark, [type].badge-dark:hover, [type].hover.badge-dark {
4282
4294
  background-color: #272833;
4283
4295
  color: #fff;
4284
4296
  }
@@ -4310,7 +4322,7 @@ input[type=button].btn-block {
4310
4322
  transition: none;
4311
4323
  }
4312
4324
  }
4313
- .breadcrumb-link:hover {
4325
+ .breadcrumb-link:hover, .breadcrumb-link.hover {
4314
4326
  color: #6b6c7e;
4315
4327
  text-decoration: underline;
4316
4328
  }
@@ -4616,7 +4628,7 @@ input[type=button].btn-block {
4616
4628
  cursor: pointer;
4617
4629
  text-decoration: none;
4618
4630
  }
4619
- .label[href]:hover, .label[type]:hover, .label[tabindex]:hover {
4631
+ .label[href]:hover, .label[href].hover, .label[type]:hover, .label[type].hover, .label[tabindex]:hover, .label[tabindex].hover {
4620
4632
  text-decoration: underline;
4621
4633
  }
4622
4634
  .label[href].focus, .label[href]:focus, .label[type].focus, .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus {
@@ -4629,8 +4641,9 @@ input[type=button].btn-block {
4629
4641
  display: inline-block;
4630
4642
  text-decoration: none;
4631
4643
  }
4632
- .label a:hover,
4633
- .label .btn-unstyled:hover {
4644
+ .label a:hover, .label a.hover,
4645
+ .label .btn-unstyled:hover,
4646
+ .label .btn-unstyled.hover {
4634
4647
  color: inherit;
4635
4648
  text-decoration: underline;
4636
4649
  }
@@ -4785,15 +4798,16 @@ input[type=button].btn-block {
4785
4798
  border-color: #80acff;
4786
4799
  color: #0b5fff;
4787
4800
  }
4788
- [href].label-primary:hover, [type].label-primary:hover, [tabindex].label-primary:hover {
4801
+ [href].label-primary:hover, [href].hover.label-primary, [type].label-primary:hover, [type].hover.label-primary, [tabindex].label-primary:hover, [tabindex].hover.label-primary {
4789
4802
  border-color: #80acff;
4790
4803
  color: #004ad7;
4791
4804
  }
4792
4805
  [href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
4793
4806
  color: #004ad7;
4794
4807
  }
4795
- .label-primary a:hover,
4796
- .label-primary .btn-unstyled:hover {
4808
+ .label-primary a:hover, .label-primary a.hover,
4809
+ .label-primary .btn-unstyled:hover,
4810
+ .label-primary .btn-unstyled.hover {
4797
4811
  color: #004ad7;
4798
4812
  }
4799
4813
  .label-primary .close:hover {
@@ -4807,15 +4821,16 @@ input[type=button].btn-block {
4807
4821
  border-color: #cdced9;
4808
4822
  color: #6b6c7e;
4809
4823
  }
4810
- [href].label-secondary:hover, [type].label-secondary:hover, [tabindex].label-secondary:hover {
4824
+ [href].label-secondary:hover, [href].hover.label-secondary, [type].label-secondary:hover, [type].hover.label-secondary, [tabindex].label-secondary:hover, [tabindex].hover.label-secondary {
4811
4825
  border-color: #cdced9;
4812
4826
  color: #272833;
4813
4827
  }
4814
4828
  [href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
4815
4829
  color: #272833;
4816
4830
  }
4817
- .label-secondary a:hover,
4818
- .label-secondary .btn-unstyled:hover {
4831
+ .label-secondary a:hover, .label-secondary a.hover,
4832
+ .label-secondary .btn-unstyled:hover,
4833
+ .label-secondary .btn-unstyled.hover {
4819
4834
  color: #272833;
4820
4835
  }
4821
4836
  .label-secondary .close:hover {
@@ -4829,15 +4844,16 @@ input[type=button].btn-block {
4829
4844
  border-color: #5aca75;
4830
4845
  color: #287d3c;
4831
4846
  }
4832
- [href].label-success:hover, [type].label-success:hover, [tabindex].label-success:hover {
4847
+ [href].label-success:hover, [href].hover.label-success, [type].label-success:hover, [type].hover.label-success, [tabindex].label-success:hover, [tabindex].hover.label-success {
4833
4848
  border-color: #5aca75;
4834
4849
  color: #1c5629;
4835
4850
  }
4836
4851
  [href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
4837
4852
  color: #1c5629;
4838
4853
  }
4839
- .label-success a:hover,
4840
- .label-success .btn-unstyled:hover {
4854
+ .label-success a:hover, .label-success a.hover,
4855
+ .label-success .btn-unstyled:hover,
4856
+ .label-success .btn-unstyled.hover {
4841
4857
  color: #1c5629;
4842
4858
  }
4843
4859
  .label-success .close:hover {
@@ -4851,15 +4867,16 @@ input[type=button].btn-block {
4851
4867
  border-color: #89a7e0;
4852
4868
  color: #2e5aac;
4853
4869
  }
4854
- [href].label-info:hover, [type].label-info:hover, [tabindex].label-info:hover {
4870
+ [href].label-info:hover, [href].hover.label-info, [type].label-info:hover, [type].hover.label-info, [tabindex].label-info:hover, [tabindex].hover.label-info {
4855
4871
  border-color: #89a7e0;
4856
4872
  color: #234584;
4857
4873
  }
4858
4874
  [href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
4859
4875
  color: #234584;
4860
4876
  }
4861
- .label-info a:hover,
4862
- .label-info .btn-unstyled:hover {
4877
+ .label-info a:hover, .label-info a.hover,
4878
+ .label-info .btn-unstyled:hover,
4879
+ .label-info .btn-unstyled.hover {
4863
4880
  color: #234584;
4864
4881
  }
4865
4882
  .label-info .close:hover {
@@ -4873,15 +4890,16 @@ input[type=button].btn-block {
4873
4890
  border-color: #ff8f39;
4874
4891
  color: #b95000;
4875
4892
  }
4876
- [href].label-warning:hover, [type].label-warning:hover, [tabindex].label-warning:hover {
4893
+ [href].label-warning:hover, [href].hover.label-warning, [type].label-warning:hover, [type].hover.label-warning, [tabindex].label-warning:hover, [tabindex].hover.label-warning {
4877
4894
  border-color: #ff8f39;
4878
4895
  color: #863a00;
4879
4896
  }
4880
4897
  [href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
4881
4898
  color: #863a00;
4882
4899
  }
4883
- .label-warning a:hover,
4884
- .label-warning .btn-unstyled:hover {
4900
+ .label-warning a:hover, .label-warning a.hover,
4901
+ .label-warning .btn-unstyled:hover,
4902
+ .label-warning .btn-unstyled.hover {
4885
4903
  color: #863a00;
4886
4904
  }
4887
4905
  .label-warning .close:hover {
@@ -4895,15 +4913,16 @@ input[type=button].btn-block {
4895
4913
  border-color: #f48989;
4896
4914
  color: #da1414;
4897
4915
  }
4898
- [href].label-danger:hover, [type].label-danger:hover, [tabindex].label-danger:hover {
4916
+ [href].label-danger:hover, [href].hover.label-danger, [type].label-danger:hover, [type].hover.label-danger, [tabindex].label-danger:hover, [tabindex].hover.label-danger {
4899
4917
  border-color: #f48989;
4900
4918
  color: #ab1010;
4901
4919
  }
4902
4920
  [href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
4903
4921
  color: #ab1010;
4904
4922
  }
4905
- .label-danger a:hover,
4906
- .label-danger .btn-unstyled:hover {
4923
+ .label-danger a:hover, .label-danger a.hover,
4924
+ .label-danger .btn-unstyled:hover,
4925
+ .label-danger .btn-unstyled.hover {
4907
4926
  color: #ab1010;
4908
4927
  }
4909
4928
  .label-danger .close:hover {
@@ -4917,15 +4936,16 @@ input[type=button].btn-block {
4917
4936
  border-color: #272833;
4918
4937
  color: #272833;
4919
4938
  }
4920
- [href].label-dark:hover, [type].label-dark:hover, [tabindex].label-dark:hover {
4939
+ [href].label-dark:hover, [href].hover.label-dark, [type].label-dark:hover, [type].hover.label-dark, [tabindex].label-dark:hover, [tabindex].hover.label-dark {
4921
4940
  border-color: #272833;
4922
4941
  color: #393a4a;
4923
4942
  }
4924
4943
  [href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
4925
4944
  color: #393a4a;
4926
4945
  }
4927
- .label-dark a:hover,
4928
- .label-dark .btn-unstyled:hover {
4946
+ .label-dark a:hover, .label-dark a.hover,
4947
+ .label-dark .btn-unstyled:hover,
4948
+ .label-dark .btn-unstyled.hover {
4929
4949
  color: #393a4a;
4930
4950
  }
4931
4951
  .label-dark .close:hover {
@@ -4939,15 +4959,16 @@ input[type=button].btn-block {
4939
4959
  border-color: #f1f2f5;
4940
4960
  color: #f1f2f5;
4941
4961
  }
4942
- [href].label-light:hover, [type].label-light:hover, [tabindex].label-light:hover {
4962
+ [href].label-light:hover, [href].hover.label-light, [type].label-light:hover, [type].hover.label-light, [tabindex].label-light:hover, [tabindex].hover.label-light {
4943
4963
  border-color: #f1f2f5;
4944
4964
  color: #d3d6e0;
4945
4965
  }
4946
4966
  [href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
4947
4967
  color: #d3d6e0;
4948
4968
  }
4949
- .label-light a:hover,
4950
- .label-light .btn-unstyled:hover {
4969
+ .label-light a:hover, .label-light a.hover,
4970
+ .label-light .btn-unstyled:hover,
4971
+ .label-light .btn-unstyled.hover {
4951
4972
  color: #d3d6e0;
4952
4973
  }
4953
4974
  .label-light .close:hover {
@@ -4961,7 +4982,7 @@ input[type=button].btn-block {
4961
4982
  border-color: #0b5fff;
4962
4983
  color: #fff;
4963
4984
  }
4964
- [href].label-inverse-primary:hover, [type].label-inverse-primary:hover, [tabindex].label-inverse-primary:hover {
4985
+ [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 {
4965
4986
  color: #fff;
4966
4987
  }
4967
4988
  .label-inverse-secondary {
@@ -4969,7 +4990,7 @@ input[type=button].btn-block {
4969
4990
  border-color: #6b6c7e;
4970
4991
  color: #fff;
4971
4992
  }
4972
- [href].label-inverse-secondary:hover, [type].label-inverse-secondary:hover, [tabindex].label-inverse-secondary:hover {
4993
+ [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 {
4973
4994
  color: #fff;
4974
4995
  }
4975
4996
  .label-inverse-success {
@@ -4977,7 +4998,7 @@ input[type=button].btn-block {
4977
4998
  border-color: #287d3c;
4978
4999
  color: #fff;
4979
5000
  }
4980
- [href].label-inverse-success:hover, [type].label-inverse-success:hover, [tabindex].label-inverse-success:hover {
5001
+ [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 {
4981
5002
  color: #fff;
4982
5003
  }
4983
5004
  .label-inverse-info {
@@ -4985,7 +5006,7 @@ input[type=button].btn-block {
4985
5006
  border-color: #2e5aac;
4986
5007
  color: #fff;
4987
5008
  }
4988
- [href].label-inverse-info:hover, [type].label-inverse-info:hover, [tabindex].label-inverse-info:hover {
5009
+ [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 {
4989
5010
  color: #fff;
4990
5011
  }
4991
5012
  .label-inverse-warning {
@@ -4993,7 +5014,7 @@ input[type=button].btn-block {
4993
5014
  border-color: #b95000;
4994
5015
  color: #fff;
4995
5016
  }
4996
- [href].label-inverse-warning:hover, [type].label-inverse-warning:hover, [tabindex].label-inverse-warning:hover {
5017
+ [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 {
4997
5018
  color: #fff;
4998
5019
  }
4999
5020
  .label-inverse-danger {
@@ -5001,7 +5022,7 @@ input[type=button].btn-block {
5001
5022
  border-color: #da1414;
5002
5023
  color: #fff;
5003
5024
  }
5004
- [href].label-inverse-danger:hover, [type].label-inverse-danger:hover, [tabindex].label-inverse-danger:hover {
5025
+ [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 {
5005
5026
  color: #fff;
5006
5027
  }
5007
5028
  .label-inverse-light {
@@ -5009,7 +5030,7 @@ input[type=button].btn-block {
5009
5030
  border-color: #f1f2f5;
5010
5031
  color: #272833;
5011
5032
  }
5012
- [href].label-inverse-light:hover, [type].label-inverse-light:hover, [tabindex].label-inverse-light:hover {
5033
+ [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 {
5013
5034
  color: #272833;
5014
5035
  }
5015
5036
  .label-inverse-dark {
@@ -5017,7 +5038,7 @@ input[type=button].btn-block {
5017
5038
  border-color: #272833;
5018
5039
  color: #fff;
5019
5040
  }
5020
- [href].label-inverse-dark:hover, [type].label-inverse-dark:hover, [tabindex].label-inverse-dark:hover {
5041
+ [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 {
5021
5042
  color: #fff;
5022
5043
  }
5023
5044
  .media {
@@ -5348,8 +5369,9 @@ input[type=button].btn-block {
5348
5369
  .card-title [href] {
5349
5370
  color: #272833;
5350
5371
  }
5351
- .card-title[href]:hover,
5352
- .card-title [href]:hover {
5372
+ .card-title[href]:hover, .card-title[href].hover,
5373
+ .card-title [href]:hover,
5374
+ .card-title [href].hover {
5353
5375
  color: #272833;
5354
5376
  }
5355
5377
  .card-subtitle {
@@ -5363,8 +5385,9 @@ input[type=button].btn-block {
5363
5385
  .card-subtitle [href] {
5364
5386
  color: #6b6c7e;
5365
5387
  }
5366
- .card-subtitle[href]:hover,
5367
- .card-subtitle [href]:hover {
5388
+ .card-subtitle[href]:hover, .card-subtitle[href].hover,
5389
+ .card-subtitle [href]:hover,
5390
+ .card-subtitle [href].hover {
5368
5391
  color: #6b6c7e;
5369
5392
  }
5370
5393
  .card-text:last-child {
@@ -5374,7 +5397,7 @@ input[type=button].btn-block {
5374
5397
  color: #6b6c7e;
5375
5398
  font-size: 0.875rem;
5376
5399
  }
5377
- .card-link:hover {
5400
+ .card-link:hover, .card-link.hover {
5378
5401
  color: #6b6c7e;
5379
5402
  text-decoration: underline;
5380
5403
  }
@@ -6834,7 +6857,7 @@ input[type=button].btn-block {
6834
6857
  text-decoration: inherit;
6835
6858
  width: 100%;
6836
6859
  }
6837
- .dropdown-item-indicator-text-start:hover {
6860
+ .dropdown-item-indicator-text-start:hover, .dropdown-item-indicator-text-start.hover {
6838
6861
  color: inherit;
6839
6862
  text-decoration: inherit;
6840
6863
  }
@@ -6889,7 +6912,7 @@ input[type=button].btn-block {
6889
6912
  text-decoration: inherit;
6890
6913
  width: 100%;
6891
6914
  }
6892
- .dropdown-item-indicator-text-end:hover {
6915
+ .dropdown-item-indicator-text-end:hover, .dropdown-item-indicator-text-end.hover {
6893
6916
  color: inherit;
6894
6917
  text-decoration: inherit;
6895
6918
  }
@@ -7638,24 +7661,23 @@ select.form-control[size]:focus, select.form-control[size].focus {
7638
7661
  background-image: none;
7639
7662
  }
7640
7663
  select.form-control[size]:focus > option:checked, select.form-control[size].focus > option:checked {
7641
- background-image: linear-gradient(#ffa700, #ffa700);
7642
- color: #fff;
7643
- filter: invert(100%);
7664
+ background-image: linear-gradient(#ffb528, #ffb528);
7665
+ filter: invert(1);
7644
7666
  }
7645
7667
  select.form-control[size] option {
7646
7668
  padding: 0.4375rem 0.5rem;
7647
7669
  }
7648
- select.form-control[size] option:checked {
7670
+ select.form-control[size] option:hover {
7649
7671
  background-image: linear-gradient(#e7e7ed, #e7e7ed);
7650
7672
  }
7673
+ select.form-control[size] option:checked {
7674
+ background-image: linear-gradient(#d3d6e0, #d3d6e0);
7675
+ }
7651
7676
  @-moz-document url-prefix() {
7652
7677
  select.form-control[size]:focus > option:checked, select.form-control[size].focus > option:checked {
7653
7678
  background-image: linear-gradient(#004ad7, #004ad7);
7654
7679
  filter: invert(0);
7655
7680
  }
7656
- select.form-control[size] option {
7657
- padding: 0.40625rem 0.5rem;
7658
- }
7659
7681
  }
7660
7682
 
7661
7683
  select.form-control[multiple] {
@@ -7671,24 +7693,23 @@ select.form-control[multiple]:focus, select.form-control[multiple].focus {
7671
7693
  background-image: none;
7672
7694
  }
7673
7695
  select.form-control[multiple]:focus > option:checked, select.form-control[multiple].focus > option:checked {
7674
- background-image: linear-gradient(#ffa700, #ffa700);
7675
- color: #fff;
7676
- filter: invert(100%);
7696
+ background-image: linear-gradient(#ffb528, #ffb528);
7697
+ filter: invert(1);
7677
7698
  }
7678
7699
  select.form-control[multiple] option {
7679
7700
  padding: 0.4375rem 0.5rem;
7680
7701
  }
7681
- select.form-control[multiple] option:checked {
7702
+ select.form-control[multiple] option:hover {
7682
7703
  background-image: linear-gradient(#e7e7ed, #e7e7ed);
7683
7704
  }
7705
+ select.form-control[multiple] option:checked {
7706
+ background-image: linear-gradient(#d3d6e0, #d3d6e0);
7707
+ }
7684
7708
  @-moz-document url-prefix() {
7685
7709
  select.form-control[multiple]:focus > option:checked, select.form-control[multiple].focus > option:checked {
7686
7710
  background-image: linear-gradient(#004ad7, #004ad7);
7687
7711
  filter: invert(0);
7688
7712
  }
7689
- select.form-control[multiple] option {
7690
- padding: 0.40625rem 0.5rem;
7691
- }
7692
7713
  }
7693
7714
 
7694
7715
  .form-control-select-secondary {
@@ -8096,6 +8117,39 @@ textarea.form-control-lg,
8096
8117
  }
8097
8118
  }
8098
8119
 
8120
+ .c-link {
8121
+ text-decoration: none;
8122
+ transition: box-shadow 0.15s ease-in-out;
8123
+ }
8124
+ @media (prefers-reduced-motion: reduce) {
8125
+ .c-link {
8126
+ transition: none;
8127
+ }
8128
+ }
8129
+ .c-link:hover, .c-link.hover {
8130
+ text-decoration: none;
8131
+ }
8132
+ .c-link.focus, .c-link:focus {
8133
+ border-radius: 1px;
8134
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8135
+ outline: 0;
8136
+ }
8137
+ .c-link.text-secondary {
8138
+ color: #272833 !important;
8139
+ }
8140
+ .c-link.text-secondary:hover, .c-link.text-secondary.hover {
8141
+ color: #000 !important;
8142
+ }
8143
+ .c-link.text-secondary.focus, .c-link.text-secondary:focus {
8144
+ color: #000 !important;
8145
+ }
8146
+ .c-link.text-tertiary {
8147
+ color: #272833 !important;
8148
+ }
8149
+ .c-link.text-tertiary:hover, .c-link.text-tertiary.hover {
8150
+ color: #000 !important;
8151
+ text-decoration: underline;
8152
+ }
8099
8153
  .component-link {
8100
8154
  color: #6b6c7e;
8101
8155
  border-radius: 1px;
@@ -8106,7 +8160,7 @@ textarea.form-control-lg,
8106
8160
  transition: none;
8107
8161
  }
8108
8162
  }
8109
- .component-link:hover {
8163
+ .component-link:hover, .component-link.hover {
8110
8164
  color: #484955;
8111
8165
  }
8112
8166
  .component-link.focus, .component-link:focus {
@@ -8128,8 +8182,9 @@ textarea.form-control-lg,
8128
8182
  transition: none;
8129
8183
  }
8130
8184
  }
8131
- .link-primary:hover {
8185
+ .link-primary:hover, .link-primary.hover {
8132
8186
  color: #0041be;
8187
+ background-color: #f0f5ff;
8133
8188
  }
8134
8189
  .link-primary.focus, .link-primary:focus {
8135
8190
  color: #0041be;
@@ -8146,8 +8201,9 @@ textarea.form-control-lg,
8146
8201
  transition: none;
8147
8202
  }
8148
8203
  }
8149
- .link-secondary:hover {
8204
+ .link-secondary:hover, .link-secondary.hover {
8150
8205
  color: #272833;
8206
+ background-color: #f1f2f5;
8151
8207
  }
8152
8208
  .link-secondary.focus, .link-secondary:focus {
8153
8209
  color: #272833;
@@ -8182,7 +8238,7 @@ button.link-outline {
8182
8238
  transition: none;
8183
8239
  }
8184
8240
  }
8185
- .link-outline:hover {
8241
+ .link-outline:hover, .link-outline.hover {
8186
8242
  text-decoration: none;
8187
8243
  }
8188
8244
  .link-outline.focus, .link-outline:focus {
@@ -8209,7 +8265,7 @@ button.link-outline {
8209
8265
  border-color: #0b5fff;
8210
8266
  color: #0b5fff;
8211
8267
  }
8212
- .link-outline-primary:hover {
8268
+ .link-outline-primary:hover, .link-outline-primary.hover {
8213
8269
  background-color: #f0f5ff;
8214
8270
  color: #0b5fff;
8215
8271
  }
@@ -8241,7 +8297,7 @@ button.link-outline {
8241
8297
  border-color: #cdced9;
8242
8298
  color: #6b6c7e;
8243
8299
  }
8244
- .link-outline-secondary:hover {
8300
+ .link-outline-secondary:hover, .link-outline-secondary.hover {
8245
8301
  background-color: rgba(39, 40, 51, 0.03);
8246
8302
  color: #272833;
8247
8303
  }
@@ -8315,8 +8371,9 @@ button.link-outline {
8315
8371
  transition: none;
8316
8372
  }
8317
8373
  }
8318
- .component-title[href]:hover,
8319
- .component-title [href]:hover {
8374
+ .component-title[href]:hover, .component-title[href].hover,
8375
+ .component-title [href]:hover,
8376
+ .component-title [href].hover {
8320
8377
  color: #060608;
8321
8378
  }
8322
8379
  .component-title[href].focus, .component-title[href]:focus,
@@ -8344,8 +8401,9 @@ button.link-outline {
8344
8401
  transition: none;
8345
8402
  }
8346
8403
  }
8347
- .component-subtitle[href]:hover,
8348
- .component-subtitle [href]:hover {
8404
+ .component-subtitle[href]:hover, .component-subtitle[href].hover,
8405
+ .component-subtitle [href]:hover,
8406
+ .component-subtitle [href].hover {
8349
8407
  color: #272833;
8350
8408
  }
8351
8409
  .component-subtitle[href].focus, .component-subtitle[href]:focus,
@@ -8377,7 +8435,7 @@ button.link-outline {
8377
8435
  transition: none;
8378
8436
  }
8379
8437
  }
8380
- .component-action:hover {
8438
+ .component-action:hover, .component-action.hover {
8381
8439
  background-color: rgba(39, 40, 51, 0.03);
8382
8440
  color: #272833;
8383
8441
  }
@@ -9056,7 +9114,7 @@ button.link-outline {
9056
9114
  }
9057
9115
  .custom-control-label::before {
9058
9116
  background-color: #fff;
9059
- border-color: #cdced9;
9117
+ border-color: #6b6c7e;
9060
9118
  border-style: solid;
9061
9119
  border-width: 0.0625rem;
9062
9120
  box-shadow: none;
@@ -9104,7 +9162,7 @@ label.custom-control-label {
9104
9162
  }
9105
9163
  .custom-control-label::before {
9106
9164
  background-color: #fff;
9107
- border-color: #cdced9;
9165
+ border-color: #6b6c7e;
9108
9166
  border-style: solid;
9109
9167
  border-width: 0.0625rem;
9110
9168
  box-shadow: none;
@@ -9147,12 +9205,12 @@ label.custom-control-label {
9147
9205
  z-index: 1;
9148
9206
  }
9149
9207
  .custom-control-input:focus ~ .custom-control-label::before {
9150
- border-color: #cdced9;
9208
+ border-color: #6b6c7e;
9151
9209
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
9152
9210
  }
9153
9211
  .custom-control-input:active ~ .custom-control-label::before {
9154
9212
  background-color: #fff;
9155
- border-color: #cdced9;
9213
+ border-color: #6b6c7e;
9156
9214
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
9157
9215
  color: #fff;
9158
9216
  }
@@ -9195,7 +9253,7 @@ label.custom-control-label {
9195
9253
  }
9196
9254
  .custom-control-input:checked[readonly] ~ .custom-control-label::before {
9197
9255
  background-color: #fff;
9198
- border-color: #cdced9;
9256
+ border-color: #6b6c7e;
9199
9257
  }
9200
9258
  .custom-checkbox .custom-control-input ~ .custom-control-label::before {
9201
9259
  border-radius: 0.125rem;
@@ -9285,7 +9343,7 @@ label.custom-control-label {
9285
9343
  width: 1.75rem;
9286
9344
  }
9287
9345
  .custom-switch .custom-control-label::after {
9288
- background-color: #cdced9;
9346
+ background-color: #6b6c7e;
9289
9347
  border-radius: 0.5rem;
9290
9348
  height: 0.75rem;
9291
9349
  left: -2.125rem;
@@ -11201,8 +11259,9 @@ label.custom-control-label {
11201
11259
  transition: none;
11202
11260
  }
11203
11261
  }
11204
- .list-group-title[href]:hover,
11205
- .list-group-title [href]:hover {
11262
+ .list-group-title[href]:hover, .list-group-title[href].hover,
11263
+ .list-group-title [href]:hover,
11264
+ .list-group-title [href].hover {
11206
11265
  color: #272833;
11207
11266
  }
11208
11267
  .list-group-title[href].focus, .list-group-title[href]:focus,
@@ -11229,8 +11288,9 @@ label.custom-control-label {
11229
11288
  transition: none;
11230
11289
  }
11231
11290
  }
11232
- .list-group-subtitle[href]:hover,
11233
- .list-group-subtitle [href]:hover {
11291
+ .list-group-subtitle[href]:hover, .list-group-subtitle[href].hover,
11292
+ .list-group-subtitle [href]:hover,
11293
+ .list-group-subtitle [href].hover {
11234
11294
  color: #272833;
11235
11295
  }
11236
11296
  .list-group-subtitle[href].focus, .list-group-subtitle[href]:focus,
@@ -11258,8 +11318,9 @@ label.custom-control-label {
11258
11318
  transition: none;
11259
11319
  }
11260
11320
  }
11261
- .list-group-text[href]:hover,
11262
- .list-group-text [href]:hover {
11321
+ .list-group-text[href]:hover, .list-group-text[href].hover,
11322
+ .list-group-text [href]:hover,
11323
+ .list-group-text [href].hover {
11263
11324
  color: #272833;
11264
11325
  }
11265
11326
  .list-group-text[href].focus, .list-group-text[href]:focus,
@@ -11287,8 +11348,9 @@ label.custom-control-label {
11287
11348
  transition: none;
11288
11349
  }
11289
11350
  }
11290
- .list-group-subtext[href]:hover,
11291
- .list-group-subtext [href]:hover {
11351
+ .list-group-subtext[href]:hover, .list-group-subtext[href].hover,
11352
+ .list-group-subtext [href]:hover,
11353
+ .list-group-subtext [href].hover {
11292
11354
  color: #272833;
11293
11355
  }
11294
11356
  .list-group-subtext[href].focus, .list-group-subtext[href]:focus,
@@ -12376,7 +12438,7 @@ label.custom-control-label {
12376
12438
  padding-top: 0.625rem;
12377
12439
  position: relative;
12378
12440
  }
12379
- .nav-link:hover {
12441
+ .nav-link:hover, .nav-link.hover {
12380
12442
  text-decoration: none;
12381
12443
  }
12382
12444
  .nav-link.focus, .nav-link:focus {
@@ -12709,7 +12771,7 @@ label.custom-control-label {
12709
12771
  transition: none;
12710
12772
  }
12711
12773
  }
12712
- .nav-tabs .nav-link:hover {
12774
+ .nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
12713
12775
  border-color: transparent;
12714
12776
  }
12715
12777
  .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
@@ -12963,7 +13025,7 @@ label.custom-control-label {
12963
13025
  transition: none;
12964
13026
  }
12965
13027
  }
12966
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
13028
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12967
13029
  color: #272833;
12968
13030
  background-color: rgba(11, 95, 255, 0.04);
12969
13031
  }
@@ -12994,7 +13056,7 @@ label.custom-control-label {
12994
13056
  border-radius: 0;
12995
13057
  color: #272833;
12996
13058
  }
12997
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
13059
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12998
13060
  background-color: rgba(11, 95, 255, 0.04);
12999
13061
  color: #1c1d25;
13000
13062
  }
@@ -13161,7 +13223,7 @@ label.custom-control-label {
13161
13223
  transition: none;
13162
13224
  }
13163
13225
  }
13164
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
13226
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
13165
13227
  color: #272833;
13166
13228
  background-color: rgba(11, 95, 255, 0.04);
13167
13229
  }
@@ -13192,7 +13254,7 @@ label.custom-control-label {
13192
13254
  border-radius: 0;
13193
13255
  color: #272833;
13194
13256
  }
13195
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
13257
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
13196
13258
  background-color: rgba(11, 95, 255, 0.04);
13197
13259
  color: #1c1d25;
13198
13260
  }
@@ -15245,7 +15307,7 @@ label.custom-control-label {
15245
15307
  color: #fff;
15246
15308
  font-weight: 600;
15247
15309
  }
15248
- .application-bar-dark .navbar-nav .nav-link:hover {
15310
+ .application-bar-dark .navbar-nav .nav-link:hover, .application-bar-dark .navbar-nav .nav-link.hover {
15249
15311
  color: #fff;
15250
15312
  background-color: rgba(255, 255, 255, 0.03);
15251
15313
  }
@@ -16420,7 +16482,7 @@ label.custom-control-label {
16420
16482
  color: #6b6c7e;
16421
16483
  font-weight: 600;
16422
16484
  }
16423
- .management-bar-light .navbar-nav .nav-link:hover {
16485
+ .management-bar-light .navbar-nav .nav-link:hover, .management-bar-light .navbar-nav .nav-link.hover {
16424
16486
  color: #272833;
16425
16487
  background-color: rgba(39, 40, 51, 0.03);
16426
16488
  }
@@ -16489,7 +16551,7 @@ label.custom-control-label {
16489
16551
  border-radius: 0.25rem;
16490
16552
  font-weight: 600;
16491
16553
  }
16492
- .management-bar-primary .navbar-nav .nav-link:hover {
16554
+ .management-bar-primary .navbar-nav .nav-link:hover, .management-bar-primary .navbar-nav .nav-link.hover {
16493
16555
  color: #272833;
16494
16556
  background-color: rgba(39, 40, 51, 0.03);
16495
16557
  }
@@ -16980,6 +17042,8 @@ label.custom-control-label {
16980
17042
  height: 0.25rem;
16981
17043
  }
16982
17044
  .navigation-bar .navbar-nav .nav-link {
17045
+ border-width: 0;
17046
+ font-size: inherit;
16983
17047
  border-radius: 0px;
16984
17048
  outline: 0;
16985
17049
  }
@@ -16990,6 +17054,8 @@ label.custom-control-label {
16990
17054
  box-shadow: none;
16991
17055
  }
16992
17056
  .navigation-bar .navbar-brand {
17057
+ border-width: 0;
17058
+ font-size: inherit;
16993
17059
  border-radius: 0px;
16994
17060
  outline: 0;
16995
17061
  }
@@ -17007,7 +17073,7 @@ label.custom-control-label {
17007
17073
  color: #6b6c7e;
17008
17074
  font-weight: 600;
17009
17075
  }
17010
- .navigation-bar-light .navbar-nav .nav-link:hover {
17076
+ .navigation-bar-light .navbar-nav .nav-link:hover, .navigation-bar-light .navbar-nav .nav-link.hover {
17011
17077
  color: #272833;
17012
17078
  }
17013
17079
  .navigation-bar-light .navbar-nav .nav-link.focus, .navigation-bar-light .navbar-nav .nav-link:focus {
@@ -17060,7 +17126,7 @@ label.custom-control-label {
17060
17126
  color: #6b6c7e;
17061
17127
  font-weight: 600;
17062
17128
  }
17063
- .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
17129
+ .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 {
17064
17130
  color: #272833;
17065
17131
  }
17066
17132
  .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
@@ -17089,7 +17155,7 @@ label.custom-control-label {
17089
17155
  color: #cdced9;
17090
17156
  font-weight: 600;
17091
17157
  }
17092
- .navigation-bar-secondary .navbar-nav .nav-link:hover {
17158
+ .navigation-bar-secondary .navbar-nav .nav-link:hover, .navigation-bar-secondary .navbar-nav .nav-link.hover {
17093
17159
  color: #fff;
17094
17160
  }
17095
17161
  .navigation-bar-secondary .navbar-nav .nav-link.focus, .navigation-bar-secondary .navbar-nav .nav-link:focus {
@@ -17115,7 +17181,7 @@ label.custom-control-label {
17115
17181
  color: rgba(255, 255, 255, 0.9);
17116
17182
  font-weight: 600;
17117
17183
  }
17118
- .navigation-bar-secondary .navbar-brand:hover {
17184
+ .navigation-bar-secondary .navbar-brand:hover, .navigation-bar-secondary .navbar-brand.hover {
17119
17185
  color: rgba(255, 255, 255, 0.9);
17120
17186
  }
17121
17187
  .navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus {
@@ -17146,7 +17212,7 @@ label.custom-control-label {
17146
17212
  color: #cdced9;
17147
17213
  font-weight: 600;
17148
17214
  }
17149
- .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
17215
+ .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 {
17150
17216
  color: #fff;
17151
17217
  }
17152
17218
  .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
@@ -17199,6 +17265,7 @@ label.custom-control-label {
17199
17265
  border-style: solid;
17200
17266
  border-width: 0.0625rem;
17201
17267
  color: #6b6c7e;
17268
+ cursor: pointer;
17202
17269
  display: inline-flex;
17203
17270
  height: 2rem;
17204
17271
  justify-content: center;
@@ -17216,8 +17283,8 @@ label.custom-control-label {
17216
17283
  transition: none;
17217
17284
  }
17218
17285
  }
17219
- .page-link:hover {
17220
- background-color: rgba(0, 0, 0, 0.02);
17286
+ .page-link:hover, .page-link.hover {
17287
+ background-color: rgba(39, 40, 41, 0.04);
17221
17288
  border-color: transparent;
17222
17289
  color: #272833;
17223
17290
  text-decoration: none;
@@ -17227,21 +17294,21 @@ label.custom-control-label {
17227
17294
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
17228
17295
  outline: 0;
17229
17296
  z-index: 4;
17230
- background-color: rgba(0, 0, 0, 0.02);
17297
+ background-color: rgba(39, 40, 41, 0.04);
17231
17298
  border-color: transparent;
17232
17299
  color: #272833;
17233
17300
  }
17234
17301
  .page-link:active {
17235
- background-color: rgba(0, 0, 0, 0.04);
17302
+ background-color: #6b6c7e;
17236
17303
  border-color: transparent;
17237
- color: #272833;
17304
+ color: #fff;
17238
17305
  cursor: default;
17239
17306
  z-index: 3;
17240
17307
  }
17241
17308
  .page-link.active {
17242
- background-color: rgba(0, 0, 0, 0.04);
17309
+ background-color: #6b6c7e;
17243
17310
  border-color: transparent;
17244
- color: #272833;
17311
+ color: #fff;
17245
17312
  z-index: 3;
17246
17313
  }
17247
17314
  .page-link:disabled, .page-link.disabled {
@@ -17258,9 +17325,9 @@ label.custom-control-label {
17258
17325
  pointer-events: none;
17259
17326
  }
17260
17327
  .page-link[aria-expanded=true], .page-link.show {
17261
- background-color: rgba(0, 0, 0, 0.04);
17328
+ background-color: #6b6c7e;
17262
17329
  border-color: transparent;
17263
- color: #272833;
17330
+ color: #fff;
17264
17331
  z-index: 3;
17265
17332
  }
17266
17333
  .page-link > .c-inner {
@@ -17278,9 +17345,9 @@ label.custom-control-label {
17278
17345
  margin-right: 0.25rem;
17279
17346
  }
17280
17347
  .page-item.active .page-link {
17281
- background-color: rgba(0, 0, 0, 0.04);
17348
+ background-color: #6b6c7e;
17282
17349
  border-color: transparent;
17283
- color: #272833;
17350
+ color: #fff;
17284
17351
  cursor: default;
17285
17352
  z-index: 3;
17286
17353
  }
@@ -17336,9 +17403,10 @@ label.custom-control-label {
17336
17403
  transition: none;
17337
17404
  }
17338
17405
  }
17339
- .pagination-items-per-page > a:hover,
17340
- .pagination-items-per-page > button:hover {
17341
- background-color: rgba(0, 0, 0, 0.02);
17406
+ .pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
17407
+ .pagination-items-per-page > button:hover,
17408
+ .pagination-items-per-page > button.hover {
17409
+ background-color: rgba(39, 40, 41, 0.04);
17342
17410
  border-color: transparent;
17343
17411
  color: #272833;
17344
17412
  }
@@ -17347,21 +17415,21 @@ label.custom-control-label {
17347
17415
  .pagination-items-per-page > button:focus {
17348
17416
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
17349
17417
  outline: 0;
17350
- background-color: rgba(0, 0, 0, 0.02);
17418
+ background-color: rgba(39, 40, 41, 0.04);
17351
17419
  border-color: transparent;
17352
17420
  color: #272833;
17353
17421
  }
17354
17422
  .pagination-items-per-page > a:active,
17355
17423
  .pagination-items-per-page > button:active {
17356
- background-color: rgba(0, 0, 0, 0.04);
17424
+ background-color: #6b6c7e;
17357
17425
  border-color: transparent;
17358
- color: #272833;
17426
+ color: #fff;
17359
17427
  }
17360
17428
  .pagination-items-per-page > a.active,
17361
17429
  .pagination-items-per-page > button.active {
17362
- background-color: rgba(0, 0, 0, 0.04);
17430
+ background-color: #6b6c7e;
17363
17431
  border-color: transparent;
17364
- color: #272833;
17432
+ color: #fff;
17365
17433
  }
17366
17434
  .pagination-items-per-page > a:disabled, .pagination-items-per-page > a.disabled,
17367
17435
  .pagination-items-per-page > button:disabled,
@@ -17377,9 +17445,9 @@ label.custom-control-label {
17377
17445
  .pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
17378
17446
  .pagination-items-per-page > button[aria-expanded=true],
17379
17447
  .pagination-items-per-page > button.show {
17380
- background-color: rgba(0, 0, 0, 0.04);
17448
+ background-color: #6b6c7e;
17381
17449
  border-color: transparent;
17382
- color: #272833;
17450
+ color: #fff;
17383
17451
  }
17384
17452
  .pagination-items-per-page > a > .c-inner,
17385
17453
  .pagination-items-per-page > button > .c-inner {
@@ -17575,7 +17643,7 @@ label.custom-control-label {
17575
17643
  transition: none;
17576
17644
  }
17577
17645
  }
17578
- .panel-header-link:hover {
17646
+ .panel-header-link:hover, .panel-header-link.hover {
17579
17647
  color: inherit;
17580
17648
  text-decoration: none;
17581
17649
  }
@@ -18544,7 +18612,7 @@ a.sheet-subtitle {
18544
18612
  transition: none;
18545
18613
  }
18546
18614
  }
18547
- a.sheet-subtitle:hover {
18615
+ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
18548
18616
  text-decoration: none;
18549
18617
  }
18550
18618
  a.sheet-subtitle.focus, a.sheet-subtitle:focus {
@@ -18909,7 +18977,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
18909
18977
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link {
18910
18978
  color: #6b6c7e;
18911
18979
  }
18912
- .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover {
18980
+ .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover, .sidebar-light .component-navigation-bar .navbar-nav .nav-link.hover {
18913
18981
  color: #6b6c7e;
18914
18982
  }
18915
18983
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link:active {
@@ -18976,7 +19044,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
18976
19044
  transition: none;
18977
19045
  }
18978
19046
  }
18979
- .sidebar-dark .nav-nested .nav-link:hover {
19047
+ .sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
18980
19048
  color: #fff;
18981
19049
  }
18982
19050
  .sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
@@ -19034,7 +19102,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
19034
19102
  transition: none;
19035
19103
  }
19036
19104
  }
19037
- .sidebar-dark-l2 .nav-nested .nav-link:hover {
19105
+ .sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
19038
19106
  color: #fff;
19039
19107
  }
19040
19108
  .sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
@@ -19245,7 +19313,7 @@ caption {
19245
19313
  transition: none;
19246
19314
  }
19247
19315
  }
19248
- .table thead th [href]:hover {
19316
+ .table thead th [href]:hover, .table thead th [href].hover {
19249
19317
  color: #272833;
19250
19318
  }
19251
19319
  .table thead th [href].focus, .table thead th [href]:focus {
@@ -19657,8 +19725,9 @@ caption {
19657
19725
  transition: none;
19658
19726
  }
19659
19727
  }
19660
- .table-title[href]:hover,
19661
- .table-title [href]:hover {
19728
+ .table-title[href]:hover, .table-title[href].hover,
19729
+ .table-title [href]:hover,
19730
+ .table-title [href].hover {
19662
19731
  color: #272833;
19663
19732
  }
19664
19733
  .table-title[href].focus, .table-title[href]:focus,
@@ -19679,7 +19748,7 @@ caption {
19679
19748
  transition: none;
19680
19749
  }
19681
19750
  }
19682
- .table-link:hover {
19751
+ .table-link:hover, .table-link.hover {
19683
19752
  color: #272833;
19684
19753
  }
19685
19754
  .table-link.focus, .table-link:focus {
@@ -19703,7 +19772,7 @@ caption {
19703
19772
  transition: none;
19704
19773
  }
19705
19774
  }
19706
- .table-action-link:hover {
19775
+ .table-action-link:hover, .table-action-link.hover {
19707
19776
  text-decoration: none;
19708
19777
  background-color: rgba(0, 0, 0, 0.02);
19709
19778
  color: #272833;
@@ -19999,8 +20068,9 @@ caption {
19999
20068
  transition: none;
20000
20069
  }
20001
20070
  }
20002
- .table-list-title[href]:hover,
20003
- .table-list-title [href]:hover {
20071
+ .table-list-title[href]:hover, .table-list-title[href].hover,
20072
+ .table-list-title [href]:hover,
20073
+ .table-list-title [href].hover {
20004
20074
  color: #272833;
20005
20075
  }
20006
20076
  .table-list-title[href].focus, .table-list-title[href]:focus,
@@ -20021,7 +20091,7 @@ caption {
20021
20091
  transition: none;
20022
20092
  }
20023
20093
  }
20024
- .table-list-link:hover {
20094
+ .table-list-link:hover, .table-list-link.hover {
20025
20095
  color: #272833;
20026
20096
  }
20027
20097
  .table-list-link.focus, .table-list-link:focus {
@@ -20044,7 +20114,7 @@ caption {
20044
20114
  transition: none;
20045
20115
  }
20046
20116
  }
20047
- .table-list-action-link:hover {
20117
+ .table-list-action-link:hover, .table-list-action-link.hover {
20048
20118
  text-decoration: none;
20049
20119
  background-color: rgba(0, 0, 0, 0.02);
20050
20120
  color: #272833;
@@ -20488,7 +20558,7 @@ caption {
20488
20558
  color: #0b5fff;
20489
20559
  font-weight: 600;
20490
20560
  }
20491
- .subnav-tbar .component-link:hover {
20561
+ .subnav-tbar .component-link:hover, .subnav-tbar .component-link.hover {
20492
20562
  color: #004ad7;
20493
20563
  }
20494
20564
  .subnav-tbar .component-link:disabled, .subnav-tbar .component-link.disabled {
@@ -20585,7 +20655,7 @@ caption {
20585
20655
  .subnav-tbar-primary .component-link {
20586
20656
  color: #272833;
20587
20657
  }
20588
- .subnav-tbar-primary .component-link:hover {
20658
+ .subnav-tbar-primary .component-link:hover, .subnav-tbar-primary .component-link.hover {
20589
20659
  color: #272833;
20590
20660
  }
20591
20661
  .subnav-tbar-primary .component-link:disabled, .subnav-tbar-primary .component-link.disabled {
@@ -21807,7 +21877,7 @@ caption {
21807
21877
  -webkit-user-select: none;
21808
21878
  user-select: none;
21809
21879
  }
21810
- .treeview-link:hover {
21880
+ .treeview-link:hover, .treeview-link.hover {
21811
21881
  text-decoration: none;
21812
21882
  }
21813
21883
  .treeview-link.focus, .treeview-link:focus {
@@ -21875,7 +21945,7 @@ caption {
21875
21945
  .treeview-light .treeview-link {
21876
21946
  color: #6b6c7e;
21877
21947
  }
21878
- .treeview-light .treeview-link:hover {
21948
+ .treeview-light .treeview-link:hover, .treeview-light .treeview-link.hover {
21879
21949
  background-color: #f7f8f9;
21880
21950
  color: #272833;
21881
21951
  }
@@ -21891,7 +21961,7 @@ caption {
21891
21961
  background-color: transparent;
21892
21962
  color: rgba(107, 108, 126, 0.5);
21893
21963
  }
21894
- .treeview-light .treeview-link.treeview-no-hover:hover {
21964
+ .treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
21895
21965
  background-color: transparent;
21896
21966
  color: #6b6c7e;
21897
21967
  }
@@ -21908,7 +21978,7 @@ caption {
21908
21978
  .treeview-dark .treeview-link {
21909
21979
  color: #a7a9bc;
21910
21980
  }
21911
- .treeview-dark .treeview-link:hover {
21981
+ .treeview-dark .treeview-link:hover, .treeview-dark .treeview-link.hover {
21912
21982
  background-color: rgba(255, 255, 255, 0.04);
21913
21983
  }
21914
21984
  .treeview-dark .treeview-link.active {
@@ -21919,7 +21989,7 @@ caption {
21919
21989
  background-color: transparent;
21920
21990
  color: rgba(167, 169, 188, 0.5);
21921
21991
  }
21922
- .treeview-dark .treeview-link.treeview-no-hover:hover {
21992
+ .treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
21923
21993
  background-color: transparent;
21924
21994
  color: #a7a9bc;
21925
21995
  }
@@ -32338,7 +32408,9 @@ a.text-dark:hover, a.text-dark:focus {
32338
32408
  .text-decoration-none {
32339
32409
  text-decoration: none !important;
32340
32410
  }
32341
-
32411
+ .text-decoration-underline {
32412
+ text-decoration: underline !important;
32413
+ }
32342
32414
  .text-break {
32343
32415
  overflow-wrap: break-word !important;
32344
32416
  word-wrap: break-word !important;