@clayui/css 3.84.0 → 3.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.84.0
3
+ * Clay 3.86.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -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
  }
@@ -4513,16 +4525,14 @@ input[type=button].btn-block {
4513
4525
  }
4514
4526
 
4515
4527
  .c-empty-state-animation {
4516
- align-items: center;
4517
- display: flex;
4518
- flex-direction: column;
4528
+ display: block;
4519
4529
  margin: 5rem auto 1.5rem;
4520
4530
  max-width: 340px;
4521
4531
  text-align: center;
4522
4532
  }
4523
4533
 
4524
4534
  .c-empty-state-image {
4525
- margin-bottom: -0.5rem;
4535
+ margin: 0 auto 2rem;
4526
4536
  max-width: 250px;
4527
4537
  width: 100%;
4528
4538
  overflow-wrap: break-word;
@@ -4616,7 +4626,7 @@ input[type=button].btn-block {
4616
4626
  cursor: pointer;
4617
4627
  text-decoration: none;
4618
4628
  }
4619
- .label[href]:hover, .label[type]:hover, .label[tabindex]:hover {
4629
+ .label[href]:hover, .label[href].hover, .label[type]:hover, .label[type].hover, .label[tabindex]:hover, .label[tabindex].hover {
4620
4630
  text-decoration: underline;
4621
4631
  }
4622
4632
  .label[href].focus, .label[href]:focus, .label[type].focus, .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus {
@@ -4629,8 +4639,9 @@ input[type=button].btn-block {
4629
4639
  display: inline-block;
4630
4640
  text-decoration: none;
4631
4641
  }
4632
- .label a:hover,
4633
- .label .btn-unstyled:hover {
4642
+ .label a:hover, .label a.hover,
4643
+ .label .btn-unstyled:hover,
4644
+ .label .btn-unstyled.hover {
4634
4645
  color: inherit;
4635
4646
  text-decoration: underline;
4636
4647
  }
@@ -4785,15 +4796,16 @@ input[type=button].btn-block {
4785
4796
  border-color: #80acff;
4786
4797
  color: #0b5fff;
4787
4798
  }
4788
- [href].label-primary:hover, [type].label-primary:hover, [tabindex].label-primary:hover {
4799
+ [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
4800
  border-color: #80acff;
4790
4801
  color: #004ad7;
4791
4802
  }
4792
4803
  [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
4804
  color: #004ad7;
4794
4805
  }
4795
- .label-primary a:hover,
4796
- .label-primary .btn-unstyled:hover {
4806
+ .label-primary a:hover, .label-primary a.hover,
4807
+ .label-primary .btn-unstyled:hover,
4808
+ .label-primary .btn-unstyled.hover {
4797
4809
  color: #004ad7;
4798
4810
  }
4799
4811
  .label-primary .close:hover {
@@ -4807,15 +4819,16 @@ input[type=button].btn-block {
4807
4819
  border-color: #cdced9;
4808
4820
  color: #6b6c7e;
4809
4821
  }
4810
- [href].label-secondary:hover, [type].label-secondary:hover, [tabindex].label-secondary:hover {
4822
+ [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
4823
  border-color: #cdced9;
4812
4824
  color: #272833;
4813
4825
  }
4814
4826
  [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
4827
  color: #272833;
4816
4828
  }
4817
- .label-secondary a:hover,
4818
- .label-secondary .btn-unstyled:hover {
4829
+ .label-secondary a:hover, .label-secondary a.hover,
4830
+ .label-secondary .btn-unstyled:hover,
4831
+ .label-secondary .btn-unstyled.hover {
4819
4832
  color: #272833;
4820
4833
  }
4821
4834
  .label-secondary .close:hover {
@@ -4829,15 +4842,16 @@ input[type=button].btn-block {
4829
4842
  border-color: #5aca75;
4830
4843
  color: #287d3c;
4831
4844
  }
4832
- [href].label-success:hover, [type].label-success:hover, [tabindex].label-success:hover {
4845
+ [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
4846
  border-color: #5aca75;
4834
4847
  color: #1c5629;
4835
4848
  }
4836
4849
  [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
4850
  color: #1c5629;
4838
4851
  }
4839
- .label-success a:hover,
4840
- .label-success .btn-unstyled:hover {
4852
+ .label-success a:hover, .label-success a.hover,
4853
+ .label-success .btn-unstyled:hover,
4854
+ .label-success .btn-unstyled.hover {
4841
4855
  color: #1c5629;
4842
4856
  }
4843
4857
  .label-success .close:hover {
@@ -4851,15 +4865,16 @@ input[type=button].btn-block {
4851
4865
  border-color: #89a7e0;
4852
4866
  color: #2e5aac;
4853
4867
  }
4854
- [href].label-info:hover, [type].label-info:hover, [tabindex].label-info:hover {
4868
+ [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
4869
  border-color: #89a7e0;
4856
4870
  color: #234584;
4857
4871
  }
4858
4872
  [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
4873
  color: #234584;
4860
4874
  }
4861
- .label-info a:hover,
4862
- .label-info .btn-unstyled:hover {
4875
+ .label-info a:hover, .label-info a.hover,
4876
+ .label-info .btn-unstyled:hover,
4877
+ .label-info .btn-unstyled.hover {
4863
4878
  color: #234584;
4864
4879
  }
4865
4880
  .label-info .close:hover {
@@ -4873,15 +4888,16 @@ input[type=button].btn-block {
4873
4888
  border-color: #ff8f39;
4874
4889
  color: #b95000;
4875
4890
  }
4876
- [href].label-warning:hover, [type].label-warning:hover, [tabindex].label-warning:hover {
4891
+ [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
4892
  border-color: #ff8f39;
4878
4893
  color: #863a00;
4879
4894
  }
4880
4895
  [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
4896
  color: #863a00;
4882
4897
  }
4883
- .label-warning a:hover,
4884
- .label-warning .btn-unstyled:hover {
4898
+ .label-warning a:hover, .label-warning a.hover,
4899
+ .label-warning .btn-unstyled:hover,
4900
+ .label-warning .btn-unstyled.hover {
4885
4901
  color: #863a00;
4886
4902
  }
4887
4903
  .label-warning .close:hover {
@@ -4895,15 +4911,16 @@ input[type=button].btn-block {
4895
4911
  border-color: #f48989;
4896
4912
  color: #da1414;
4897
4913
  }
4898
- [href].label-danger:hover, [type].label-danger:hover, [tabindex].label-danger:hover {
4914
+ [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
4915
  border-color: #f48989;
4900
4916
  color: #ab1010;
4901
4917
  }
4902
4918
  [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
4919
  color: #ab1010;
4904
4920
  }
4905
- .label-danger a:hover,
4906
- .label-danger .btn-unstyled:hover {
4921
+ .label-danger a:hover, .label-danger a.hover,
4922
+ .label-danger .btn-unstyled:hover,
4923
+ .label-danger .btn-unstyled.hover {
4907
4924
  color: #ab1010;
4908
4925
  }
4909
4926
  .label-danger .close:hover {
@@ -4917,15 +4934,16 @@ input[type=button].btn-block {
4917
4934
  border-color: #272833;
4918
4935
  color: #272833;
4919
4936
  }
4920
- [href].label-dark:hover, [type].label-dark:hover, [tabindex].label-dark:hover {
4937
+ [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
4938
  border-color: #272833;
4922
4939
  color: #393a4a;
4923
4940
  }
4924
4941
  [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
4942
  color: #393a4a;
4926
4943
  }
4927
- .label-dark a:hover,
4928
- .label-dark .btn-unstyled:hover {
4944
+ .label-dark a:hover, .label-dark a.hover,
4945
+ .label-dark .btn-unstyled:hover,
4946
+ .label-dark .btn-unstyled.hover {
4929
4947
  color: #393a4a;
4930
4948
  }
4931
4949
  .label-dark .close:hover {
@@ -4939,15 +4957,16 @@ input[type=button].btn-block {
4939
4957
  border-color: #f1f2f5;
4940
4958
  color: #f1f2f5;
4941
4959
  }
4942
- [href].label-light:hover, [type].label-light:hover, [tabindex].label-light:hover {
4960
+ [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
4961
  border-color: #f1f2f5;
4944
4962
  color: #d3d6e0;
4945
4963
  }
4946
4964
  [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
4965
  color: #d3d6e0;
4948
4966
  }
4949
- .label-light a:hover,
4950
- .label-light .btn-unstyled:hover {
4967
+ .label-light a:hover, .label-light a.hover,
4968
+ .label-light .btn-unstyled:hover,
4969
+ .label-light .btn-unstyled.hover {
4951
4970
  color: #d3d6e0;
4952
4971
  }
4953
4972
  .label-light .close:hover {
@@ -4961,7 +4980,7 @@ input[type=button].btn-block {
4961
4980
  border-color: #0b5fff;
4962
4981
  color: #fff;
4963
4982
  }
4964
- [href].label-inverse-primary:hover, [type].label-inverse-primary:hover, [tabindex].label-inverse-primary:hover {
4983
+ [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
4984
  color: #fff;
4966
4985
  }
4967
4986
  .label-inverse-secondary {
@@ -4969,7 +4988,7 @@ input[type=button].btn-block {
4969
4988
  border-color: #6b6c7e;
4970
4989
  color: #fff;
4971
4990
  }
4972
- [href].label-inverse-secondary:hover, [type].label-inverse-secondary:hover, [tabindex].label-inverse-secondary:hover {
4991
+ [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
4992
  color: #fff;
4974
4993
  }
4975
4994
  .label-inverse-success {
@@ -4977,7 +4996,7 @@ input[type=button].btn-block {
4977
4996
  border-color: #287d3c;
4978
4997
  color: #fff;
4979
4998
  }
4980
- [href].label-inverse-success:hover, [type].label-inverse-success:hover, [tabindex].label-inverse-success:hover {
4999
+ [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
5000
  color: #fff;
4982
5001
  }
4983
5002
  .label-inverse-info {
@@ -4985,7 +5004,7 @@ input[type=button].btn-block {
4985
5004
  border-color: #2e5aac;
4986
5005
  color: #fff;
4987
5006
  }
4988
- [href].label-inverse-info:hover, [type].label-inverse-info:hover, [tabindex].label-inverse-info:hover {
5007
+ [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
5008
  color: #fff;
4990
5009
  }
4991
5010
  .label-inverse-warning {
@@ -4993,7 +5012,7 @@ input[type=button].btn-block {
4993
5012
  border-color: #b95000;
4994
5013
  color: #fff;
4995
5014
  }
4996
- [href].label-inverse-warning:hover, [type].label-inverse-warning:hover, [tabindex].label-inverse-warning:hover {
5015
+ [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
5016
  color: #fff;
4998
5017
  }
4999
5018
  .label-inverse-danger {
@@ -5001,7 +5020,7 @@ input[type=button].btn-block {
5001
5020
  border-color: #da1414;
5002
5021
  color: #fff;
5003
5022
  }
5004
- [href].label-inverse-danger:hover, [type].label-inverse-danger:hover, [tabindex].label-inverse-danger:hover {
5023
+ [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
5024
  color: #fff;
5006
5025
  }
5007
5026
  .label-inverse-light {
@@ -5009,7 +5028,7 @@ input[type=button].btn-block {
5009
5028
  border-color: #f1f2f5;
5010
5029
  color: #272833;
5011
5030
  }
5012
- [href].label-inverse-light:hover, [type].label-inverse-light:hover, [tabindex].label-inverse-light:hover {
5031
+ [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
5032
  color: #272833;
5014
5033
  }
5015
5034
  .label-inverse-dark {
@@ -5017,7 +5036,7 @@ input[type=button].btn-block {
5017
5036
  border-color: #272833;
5018
5037
  color: #fff;
5019
5038
  }
5020
- [href].label-inverse-dark:hover, [type].label-inverse-dark:hover, [tabindex].label-inverse-dark:hover {
5039
+ [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
5040
  color: #fff;
5022
5041
  }
5023
5042
  .media {
@@ -5348,8 +5367,9 @@ input[type=button].btn-block {
5348
5367
  .card-title [href] {
5349
5368
  color: #272833;
5350
5369
  }
5351
- .card-title[href]:hover,
5352
- .card-title [href]:hover {
5370
+ .card-title[href]:hover, .card-title[href].hover,
5371
+ .card-title [href]:hover,
5372
+ .card-title [href].hover {
5353
5373
  color: #272833;
5354
5374
  }
5355
5375
  .card-subtitle {
@@ -5363,8 +5383,9 @@ input[type=button].btn-block {
5363
5383
  .card-subtitle [href] {
5364
5384
  color: #6b6c7e;
5365
5385
  }
5366
- .card-subtitle[href]:hover,
5367
- .card-subtitle [href]:hover {
5386
+ .card-subtitle[href]:hover, .card-subtitle[href].hover,
5387
+ .card-subtitle [href]:hover,
5388
+ .card-subtitle [href].hover {
5368
5389
  color: #6b6c7e;
5369
5390
  }
5370
5391
  .card-text:last-child {
@@ -5374,7 +5395,7 @@ input[type=button].btn-block {
5374
5395
  color: #6b6c7e;
5375
5396
  font-size: 0.875rem;
5376
5397
  }
5377
- .card-link:hover {
5398
+ .card-link:hover, .card-link.hover {
5378
5399
  color: #6b6c7e;
5379
5400
  text-decoration: underline;
5380
5401
  }
@@ -6834,7 +6855,7 @@ input[type=button].btn-block {
6834
6855
  text-decoration: inherit;
6835
6856
  width: 100%;
6836
6857
  }
6837
- .dropdown-item-indicator-text-start:hover {
6858
+ .dropdown-item-indicator-text-start:hover, .dropdown-item-indicator-text-start.hover {
6838
6859
  color: inherit;
6839
6860
  text-decoration: inherit;
6840
6861
  }
@@ -6889,7 +6910,7 @@ input[type=button].btn-block {
6889
6910
  text-decoration: inherit;
6890
6911
  width: 100%;
6891
6912
  }
6892
- .dropdown-item-indicator-text-end:hover {
6913
+ .dropdown-item-indicator-text-end:hover, .dropdown-item-indicator-text-end.hover {
6893
6914
  color: inherit;
6894
6915
  text-decoration: inherit;
6895
6916
  }
@@ -7638,24 +7659,23 @@ select.form-control[size]:focus, select.form-control[size].focus {
7638
7659
  background-image: none;
7639
7660
  }
7640
7661
  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%);
7662
+ background-image: linear-gradient(#ffb528, #ffb528);
7663
+ filter: invert(1);
7644
7664
  }
7645
7665
  select.form-control[size] option {
7646
7666
  padding: 0.4375rem 0.5rem;
7647
7667
  }
7648
- select.form-control[size] option:checked {
7668
+ select.form-control[size] option:hover {
7649
7669
  background-image: linear-gradient(#e7e7ed, #e7e7ed);
7650
7670
  }
7671
+ select.form-control[size] option:checked {
7672
+ background-image: linear-gradient(#d3d6e0, #d3d6e0);
7673
+ }
7651
7674
  @-moz-document url-prefix() {
7652
7675
  select.form-control[size]:focus > option:checked, select.form-control[size].focus > option:checked {
7653
7676
  background-image: linear-gradient(#004ad7, #004ad7);
7654
7677
  filter: invert(0);
7655
7678
  }
7656
- select.form-control[size] option {
7657
- padding: 0.40625rem 0.5rem;
7658
- }
7659
7679
  }
7660
7680
 
7661
7681
  select.form-control[multiple] {
@@ -7671,24 +7691,23 @@ select.form-control[multiple]:focus, select.form-control[multiple].focus {
7671
7691
  background-image: none;
7672
7692
  }
7673
7693
  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%);
7694
+ background-image: linear-gradient(#ffb528, #ffb528);
7695
+ filter: invert(1);
7677
7696
  }
7678
7697
  select.form-control[multiple] option {
7679
7698
  padding: 0.4375rem 0.5rem;
7680
7699
  }
7681
- select.form-control[multiple] option:checked {
7700
+ select.form-control[multiple] option:hover {
7682
7701
  background-image: linear-gradient(#e7e7ed, #e7e7ed);
7683
7702
  }
7703
+ select.form-control[multiple] option:checked {
7704
+ background-image: linear-gradient(#d3d6e0, #d3d6e0);
7705
+ }
7684
7706
  @-moz-document url-prefix() {
7685
7707
  select.form-control[multiple]:focus > option:checked, select.form-control[multiple].focus > option:checked {
7686
7708
  background-image: linear-gradient(#004ad7, #004ad7);
7687
7709
  filter: invert(0);
7688
7710
  }
7689
- select.form-control[multiple] option {
7690
- padding: 0.40625rem 0.5rem;
7691
- }
7692
7711
  }
7693
7712
 
7694
7713
  .form-control-select-secondary {
@@ -8096,6 +8115,39 @@ textarea.form-control-lg,
8096
8115
  }
8097
8116
  }
8098
8117
 
8118
+ .c-link {
8119
+ text-decoration: none;
8120
+ transition: box-shadow 0.15s ease-in-out;
8121
+ }
8122
+ @media (prefers-reduced-motion: reduce) {
8123
+ .c-link {
8124
+ transition: none;
8125
+ }
8126
+ }
8127
+ .c-link:hover, .c-link.hover {
8128
+ text-decoration: none;
8129
+ }
8130
+ .c-link.focus, .c-link:focus {
8131
+ border-radius: 1px;
8132
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
8133
+ outline: 0;
8134
+ }
8135
+ .c-link.text-secondary {
8136
+ color: #272833 !important;
8137
+ }
8138
+ .c-link.text-secondary:hover, .c-link.text-secondary.hover {
8139
+ color: #000 !important;
8140
+ }
8141
+ .c-link.text-secondary.focus, .c-link.text-secondary:focus {
8142
+ color: #000 !important;
8143
+ }
8144
+ .c-link.text-tertiary {
8145
+ color: #272833 !important;
8146
+ }
8147
+ .c-link.text-tertiary:hover, .c-link.text-tertiary.hover {
8148
+ color: #000 !important;
8149
+ text-decoration: underline;
8150
+ }
8099
8151
  .component-link {
8100
8152
  color: #6b6c7e;
8101
8153
  border-radius: 1px;
@@ -8106,7 +8158,7 @@ textarea.form-control-lg,
8106
8158
  transition: none;
8107
8159
  }
8108
8160
  }
8109
- .component-link:hover {
8161
+ .component-link:hover, .component-link.hover {
8110
8162
  color: #484955;
8111
8163
  }
8112
8164
  .component-link.focus, .component-link:focus {
@@ -8128,8 +8180,9 @@ textarea.form-control-lg,
8128
8180
  transition: none;
8129
8181
  }
8130
8182
  }
8131
- .link-primary:hover {
8183
+ .link-primary:hover, .link-primary.hover {
8132
8184
  color: #0041be;
8185
+ background-color: #f0f5ff;
8133
8186
  }
8134
8187
  .link-primary.focus, .link-primary:focus {
8135
8188
  color: #0041be;
@@ -8146,8 +8199,9 @@ textarea.form-control-lg,
8146
8199
  transition: none;
8147
8200
  }
8148
8201
  }
8149
- .link-secondary:hover {
8202
+ .link-secondary:hover, .link-secondary.hover {
8150
8203
  color: #272833;
8204
+ background-color: #f1f2f5;
8151
8205
  }
8152
8206
  .link-secondary.focus, .link-secondary:focus {
8153
8207
  color: #272833;
@@ -8182,7 +8236,7 @@ button.link-outline {
8182
8236
  transition: none;
8183
8237
  }
8184
8238
  }
8185
- .link-outline:hover {
8239
+ .link-outline:hover, .link-outline.hover {
8186
8240
  text-decoration: none;
8187
8241
  }
8188
8242
  .link-outline.focus, .link-outline:focus {
@@ -8209,7 +8263,7 @@ button.link-outline {
8209
8263
  border-color: #0b5fff;
8210
8264
  color: #0b5fff;
8211
8265
  }
8212
- .link-outline-primary:hover {
8266
+ .link-outline-primary:hover, .link-outline-primary.hover {
8213
8267
  background-color: #f0f5ff;
8214
8268
  color: #0b5fff;
8215
8269
  }
@@ -8241,7 +8295,7 @@ button.link-outline {
8241
8295
  border-color: #cdced9;
8242
8296
  color: #6b6c7e;
8243
8297
  }
8244
- .link-outline-secondary:hover {
8298
+ .link-outline-secondary:hover, .link-outline-secondary.hover {
8245
8299
  background-color: rgba(39, 40, 51, 0.03);
8246
8300
  color: #272833;
8247
8301
  }
@@ -8315,8 +8369,9 @@ button.link-outline {
8315
8369
  transition: none;
8316
8370
  }
8317
8371
  }
8318
- .component-title[href]:hover,
8319
- .component-title [href]:hover {
8372
+ .component-title[href]:hover, .component-title[href].hover,
8373
+ .component-title [href]:hover,
8374
+ .component-title [href].hover {
8320
8375
  color: #060608;
8321
8376
  }
8322
8377
  .component-title[href].focus, .component-title[href]:focus,
@@ -8344,8 +8399,9 @@ button.link-outline {
8344
8399
  transition: none;
8345
8400
  }
8346
8401
  }
8347
- .component-subtitle[href]:hover,
8348
- .component-subtitle [href]:hover {
8402
+ .component-subtitle[href]:hover, .component-subtitle[href].hover,
8403
+ .component-subtitle [href]:hover,
8404
+ .component-subtitle [href].hover {
8349
8405
  color: #272833;
8350
8406
  }
8351
8407
  .component-subtitle[href].focus, .component-subtitle[href]:focus,
@@ -8377,7 +8433,7 @@ button.link-outline {
8377
8433
  transition: none;
8378
8434
  }
8379
8435
  }
8380
- .component-action:hover {
8436
+ .component-action:hover, .component-action.hover {
8381
8437
  background-color: rgba(39, 40, 51, 0.03);
8382
8438
  color: #272833;
8383
8439
  }
@@ -9056,7 +9112,7 @@ button.link-outline {
9056
9112
  }
9057
9113
  .custom-control-label::before {
9058
9114
  background-color: #fff;
9059
- border-color: #cdced9;
9115
+ border-color: #6b6c7e;
9060
9116
  border-style: solid;
9061
9117
  border-width: 0.0625rem;
9062
9118
  box-shadow: none;
@@ -9104,7 +9160,7 @@ label.custom-control-label {
9104
9160
  }
9105
9161
  .custom-control-label::before {
9106
9162
  background-color: #fff;
9107
- border-color: #cdced9;
9163
+ border-color: #6b6c7e;
9108
9164
  border-style: solid;
9109
9165
  border-width: 0.0625rem;
9110
9166
  box-shadow: none;
@@ -9147,12 +9203,12 @@ label.custom-control-label {
9147
9203
  z-index: 1;
9148
9204
  }
9149
9205
  .custom-control-input:focus ~ .custom-control-label::before {
9150
- border-color: #cdced9;
9206
+ border-color: #6b6c7e;
9151
9207
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
9152
9208
  }
9153
9209
  .custom-control-input:active ~ .custom-control-label::before {
9154
9210
  background-color: #fff;
9155
- border-color: #cdced9;
9211
+ border-color: #6b6c7e;
9156
9212
  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
9213
  color: #fff;
9158
9214
  }
@@ -9195,7 +9251,7 @@ label.custom-control-label {
9195
9251
  }
9196
9252
  .custom-control-input:checked[readonly] ~ .custom-control-label::before {
9197
9253
  background-color: #fff;
9198
- border-color: #cdced9;
9254
+ border-color: #6b6c7e;
9199
9255
  }
9200
9256
  .custom-checkbox .custom-control-input ~ .custom-control-label::before {
9201
9257
  border-radius: 0.125rem;
@@ -9285,7 +9341,7 @@ label.custom-control-label {
9285
9341
  width: 1.75rem;
9286
9342
  }
9287
9343
  .custom-switch .custom-control-label::after {
9288
- background-color: #cdced9;
9344
+ background-color: #6b6c7e;
9289
9345
  border-radius: 0.5rem;
9290
9346
  height: 0.75rem;
9291
9347
  left: -2.125rem;
@@ -11201,8 +11257,9 @@ label.custom-control-label {
11201
11257
  transition: none;
11202
11258
  }
11203
11259
  }
11204
- .list-group-title[href]:hover,
11205
- .list-group-title [href]:hover {
11260
+ .list-group-title[href]:hover, .list-group-title[href].hover,
11261
+ .list-group-title [href]:hover,
11262
+ .list-group-title [href].hover {
11206
11263
  color: #272833;
11207
11264
  }
11208
11265
  .list-group-title[href].focus, .list-group-title[href]:focus,
@@ -11229,8 +11286,9 @@ label.custom-control-label {
11229
11286
  transition: none;
11230
11287
  }
11231
11288
  }
11232
- .list-group-subtitle[href]:hover,
11233
- .list-group-subtitle [href]:hover {
11289
+ .list-group-subtitle[href]:hover, .list-group-subtitle[href].hover,
11290
+ .list-group-subtitle [href]:hover,
11291
+ .list-group-subtitle [href].hover {
11234
11292
  color: #272833;
11235
11293
  }
11236
11294
  .list-group-subtitle[href].focus, .list-group-subtitle[href]:focus,
@@ -11258,8 +11316,9 @@ label.custom-control-label {
11258
11316
  transition: none;
11259
11317
  }
11260
11318
  }
11261
- .list-group-text[href]:hover,
11262
- .list-group-text [href]:hover {
11319
+ .list-group-text[href]:hover, .list-group-text[href].hover,
11320
+ .list-group-text [href]:hover,
11321
+ .list-group-text [href].hover {
11263
11322
  color: #272833;
11264
11323
  }
11265
11324
  .list-group-text[href].focus, .list-group-text[href]:focus,
@@ -11287,8 +11346,9 @@ label.custom-control-label {
11287
11346
  transition: none;
11288
11347
  }
11289
11348
  }
11290
- .list-group-subtext[href]:hover,
11291
- .list-group-subtext [href]:hover {
11349
+ .list-group-subtext[href]:hover, .list-group-subtext[href].hover,
11350
+ .list-group-subtext [href]:hover,
11351
+ .list-group-subtext [href].hover {
11292
11352
  color: #272833;
11293
11353
  }
11294
11354
  .list-group-subtext[href].focus, .list-group-subtext[href]:focus,
@@ -12376,7 +12436,7 @@ label.custom-control-label {
12376
12436
  padding-top: 0.625rem;
12377
12437
  position: relative;
12378
12438
  }
12379
- .nav-link:hover {
12439
+ .nav-link:hover, .nav-link.hover {
12380
12440
  text-decoration: none;
12381
12441
  }
12382
12442
  .nav-link.focus, .nav-link:focus {
@@ -12709,7 +12769,7 @@ label.custom-control-label {
12709
12769
  transition: none;
12710
12770
  }
12711
12771
  }
12712
- .nav-tabs .nav-link:hover {
12772
+ .nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
12713
12773
  border-color: transparent;
12714
12774
  }
12715
12775
  .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
@@ -12963,7 +13023,7 @@ label.custom-control-label {
12963
13023
  transition: none;
12964
13024
  }
12965
13025
  }
12966
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
13026
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12967
13027
  color: #272833;
12968
13028
  background-color: rgba(11, 95, 255, 0.04);
12969
13029
  }
@@ -12994,7 +13054,7 @@ label.custom-control-label {
12994
13054
  border-radius: 0;
12995
13055
  color: #272833;
12996
13056
  }
12997
- .menubar-vertical-expand-md.menubar-transparent .nav-link:hover {
13057
+ .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
12998
13058
  background-color: rgba(11, 95, 255, 0.04);
12999
13059
  color: #1c1d25;
13000
13060
  }
@@ -13161,7 +13221,7 @@ label.custom-control-label {
13161
13221
  transition: none;
13162
13222
  }
13163
13223
  }
13164
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
13224
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
13165
13225
  color: #272833;
13166
13226
  background-color: rgba(11, 95, 255, 0.04);
13167
13227
  }
@@ -13192,7 +13252,7 @@ label.custom-control-label {
13192
13252
  border-radius: 0;
13193
13253
  color: #272833;
13194
13254
  }
13195
- .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover {
13255
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
13196
13256
  background-color: rgba(11, 95, 255, 0.04);
13197
13257
  color: #1c1d25;
13198
13258
  }
@@ -15245,7 +15305,7 @@ label.custom-control-label {
15245
15305
  color: #fff;
15246
15306
  font-weight: 600;
15247
15307
  }
15248
- .application-bar-dark .navbar-nav .nav-link:hover {
15308
+ .application-bar-dark .navbar-nav .nav-link:hover, .application-bar-dark .navbar-nav .nav-link.hover {
15249
15309
  color: #fff;
15250
15310
  background-color: rgba(255, 255, 255, 0.03);
15251
15311
  }
@@ -16420,7 +16480,7 @@ label.custom-control-label {
16420
16480
  color: #6b6c7e;
16421
16481
  font-weight: 600;
16422
16482
  }
16423
- .management-bar-light .navbar-nav .nav-link:hover {
16483
+ .management-bar-light .navbar-nav .nav-link:hover, .management-bar-light .navbar-nav .nav-link.hover {
16424
16484
  color: #272833;
16425
16485
  background-color: rgba(39, 40, 51, 0.03);
16426
16486
  }
@@ -16489,7 +16549,7 @@ label.custom-control-label {
16489
16549
  border-radius: 0.25rem;
16490
16550
  font-weight: 600;
16491
16551
  }
16492
- .management-bar-primary .navbar-nav .nav-link:hover {
16552
+ .management-bar-primary .navbar-nav .nav-link:hover, .management-bar-primary .navbar-nav .nav-link.hover {
16493
16553
  color: #272833;
16494
16554
  background-color: rgba(39, 40, 51, 0.03);
16495
16555
  }
@@ -16980,6 +17040,8 @@ label.custom-control-label {
16980
17040
  height: 0.25rem;
16981
17041
  }
16982
17042
  .navigation-bar .navbar-nav .nav-link {
17043
+ border-width: 0;
17044
+ font-size: inherit;
16983
17045
  border-radius: 0px;
16984
17046
  outline: 0;
16985
17047
  }
@@ -16990,6 +17052,8 @@ label.custom-control-label {
16990
17052
  box-shadow: none;
16991
17053
  }
16992
17054
  .navigation-bar .navbar-brand {
17055
+ border-width: 0;
17056
+ font-size: inherit;
16993
17057
  border-radius: 0px;
16994
17058
  outline: 0;
16995
17059
  }
@@ -17007,7 +17071,7 @@ label.custom-control-label {
17007
17071
  color: #6b6c7e;
17008
17072
  font-weight: 600;
17009
17073
  }
17010
- .navigation-bar-light .navbar-nav .nav-link:hover {
17074
+ .navigation-bar-light .navbar-nav .nav-link:hover, .navigation-bar-light .navbar-nav .nav-link.hover {
17011
17075
  color: #272833;
17012
17076
  }
17013
17077
  .navigation-bar-light .navbar-nav .nav-link.focus, .navigation-bar-light .navbar-nav .nav-link:focus {
@@ -17060,7 +17124,7 @@ label.custom-control-label {
17060
17124
  color: #6b6c7e;
17061
17125
  font-weight: 600;
17062
17126
  }
17063
- .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
17127
+ .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
17128
  color: #272833;
17065
17129
  }
17066
17130
  .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 +17153,7 @@ label.custom-control-label {
17089
17153
  color: #cdced9;
17090
17154
  font-weight: 600;
17091
17155
  }
17092
- .navigation-bar-secondary .navbar-nav .nav-link:hover {
17156
+ .navigation-bar-secondary .navbar-nav .nav-link:hover, .navigation-bar-secondary .navbar-nav .nav-link.hover {
17093
17157
  color: #fff;
17094
17158
  }
17095
17159
  .navigation-bar-secondary .navbar-nav .nav-link.focus, .navigation-bar-secondary .navbar-nav .nav-link:focus {
@@ -17115,7 +17179,7 @@ label.custom-control-label {
17115
17179
  color: rgba(255, 255, 255, 0.9);
17116
17180
  font-weight: 600;
17117
17181
  }
17118
- .navigation-bar-secondary .navbar-brand:hover {
17182
+ .navigation-bar-secondary .navbar-brand:hover, .navigation-bar-secondary .navbar-brand.hover {
17119
17183
  color: rgba(255, 255, 255, 0.9);
17120
17184
  }
17121
17185
  .navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus {
@@ -17146,7 +17210,7 @@ label.custom-control-label {
17146
17210
  color: #cdced9;
17147
17211
  font-weight: 600;
17148
17212
  }
17149
- .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
17213
+ .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
17214
  color: #fff;
17151
17215
  }
17152
17216
  .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 +17263,7 @@ label.custom-control-label {
17199
17263
  border-style: solid;
17200
17264
  border-width: 0.0625rem;
17201
17265
  color: #6b6c7e;
17266
+ cursor: pointer;
17202
17267
  display: inline-flex;
17203
17268
  height: 2rem;
17204
17269
  justify-content: center;
@@ -17216,8 +17281,8 @@ label.custom-control-label {
17216
17281
  transition: none;
17217
17282
  }
17218
17283
  }
17219
- .page-link:hover {
17220
- background-color: rgba(0, 0, 0, 0.02);
17284
+ .page-link:hover, .page-link.hover {
17285
+ background-color: rgba(39, 40, 41, 0.04);
17221
17286
  border-color: transparent;
17222
17287
  color: #272833;
17223
17288
  text-decoration: none;
@@ -17227,21 +17292,21 @@ label.custom-control-label {
17227
17292
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
17228
17293
  outline: 0;
17229
17294
  z-index: 4;
17230
- background-color: rgba(0, 0, 0, 0.02);
17295
+ background-color: rgba(39, 40, 41, 0.04);
17231
17296
  border-color: transparent;
17232
17297
  color: #272833;
17233
17298
  }
17234
17299
  .page-link:active {
17235
- background-color: rgba(0, 0, 0, 0.04);
17300
+ background-color: #6b6c7e;
17236
17301
  border-color: transparent;
17237
- color: #272833;
17302
+ color: #fff;
17238
17303
  cursor: default;
17239
17304
  z-index: 3;
17240
17305
  }
17241
17306
  .page-link.active {
17242
- background-color: rgba(0, 0, 0, 0.04);
17307
+ background-color: #6b6c7e;
17243
17308
  border-color: transparent;
17244
- color: #272833;
17309
+ color: #fff;
17245
17310
  z-index: 3;
17246
17311
  }
17247
17312
  .page-link:disabled, .page-link.disabled {
@@ -17258,9 +17323,9 @@ label.custom-control-label {
17258
17323
  pointer-events: none;
17259
17324
  }
17260
17325
  .page-link[aria-expanded=true], .page-link.show {
17261
- background-color: rgba(0, 0, 0, 0.04);
17326
+ background-color: #6b6c7e;
17262
17327
  border-color: transparent;
17263
- color: #272833;
17328
+ color: #fff;
17264
17329
  z-index: 3;
17265
17330
  }
17266
17331
  .page-link > .c-inner {
@@ -17278,9 +17343,9 @@ label.custom-control-label {
17278
17343
  margin-right: 0.25rem;
17279
17344
  }
17280
17345
  .page-item.active .page-link {
17281
- background-color: rgba(0, 0, 0, 0.04);
17346
+ background-color: #6b6c7e;
17282
17347
  border-color: transparent;
17283
- color: #272833;
17348
+ color: #fff;
17284
17349
  cursor: default;
17285
17350
  z-index: 3;
17286
17351
  }
@@ -17336,9 +17401,10 @@ label.custom-control-label {
17336
17401
  transition: none;
17337
17402
  }
17338
17403
  }
17339
- .pagination-items-per-page > a:hover,
17340
- .pagination-items-per-page > button:hover {
17341
- background-color: rgba(0, 0, 0, 0.02);
17404
+ .pagination-items-per-page > a:hover, .pagination-items-per-page > a.hover,
17405
+ .pagination-items-per-page > button:hover,
17406
+ .pagination-items-per-page > button.hover {
17407
+ background-color: rgba(39, 40, 41, 0.04);
17342
17408
  border-color: transparent;
17343
17409
  color: #272833;
17344
17410
  }
@@ -17347,21 +17413,21 @@ label.custom-control-label {
17347
17413
  .pagination-items-per-page > button:focus {
17348
17414
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
17349
17415
  outline: 0;
17350
- background-color: rgba(0, 0, 0, 0.02);
17416
+ background-color: rgba(39, 40, 41, 0.04);
17351
17417
  border-color: transparent;
17352
17418
  color: #272833;
17353
17419
  }
17354
17420
  .pagination-items-per-page > a:active,
17355
17421
  .pagination-items-per-page > button:active {
17356
- background-color: rgba(0, 0, 0, 0.04);
17422
+ background-color: #6b6c7e;
17357
17423
  border-color: transparent;
17358
- color: #272833;
17424
+ color: #fff;
17359
17425
  }
17360
17426
  .pagination-items-per-page > a.active,
17361
17427
  .pagination-items-per-page > button.active {
17362
- background-color: rgba(0, 0, 0, 0.04);
17428
+ background-color: #6b6c7e;
17363
17429
  border-color: transparent;
17364
- color: #272833;
17430
+ color: #fff;
17365
17431
  }
17366
17432
  .pagination-items-per-page > a:disabled, .pagination-items-per-page > a.disabled,
17367
17433
  .pagination-items-per-page > button:disabled,
@@ -17377,9 +17443,9 @@ label.custom-control-label {
17377
17443
  .pagination-items-per-page > a[aria-expanded=true], .pagination-items-per-page > a.show,
17378
17444
  .pagination-items-per-page > button[aria-expanded=true],
17379
17445
  .pagination-items-per-page > button.show {
17380
- background-color: rgba(0, 0, 0, 0.04);
17446
+ background-color: #6b6c7e;
17381
17447
  border-color: transparent;
17382
- color: #272833;
17448
+ color: #fff;
17383
17449
  }
17384
17450
  .pagination-items-per-page > a > .c-inner,
17385
17451
  .pagination-items-per-page > button > .c-inner {
@@ -17575,7 +17641,7 @@ label.custom-control-label {
17575
17641
  transition: none;
17576
17642
  }
17577
17643
  }
17578
- .panel-header-link:hover {
17644
+ .panel-header-link:hover, .panel-header-link.hover {
17579
17645
  color: inherit;
17580
17646
  text-decoration: none;
17581
17647
  }
@@ -18544,7 +18610,7 @@ a.sheet-subtitle {
18544
18610
  transition: none;
18545
18611
  }
18546
18612
  }
18547
- a.sheet-subtitle:hover {
18613
+ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
18548
18614
  text-decoration: none;
18549
18615
  }
18550
18616
  a.sheet-subtitle.focus, a.sheet-subtitle:focus {
@@ -18909,7 +18975,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
18909
18975
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link {
18910
18976
  color: #6b6c7e;
18911
18977
  }
18912
- .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover {
18978
+ .sidebar-light .component-navigation-bar .navbar-nav .nav-link:hover, .sidebar-light .component-navigation-bar .navbar-nav .nav-link.hover {
18913
18979
  color: #6b6c7e;
18914
18980
  }
18915
18981
  .sidebar-light .component-navigation-bar .navbar-nav .nav-link:active {
@@ -18976,7 +19042,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
18976
19042
  transition: none;
18977
19043
  }
18978
19044
  }
18979
- .sidebar-dark .nav-nested .nav-link:hover {
19045
+ .sidebar-dark .nav-nested .nav-link:hover, .sidebar-dark .nav-nested .nav-link.hover {
18980
19046
  color: #fff;
18981
19047
  }
18982
19048
  .sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
@@ -19034,7 +19100,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus {
19034
19100
  transition: none;
19035
19101
  }
19036
19102
  }
19037
- .sidebar-dark-l2 .nav-nested .nav-link:hover {
19103
+ .sidebar-dark-l2 .nav-nested .nav-link:hover, .sidebar-dark-l2 .nav-nested .nav-link.hover {
19038
19104
  color: #fff;
19039
19105
  }
19040
19106
  .sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
@@ -19245,7 +19311,7 @@ caption {
19245
19311
  transition: none;
19246
19312
  }
19247
19313
  }
19248
- .table thead th [href]:hover {
19314
+ .table thead th [href]:hover, .table thead th [href].hover {
19249
19315
  color: #272833;
19250
19316
  }
19251
19317
  .table thead th [href].focus, .table thead th [href]:focus {
@@ -19657,8 +19723,9 @@ caption {
19657
19723
  transition: none;
19658
19724
  }
19659
19725
  }
19660
- .table-title[href]:hover,
19661
- .table-title [href]:hover {
19726
+ .table-title[href]:hover, .table-title[href].hover,
19727
+ .table-title [href]:hover,
19728
+ .table-title [href].hover {
19662
19729
  color: #272833;
19663
19730
  }
19664
19731
  .table-title[href].focus, .table-title[href]:focus,
@@ -19679,7 +19746,7 @@ caption {
19679
19746
  transition: none;
19680
19747
  }
19681
19748
  }
19682
- .table-link:hover {
19749
+ .table-link:hover, .table-link.hover {
19683
19750
  color: #272833;
19684
19751
  }
19685
19752
  .table-link.focus, .table-link:focus {
@@ -19703,7 +19770,7 @@ caption {
19703
19770
  transition: none;
19704
19771
  }
19705
19772
  }
19706
- .table-action-link:hover {
19773
+ .table-action-link:hover, .table-action-link.hover {
19707
19774
  text-decoration: none;
19708
19775
  background-color: rgba(0, 0, 0, 0.02);
19709
19776
  color: #272833;
@@ -19999,8 +20066,9 @@ caption {
19999
20066
  transition: none;
20000
20067
  }
20001
20068
  }
20002
- .table-list-title[href]:hover,
20003
- .table-list-title [href]:hover {
20069
+ .table-list-title[href]:hover, .table-list-title[href].hover,
20070
+ .table-list-title [href]:hover,
20071
+ .table-list-title [href].hover {
20004
20072
  color: #272833;
20005
20073
  }
20006
20074
  .table-list-title[href].focus, .table-list-title[href]:focus,
@@ -20021,7 +20089,7 @@ caption {
20021
20089
  transition: none;
20022
20090
  }
20023
20091
  }
20024
- .table-list-link:hover {
20092
+ .table-list-link:hover, .table-list-link.hover {
20025
20093
  color: #272833;
20026
20094
  }
20027
20095
  .table-list-link.focus, .table-list-link:focus {
@@ -20044,7 +20112,7 @@ caption {
20044
20112
  transition: none;
20045
20113
  }
20046
20114
  }
20047
- .table-list-action-link:hover {
20115
+ .table-list-action-link:hover, .table-list-action-link.hover {
20048
20116
  text-decoration: none;
20049
20117
  background-color: rgba(0, 0, 0, 0.02);
20050
20118
  color: #272833;
@@ -20488,7 +20556,7 @@ caption {
20488
20556
  color: #0b5fff;
20489
20557
  font-weight: 600;
20490
20558
  }
20491
- .subnav-tbar .component-link:hover {
20559
+ .subnav-tbar .component-link:hover, .subnav-tbar .component-link.hover {
20492
20560
  color: #004ad7;
20493
20561
  }
20494
20562
  .subnav-tbar .component-link:disabled, .subnav-tbar .component-link.disabled {
@@ -20585,7 +20653,7 @@ caption {
20585
20653
  .subnav-tbar-primary .component-link {
20586
20654
  color: #272833;
20587
20655
  }
20588
- .subnav-tbar-primary .component-link:hover {
20656
+ .subnav-tbar-primary .component-link:hover, .subnav-tbar-primary .component-link.hover {
20589
20657
  color: #272833;
20590
20658
  }
20591
20659
  .subnav-tbar-primary .component-link:disabled, .subnav-tbar-primary .component-link.disabled {
@@ -21807,7 +21875,7 @@ caption {
21807
21875
  -webkit-user-select: none;
21808
21876
  user-select: none;
21809
21877
  }
21810
- .treeview-link:hover {
21878
+ .treeview-link:hover, .treeview-link.hover {
21811
21879
  text-decoration: none;
21812
21880
  }
21813
21881
  .treeview-link.focus, .treeview-link:focus {
@@ -21875,7 +21943,7 @@ caption {
21875
21943
  .treeview-light .treeview-link {
21876
21944
  color: #6b6c7e;
21877
21945
  }
21878
- .treeview-light .treeview-link:hover {
21946
+ .treeview-light .treeview-link:hover, .treeview-light .treeview-link.hover {
21879
21947
  background-color: #f7f8f9;
21880
21948
  color: #272833;
21881
21949
  }
@@ -21891,7 +21959,7 @@ caption {
21891
21959
  background-color: transparent;
21892
21960
  color: rgba(107, 108, 126, 0.5);
21893
21961
  }
21894
- .treeview-light .treeview-link.treeview-no-hover:hover {
21962
+ .treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
21895
21963
  background-color: transparent;
21896
21964
  color: #6b6c7e;
21897
21965
  }
@@ -21908,7 +21976,7 @@ caption {
21908
21976
  .treeview-dark .treeview-link {
21909
21977
  color: #a7a9bc;
21910
21978
  }
21911
- .treeview-dark .treeview-link:hover {
21979
+ .treeview-dark .treeview-link:hover, .treeview-dark .treeview-link.hover {
21912
21980
  background-color: rgba(255, 255, 255, 0.04);
21913
21981
  }
21914
21982
  .treeview-dark .treeview-link.active {
@@ -21919,7 +21987,7 @@ caption {
21919
21987
  background-color: transparent;
21920
21988
  color: rgba(167, 169, 188, 0.5);
21921
21989
  }
21922
- .treeview-dark .treeview-link.treeview-no-hover:hover {
21990
+ .treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
21923
21991
  background-color: transparent;
21924
21992
  color: #a7a9bc;
21925
21993
  }
@@ -32335,10 +32403,12 @@ a.text-dark:hover, a.text-dark:focus {
32335
32403
  text-shadow: none;
32336
32404
  }
32337
32405
 
32338
- .text-decoration-none {
32406
+ .text-none, .text-decoration-none {
32339
32407
  text-decoration: none !important;
32340
32408
  }
32341
-
32409
+ .text-underline, .text-decoration-underline {
32410
+ text-decoration: underline !important;
32411
+ }
32342
32412
  .text-break {
32343
32413
  overflow-wrap: break-word !important;
32344
32414
  word-wrap: break-word !important;