@clayui/css 3.83.1 → 3.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/css/atlas.css +96 -79
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +38 -34
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +85 -77
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_sidebar.scss +4 -0
- package/src/scss/mixins/_links.scss +1 -0
- package/src/scss/mixins/_sidebar.scss +16 -2
- package/src/scss/variables/_sidebar.scss +1 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.84.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -3408,7 +3408,8 @@ input[type=button].btn-block {
|
|
|
3408
3408
|
.alert-link.btn-unstyled:hover {
|
|
3409
3409
|
text-decoration: none;
|
|
3410
3410
|
}
|
|
3411
|
-
.alert-link:focus,
|
|
3411
|
+
.alert-link.focus, .alert-link:focus,
|
|
3412
|
+
.alert-link.btn-unstyled.focus,
|
|
3412
3413
|
.alert-link.btn-unstyled:focus {
|
|
3413
3414
|
text-decoration: none;
|
|
3414
3415
|
}
|
|
@@ -4058,7 +4059,7 @@ input[type=button].btn-block {
|
|
|
4058
4059
|
.badge[href]:hover, .badge[type]:hover {
|
|
4059
4060
|
text-decoration: none;
|
|
4060
4061
|
}
|
|
4061
|
-
.badge[href]:focus, .badge[type]:focus {
|
|
4062
|
+
.badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
|
|
4062
4063
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
4063
4064
|
outline: 0;
|
|
4064
4065
|
}
|
|
@@ -4069,7 +4070,7 @@ input[type=button].btn-block {
|
|
|
4069
4070
|
.badge a:hover {
|
|
4070
4071
|
text-decoration: none;
|
|
4071
4072
|
}
|
|
4072
|
-
.badge a:focus {
|
|
4073
|
+
.badge a.focus, .badge a:focus {
|
|
4073
4074
|
text-decoration: none;
|
|
4074
4075
|
}
|
|
4075
4076
|
.badge > .c-inner {
|
|
@@ -4184,7 +4185,7 @@ input[type=button].btn-block {
|
|
|
4184
4185
|
background-color: #0b5fff;
|
|
4185
4186
|
color: #fff;
|
|
4186
4187
|
}
|
|
4187
|
-
[href].badge-primary:focus, [type].badge-primary:focus {
|
|
4188
|
+
[href].focus.badge-primary, [href].badge-primary:focus, [type].focus.badge-primary, [type].badge-primary:focus {
|
|
4188
4189
|
background-color: #0b5fff;
|
|
4189
4190
|
box-shadow: 0 0 0 0.2rem rgba(11, 95, 255, 0.5);
|
|
4190
4191
|
color: #fff;
|
|
@@ -4197,7 +4198,7 @@ input[type=button].btn-block {
|
|
|
4197
4198
|
background-color: #e7e7ed;
|
|
4198
4199
|
color: #272833;
|
|
4199
4200
|
}
|
|
4200
|
-
[href].badge-secondary:focus, [type].badge-secondary:focus {
|
|
4201
|
+
[href].focus.badge-secondary, [href].badge-secondary:focus, [type].focus.badge-secondary, [type].badge-secondary:focus {
|
|
4201
4202
|
background-color: #e7e7ed;
|
|
4202
4203
|
color: #272833;
|
|
4203
4204
|
box-shadow: 0 0 0 0.2rem rgba(231, 231, 237, 0.5);
|
|
@@ -4213,7 +4214,7 @@ input[type=button].btn-block {
|
|
|
4213
4214
|
background-color: #287d3c;
|
|
4214
4215
|
color: #fff;
|
|
4215
4216
|
}
|
|
4216
|
-
[href].badge-success:focus, [type].badge-success:focus {
|
|
4217
|
+
[href].focus.badge-success, [href].badge-success:focus, [type].focus.badge-success, [type].badge-success:focus {
|
|
4217
4218
|
background-color: #287d3c;
|
|
4218
4219
|
color: #fff;
|
|
4219
4220
|
box-shadow: 0 0 0 0.2rem rgba(40, 125, 60, 0.5);
|
|
@@ -4226,7 +4227,7 @@ input[type=button].btn-block {
|
|
|
4226
4227
|
background-color: #2e5aac;
|
|
4227
4228
|
color: #fff;
|
|
4228
4229
|
}
|
|
4229
|
-
[href].badge-info:focus, [type].badge-info:focus {
|
|
4230
|
+
[href].focus.badge-info, [href].badge-info:focus, [type].focus.badge-info, [type].badge-info:focus {
|
|
4230
4231
|
background-color: #2e5aac;
|
|
4231
4232
|
color: #fff;
|
|
4232
4233
|
box-shadow: 0 0 0 0.2rem rgba(46, 90, 172, 0.5);
|
|
@@ -4239,7 +4240,7 @@ input[type=button].btn-block {
|
|
|
4239
4240
|
background-color: #b95000;
|
|
4240
4241
|
color: #fff;
|
|
4241
4242
|
}
|
|
4242
|
-
[href].badge-warning:focus, [type].badge-warning:focus {
|
|
4243
|
+
[href].focus.badge-warning, [href].badge-warning:focus, [type].focus.badge-warning, [type].badge-warning:focus {
|
|
4243
4244
|
background-color: #b95000;
|
|
4244
4245
|
color: #fff;
|
|
4245
4246
|
box-shadow: 0 0 0 0.2rem rgba(185, 80, 0, 0.5);
|
|
@@ -4252,7 +4253,7 @@ input[type=button].btn-block {
|
|
|
4252
4253
|
background-color: #da1414;
|
|
4253
4254
|
color: #fff;
|
|
4254
4255
|
}
|
|
4255
|
-
[href].badge-danger:focus, [type].badge-danger:focus {
|
|
4256
|
+
[href].focus.badge-danger, [href].badge-danger:focus, [type].focus.badge-danger, [type].badge-danger:focus {
|
|
4256
4257
|
background-color: #da1414;
|
|
4257
4258
|
color: #fff;
|
|
4258
4259
|
box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.5);
|
|
@@ -4265,7 +4266,7 @@ input[type=button].btn-block {
|
|
|
4265
4266
|
background-color: #f1f2f5;
|
|
4266
4267
|
color: #272833;
|
|
4267
4268
|
}
|
|
4268
|
-
[href].badge-light:focus, [type].badge-light:focus {
|
|
4269
|
+
[href].focus.badge-light, [href].badge-light:focus, [type].focus.badge-light, [type].badge-light:focus {
|
|
4269
4270
|
background-color: #f1f2f5;
|
|
4270
4271
|
color: #272833;
|
|
4271
4272
|
box-shadow: 0 0 0 0.2rem rgba(241, 242, 245, 0.5);
|
|
@@ -4281,7 +4282,7 @@ input[type=button].btn-block {
|
|
|
4281
4282
|
background-color: #272833;
|
|
4282
4283
|
color: #fff;
|
|
4283
4284
|
}
|
|
4284
|
-
[href].badge-dark:focus, [type].badge-dark:focus {
|
|
4285
|
+
[href].focus.badge-dark, [href].badge-dark:focus, [type].focus.badge-dark, [type].badge-dark:focus {
|
|
4285
4286
|
background-color: #272833;
|
|
4286
4287
|
color: #fff;
|
|
4287
4288
|
box-shadow: 0 0 0 0.2rem rgba(39, 40, 51, 0.5);
|
|
@@ -4313,7 +4314,7 @@ input[type=button].btn-block {
|
|
|
4313
4314
|
color: #6b6c7e;
|
|
4314
4315
|
text-decoration: underline;
|
|
4315
4316
|
}
|
|
4316
|
-
.breadcrumb-link:focus {
|
|
4317
|
+
.breadcrumb-link.focus, .breadcrumb-link:focus {
|
|
4317
4318
|
color: #6b6c7e;
|
|
4318
4319
|
text-decoration: underline;
|
|
4319
4320
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
@@ -4618,7 +4619,7 @@ input[type=button].btn-block {
|
|
|
4618
4619
|
.label[href]:hover, .label[type]:hover, .label[tabindex]:hover {
|
|
4619
4620
|
text-decoration: underline;
|
|
4620
4621
|
}
|
|
4621
|
-
.label[href]:focus, .label[type]:focus, .label[tabindex]:focus {
|
|
4622
|
+
.label[href].focus, .label[href]:focus, .label[type].focus, .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus {
|
|
4622
4623
|
text-decoration: underline;
|
|
4623
4624
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
4624
4625
|
}
|
|
@@ -4633,7 +4634,8 @@ input[type=button].btn-block {
|
|
|
4633
4634
|
color: inherit;
|
|
4634
4635
|
text-decoration: underline;
|
|
4635
4636
|
}
|
|
4636
|
-
.label a:focus,
|
|
4637
|
+
.label a.focus, .label a:focus,
|
|
4638
|
+
.label .btn-unstyled.focus,
|
|
4637
4639
|
.label .btn-unstyled:focus {
|
|
4638
4640
|
color: inherit;
|
|
4639
4641
|
text-decoration: underline;
|
|
@@ -4787,7 +4789,7 @@ input[type=button].btn-block {
|
|
|
4787
4789
|
border-color: #80acff;
|
|
4788
4790
|
color: #004ad7;
|
|
4789
4791
|
}
|
|
4790
|
-
[href].label-primary:focus, [type].label-primary:focus, [tabindex].label-primary:focus {
|
|
4792
|
+
[href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
|
|
4791
4793
|
color: #004ad7;
|
|
4792
4794
|
}
|
|
4793
4795
|
.label-primary a:hover,
|
|
@@ -4809,7 +4811,7 @@ input[type=button].btn-block {
|
|
|
4809
4811
|
border-color: #cdced9;
|
|
4810
4812
|
color: #272833;
|
|
4811
4813
|
}
|
|
4812
|
-
[href].label-secondary:focus, [type].label-secondary:focus, [tabindex].label-secondary:focus {
|
|
4814
|
+
[href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
|
|
4813
4815
|
color: #272833;
|
|
4814
4816
|
}
|
|
4815
4817
|
.label-secondary a:hover,
|
|
@@ -4831,7 +4833,7 @@ input[type=button].btn-block {
|
|
|
4831
4833
|
border-color: #5aca75;
|
|
4832
4834
|
color: #1c5629;
|
|
4833
4835
|
}
|
|
4834
|
-
[href].label-success:focus, [type].label-success:focus, [tabindex].label-success:focus {
|
|
4836
|
+
[href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
|
|
4835
4837
|
color: #1c5629;
|
|
4836
4838
|
}
|
|
4837
4839
|
.label-success a:hover,
|
|
@@ -4853,7 +4855,7 @@ input[type=button].btn-block {
|
|
|
4853
4855
|
border-color: #89a7e0;
|
|
4854
4856
|
color: #234584;
|
|
4855
4857
|
}
|
|
4856
|
-
[href].label-info:focus, [type].label-info:focus, [tabindex].label-info:focus {
|
|
4858
|
+
[href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
|
|
4857
4859
|
color: #234584;
|
|
4858
4860
|
}
|
|
4859
4861
|
.label-info a:hover,
|
|
@@ -4875,7 +4877,7 @@ input[type=button].btn-block {
|
|
|
4875
4877
|
border-color: #ff8f39;
|
|
4876
4878
|
color: #863a00;
|
|
4877
4879
|
}
|
|
4878
|
-
[href].label-warning:focus, [type].label-warning:focus, [tabindex].label-warning:focus {
|
|
4880
|
+
[href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
|
|
4879
4881
|
color: #863a00;
|
|
4880
4882
|
}
|
|
4881
4883
|
.label-warning a:hover,
|
|
@@ -4897,7 +4899,7 @@ input[type=button].btn-block {
|
|
|
4897
4899
|
border-color: #f48989;
|
|
4898
4900
|
color: #ab1010;
|
|
4899
4901
|
}
|
|
4900
|
-
[href].label-danger:focus, [type].label-danger:focus, [tabindex].label-danger:focus {
|
|
4902
|
+
[href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
|
|
4901
4903
|
color: #ab1010;
|
|
4902
4904
|
}
|
|
4903
4905
|
.label-danger a:hover,
|
|
@@ -4919,7 +4921,7 @@ input[type=button].btn-block {
|
|
|
4919
4921
|
border-color: #272833;
|
|
4920
4922
|
color: #393a4a;
|
|
4921
4923
|
}
|
|
4922
|
-
[href].label-dark:focus, [type].label-dark:focus, [tabindex].label-dark:focus {
|
|
4924
|
+
[href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
|
|
4923
4925
|
color: #393a4a;
|
|
4924
4926
|
}
|
|
4925
4927
|
.label-dark a:hover,
|
|
@@ -4941,7 +4943,7 @@ input[type=button].btn-block {
|
|
|
4941
4943
|
border-color: #f1f2f5;
|
|
4942
4944
|
color: #d3d6e0;
|
|
4943
4945
|
}
|
|
4944
|
-
[href].label-light:focus, [type].label-light:focus, [tabindex].label-light:focus {
|
|
4946
|
+
[href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
|
|
4945
4947
|
color: #d3d6e0;
|
|
4946
4948
|
}
|
|
4947
4949
|
.label-light a:hover,
|
|
@@ -6836,7 +6838,7 @@ input[type=button].btn-block {
|
|
|
6836
6838
|
color: inherit;
|
|
6837
6839
|
text-decoration: inherit;
|
|
6838
6840
|
}
|
|
6839
|
-
.dropdown-item-indicator-text-start:focus {
|
|
6841
|
+
.dropdown-item-indicator-text-start.focus, .dropdown-item-indicator-text-start:focus {
|
|
6840
6842
|
color: inherit;
|
|
6841
6843
|
text-decoration: inherit;
|
|
6842
6844
|
}
|
|
@@ -6891,7 +6893,7 @@ input[type=button].btn-block {
|
|
|
6891
6893
|
color: inherit;
|
|
6892
6894
|
text-decoration: inherit;
|
|
6893
6895
|
}
|
|
6894
|
-
.dropdown-item-indicator-text-end:focus {
|
|
6896
|
+
.dropdown-item-indicator-text-end.focus, .dropdown-item-indicator-text-end:focus {
|
|
6895
6897
|
color: inherit;
|
|
6896
6898
|
text-decoration: inherit;
|
|
6897
6899
|
}
|
|
@@ -8107,7 +8109,7 @@ textarea.form-control-lg,
|
|
|
8107
8109
|
.component-link:hover {
|
|
8108
8110
|
color: #484955;
|
|
8109
8111
|
}
|
|
8110
|
-
.component-link:focus {
|
|
8112
|
+
.component-link.focus, .component-link:focus {
|
|
8111
8113
|
color: #484955;
|
|
8112
8114
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
8113
8115
|
outline: 0;
|
|
@@ -8129,7 +8131,7 @@ textarea.form-control-lg,
|
|
|
8129
8131
|
.link-primary:hover {
|
|
8130
8132
|
color: #0041be;
|
|
8131
8133
|
}
|
|
8132
|
-
.link-primary:focus {
|
|
8134
|
+
.link-primary.focus, .link-primary:focus {
|
|
8133
8135
|
color: #0041be;
|
|
8134
8136
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
8135
8137
|
outline: 0;
|
|
@@ -8147,7 +8149,7 @@ textarea.form-control-lg,
|
|
|
8147
8149
|
.link-secondary:hover {
|
|
8148
8150
|
color: #272833;
|
|
8149
8151
|
}
|
|
8150
|
-
.link-secondary:focus {
|
|
8152
|
+
.link-secondary.focus, .link-secondary:focus {
|
|
8151
8153
|
color: #272833;
|
|
8152
8154
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
8153
8155
|
outline: 0;
|
|
@@ -8183,7 +8185,7 @@ button.link-outline {
|
|
|
8183
8185
|
.link-outline:hover {
|
|
8184
8186
|
text-decoration: none;
|
|
8185
8187
|
}
|
|
8186
|
-
.link-outline:focus {
|
|
8188
|
+
.link-outline.focus, .link-outline:focus {
|
|
8187
8189
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
8188
8190
|
outline: 0;
|
|
8189
8191
|
}
|
|
@@ -8211,7 +8213,7 @@ button.link-outline {
|
|
|
8211
8213
|
background-color: #f0f5ff;
|
|
8212
8214
|
color: #0b5fff;
|
|
8213
8215
|
}
|
|
8214
|
-
.link-outline-primary:focus {
|
|
8216
|
+
.link-outline-primary.focus, .link-outline-primary:focus {
|
|
8215
8217
|
background-color: #f0f5ff;
|
|
8216
8218
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
8217
8219
|
color: #0b5fff;
|
|
@@ -8243,7 +8245,7 @@ button.link-outline {
|
|
|
8243
8245
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8244
8246
|
color: #272833;
|
|
8245
8247
|
}
|
|
8246
|
-
.link-outline-secondary:focus {
|
|
8248
|
+
.link-outline-secondary.focus, .link-outline-secondary:focus {
|
|
8247
8249
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8248
8250
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
8249
8251
|
color: #272833;
|
|
@@ -8317,7 +8319,8 @@ button.link-outline {
|
|
|
8317
8319
|
.component-title [href]:hover {
|
|
8318
8320
|
color: #060608;
|
|
8319
8321
|
}
|
|
8320
|
-
.component-title[href]:focus,
|
|
8322
|
+
.component-title[href].focus, .component-title[href]:focus,
|
|
8323
|
+
.component-title [href].focus,
|
|
8321
8324
|
.component-title [href]:focus {
|
|
8322
8325
|
color: #060608;
|
|
8323
8326
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
@@ -8345,7 +8348,8 @@ button.link-outline {
|
|
|
8345
8348
|
.component-subtitle [href]:hover {
|
|
8346
8349
|
color: #272833;
|
|
8347
8350
|
}
|
|
8348
|
-
.component-subtitle[href]:focus,
|
|
8351
|
+
.component-subtitle[href].focus, .component-subtitle[href]:focus,
|
|
8352
|
+
.component-subtitle [href].focus,
|
|
8349
8353
|
.component-subtitle [href]:focus {
|
|
8350
8354
|
color: #272833;
|
|
8351
8355
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
@@ -8377,7 +8381,7 @@ button.link-outline {
|
|
|
8377
8381
|
background-color: rgba(39, 40, 51, 0.03);
|
|
8378
8382
|
color: #272833;
|
|
8379
8383
|
}
|
|
8380
|
-
.component-action:focus {
|
|
8384
|
+
.component-action.focus, .component-action:focus {
|
|
8381
8385
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
8382
8386
|
outline: 0;
|
|
8383
8387
|
background-color: rgba(39, 40, 51, 0.03);
|
|
@@ -11201,7 +11205,8 @@ label.custom-control-label {
|
|
|
11201
11205
|
.list-group-title [href]:hover {
|
|
11202
11206
|
color: #272833;
|
|
11203
11207
|
}
|
|
11204
|
-
.list-group-title[href]:focus,
|
|
11208
|
+
.list-group-title[href].focus, .list-group-title[href]:focus,
|
|
11209
|
+
.list-group-title [href].focus,
|
|
11205
11210
|
.list-group-title [href]:focus {
|
|
11206
11211
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
11207
11212
|
outline: 0;
|
|
@@ -11228,7 +11233,8 @@ label.custom-control-label {
|
|
|
11228
11233
|
.list-group-subtitle [href]:hover {
|
|
11229
11234
|
color: #272833;
|
|
11230
11235
|
}
|
|
11231
|
-
.list-group-subtitle[href]:focus,
|
|
11236
|
+
.list-group-subtitle[href].focus, .list-group-subtitle[href]:focus,
|
|
11237
|
+
.list-group-subtitle [href].focus,
|
|
11232
11238
|
.list-group-subtitle [href]:focus {
|
|
11233
11239
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
11234
11240
|
outline: 0;
|
|
@@ -11256,7 +11262,8 @@ label.custom-control-label {
|
|
|
11256
11262
|
.list-group-text [href]:hover {
|
|
11257
11263
|
color: #272833;
|
|
11258
11264
|
}
|
|
11259
|
-
.list-group-text[href]:focus,
|
|
11265
|
+
.list-group-text[href].focus, .list-group-text[href]:focus,
|
|
11266
|
+
.list-group-text [href].focus,
|
|
11260
11267
|
.list-group-text [href]:focus {
|
|
11261
11268
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
11262
11269
|
outline: 0;
|
|
@@ -11284,7 +11291,8 @@ label.custom-control-label {
|
|
|
11284
11291
|
.list-group-subtext [href]:hover {
|
|
11285
11292
|
color: #272833;
|
|
11286
11293
|
}
|
|
11287
|
-
.list-group-subtext[href]:focus,
|
|
11294
|
+
.list-group-subtext[href].focus, .list-group-subtext[href]:focus,
|
|
11295
|
+
.list-group-subtext [href].focus,
|
|
11288
11296
|
.list-group-subtext [href]:focus {
|
|
11289
11297
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
11290
11298
|
outline: 0;
|
|
@@ -12371,7 +12379,7 @@ label.custom-control-label {
|
|
|
12371
12379
|
.nav-link:hover {
|
|
12372
12380
|
text-decoration: none;
|
|
12373
12381
|
}
|
|
12374
|
-
.nav-link:focus {
|
|
12382
|
+
.nav-link.focus, .nav-link:focus {
|
|
12375
12383
|
text-decoration: none;
|
|
12376
12384
|
z-index: 1;
|
|
12377
12385
|
}
|
|
@@ -12704,7 +12712,7 @@ label.custom-control-label {
|
|
|
12704
12712
|
.nav-tabs .nav-link:hover {
|
|
12705
12713
|
border-color: transparent;
|
|
12706
12714
|
}
|
|
12707
|
-
.nav-tabs .nav-link:focus {
|
|
12715
|
+
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
|
|
12708
12716
|
border-color: transparent;
|
|
12709
12717
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
12710
12718
|
outline: 0;
|
|
@@ -12803,7 +12811,7 @@ label.custom-control-label {
|
|
|
12803
12811
|
right: 0;
|
|
12804
12812
|
width: auto;
|
|
12805
12813
|
}
|
|
12806
|
-
.nav-underline .nav-link:focus {
|
|
12814
|
+
.nav-underline .nav-link.focus, .nav-underline .nav-link:focus {
|
|
12807
12815
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
12808
12816
|
outline: 0;
|
|
12809
12817
|
}
|
|
@@ -12959,7 +12967,7 @@ label.custom-control-label {
|
|
|
12959
12967
|
color: #272833;
|
|
12960
12968
|
background-color: rgba(11, 95, 255, 0.04);
|
|
12961
12969
|
}
|
|
12962
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
12970
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
12963
12971
|
background-color: rgba(11, 95, 255, 0.04);
|
|
12964
12972
|
box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
12965
12973
|
color: #272833;
|
|
@@ -12990,7 +12998,7 @@ label.custom-control-label {
|
|
|
12990
12998
|
background-color: rgba(11, 95, 255, 0.04);
|
|
12991
12999
|
color: #1c1d25;
|
|
12992
13000
|
}
|
|
12993
|
-
.menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
13001
|
+
.menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
12994
13002
|
background-color: rgba(11, 95, 255, 0.04);
|
|
12995
13003
|
}
|
|
12996
13004
|
.menubar-vertical-expand-md.menubar-transparent .nav-link.active {
|
|
@@ -13157,7 +13165,7 @@ label.custom-control-label {
|
|
|
13157
13165
|
color: #272833;
|
|
13158
13166
|
background-color: rgba(11, 95, 255, 0.04);
|
|
13159
13167
|
}
|
|
13160
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13168
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13161
13169
|
background-color: rgba(11, 95, 255, 0.04);
|
|
13162
13170
|
box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
13163
13171
|
color: #272833;
|
|
@@ -13188,7 +13196,7 @@ label.custom-control-label {
|
|
|
13188
13196
|
background-color: rgba(11, 95, 255, 0.04);
|
|
13189
13197
|
color: #1c1d25;
|
|
13190
13198
|
}
|
|
13191
|
-
.menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13199
|
+
.menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
13192
13200
|
background-color: rgba(11, 95, 255, 0.04);
|
|
13193
13201
|
}
|
|
13194
13202
|
.menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
|
|
@@ -15199,7 +15207,7 @@ label.custom-control-label {
|
|
|
15199
15207
|
transition: none;
|
|
15200
15208
|
}
|
|
15201
15209
|
}
|
|
15202
|
-
.application-bar .navbar-nav .nav-link:focus {
|
|
15210
|
+
.application-bar .navbar-nav .nav-link.focus, .application-bar .navbar-nav .nav-link:focus {
|
|
15203
15211
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
15204
15212
|
}
|
|
15205
15213
|
.application-bar .navbar-nav .nav-link:disabled, .application-bar .navbar-nav .nav-link.disabled {
|
|
@@ -15215,7 +15223,7 @@ label.custom-control-label {
|
|
|
15215
15223
|
transition: none;
|
|
15216
15224
|
}
|
|
15217
15225
|
}
|
|
15218
|
-
.application-bar .navbar-brand:focus {
|
|
15226
|
+
.application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus {
|
|
15219
15227
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
15220
15228
|
}
|
|
15221
15229
|
.application-bar .navbar-brand:disabled, .application-bar .navbar-brand.disabled {
|
|
@@ -15241,7 +15249,7 @@ label.custom-control-label {
|
|
|
15241
15249
|
color: #fff;
|
|
15242
15250
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15243
15251
|
}
|
|
15244
|
-
.application-bar-dark .navbar-nav .nav-link:focus {
|
|
15252
|
+
.application-bar-dark .navbar-nav .nav-link.focus, .application-bar-dark .navbar-nav .nav-link:focus {
|
|
15245
15253
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15246
15254
|
}
|
|
15247
15255
|
.application-bar-dark .navbar-nav .nav-link:active {
|
|
@@ -15267,7 +15275,7 @@ label.custom-control-label {
|
|
|
15267
15275
|
.application-bar-dark .navbar-brand {
|
|
15268
15276
|
font-weight: 600;
|
|
15269
15277
|
}
|
|
15270
|
-
.application-bar-dark .navbar-brand:focus {
|
|
15278
|
+
.application-bar-dark .navbar-brand.focus, .application-bar-dark .navbar-brand:focus {
|
|
15271
15279
|
background-color: rgba(255, 255, 255, 0.03);
|
|
15272
15280
|
}
|
|
15273
15281
|
.application-bar-dark .navbar-brand:active {
|
|
@@ -16378,7 +16386,7 @@ label.custom-control-label {
|
|
|
16378
16386
|
transition: none;
|
|
16379
16387
|
}
|
|
16380
16388
|
}
|
|
16381
|
-
.management-bar .navbar-nav .nav-link:focus {
|
|
16389
|
+
.management-bar .navbar-nav .nav-link.focus, .management-bar .navbar-nav .nav-link:focus {
|
|
16382
16390
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
16383
16391
|
}
|
|
16384
16392
|
.management-bar .navbar-nav .nav-link:disabled, .management-bar .navbar-nav .nav-link.disabled {
|
|
@@ -16394,7 +16402,7 @@ label.custom-control-label {
|
|
|
16394
16402
|
transition: none;
|
|
16395
16403
|
}
|
|
16396
16404
|
}
|
|
16397
|
-
.management-bar .navbar-brand:focus {
|
|
16405
|
+
.management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus {
|
|
16398
16406
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
16399
16407
|
}
|
|
16400
16408
|
.management-bar .navbar-brand:disabled, .management-bar .navbar-brand.disabled {
|
|
@@ -16416,7 +16424,7 @@ label.custom-control-label {
|
|
|
16416
16424
|
color: #272833;
|
|
16417
16425
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16418
16426
|
}
|
|
16419
|
-
.management-bar-light .navbar-nav .nav-link:focus {
|
|
16427
|
+
.management-bar-light .navbar-nav .nav-link.focus, .management-bar-light .navbar-nav .nav-link:focus {
|
|
16420
16428
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16421
16429
|
color: #272833;
|
|
16422
16430
|
}
|
|
@@ -16443,7 +16451,7 @@ label.custom-control-label {
|
|
|
16443
16451
|
.management-bar-light .navbar-brand {
|
|
16444
16452
|
font-weight: 600;
|
|
16445
16453
|
}
|
|
16446
|
-
.management-bar-light .navbar-brand:focus {
|
|
16454
|
+
.management-bar-light .navbar-brand.focus, .management-bar-light .navbar-brand:focus {
|
|
16447
16455
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16448
16456
|
color: #272833;
|
|
16449
16457
|
}
|
|
@@ -16485,7 +16493,7 @@ label.custom-control-label {
|
|
|
16485
16493
|
color: #272833;
|
|
16486
16494
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16487
16495
|
}
|
|
16488
|
-
.management-bar-primary .navbar-nav .nav-link:focus {
|
|
16496
|
+
.management-bar-primary .navbar-nav .nav-link.focus, .management-bar-primary .navbar-nav .nav-link:focus {
|
|
16489
16497
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16490
16498
|
color: #272833;
|
|
16491
16499
|
}
|
|
@@ -16513,7 +16521,7 @@ label.custom-control-label {
|
|
|
16513
16521
|
border-radius: 0.25rem;
|
|
16514
16522
|
font-weight: 600;
|
|
16515
16523
|
}
|
|
16516
|
-
.management-bar-primary .navbar-brand:focus {
|
|
16524
|
+
.management-bar-primary .navbar-brand.focus, .management-bar-primary .navbar-brand:focus {
|
|
16517
16525
|
background-color: rgba(39, 40, 51, 0.03);
|
|
16518
16526
|
color: #272833;
|
|
16519
16527
|
}
|
|
@@ -16975,7 +16983,7 @@ label.custom-control-label {
|
|
|
16975
16983
|
border-radius: 0px;
|
|
16976
16984
|
outline: 0;
|
|
16977
16985
|
}
|
|
16978
|
-
.navigation-bar .navbar-nav .nav-link:focus {
|
|
16986
|
+
.navigation-bar .navbar-nav .nav-link.focus, .navigation-bar .navbar-nav .nav-link:focus {
|
|
16979
16987
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
16980
16988
|
}
|
|
16981
16989
|
.navigation-bar .navbar-nav .nav-link:disabled, .navigation-bar .navbar-nav .nav-link.disabled {
|
|
@@ -16985,7 +16993,7 @@ label.custom-control-label {
|
|
|
16985
16993
|
border-radius: 0px;
|
|
16986
16994
|
outline: 0;
|
|
16987
16995
|
}
|
|
16988
|
-
.navigation-bar .navbar-brand:focus {
|
|
16996
|
+
.navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus {
|
|
16989
16997
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
16990
16998
|
}
|
|
16991
16999
|
.navigation-bar .navbar-brand:disabled, .navigation-bar .navbar-brand.disabled {
|
|
@@ -17002,7 +17010,7 @@ label.custom-control-label {
|
|
|
17002
17010
|
.navigation-bar-light .navbar-nav .nav-link:hover {
|
|
17003
17011
|
color: #272833;
|
|
17004
17012
|
}
|
|
17005
|
-
.navigation-bar-light .navbar-nav .nav-link:focus {
|
|
17013
|
+
.navigation-bar-light .navbar-nav .nav-link.focus, .navigation-bar-light .navbar-nav .nav-link:focus {
|
|
17006
17014
|
color: #272833;
|
|
17007
17015
|
}
|
|
17008
17016
|
.navigation-bar-light .navbar-nav .nav-link:active {
|
|
@@ -17024,7 +17032,7 @@ label.custom-control-label {
|
|
|
17024
17032
|
.navigation-bar-light .navbar-brand {
|
|
17025
17033
|
font-weight: 600;
|
|
17026
17034
|
}
|
|
17027
|
-
.navigation-bar-light .navbar-brand:focus {
|
|
17035
|
+
.navigation-bar-light .navbar-brand.focus, .navigation-bar-light .navbar-brand:focus {
|
|
17028
17036
|
color: #272833;
|
|
17029
17037
|
}
|
|
17030
17038
|
.navigation-bar-light .navbar-brand:active {
|
|
@@ -17055,7 +17063,7 @@ label.custom-control-label {
|
|
|
17055
17063
|
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
|
|
17056
17064
|
color: #272833;
|
|
17057
17065
|
}
|
|
17058
|
-
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
17066
|
+
.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 {
|
|
17059
17067
|
color: #272833;
|
|
17060
17068
|
}
|
|
17061
17069
|
.navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
@@ -17084,7 +17092,7 @@ label.custom-control-label {
|
|
|
17084
17092
|
.navigation-bar-secondary .navbar-nav .nav-link:hover {
|
|
17085
17093
|
color: #fff;
|
|
17086
17094
|
}
|
|
17087
|
-
.navigation-bar-secondary .navbar-nav .nav-link:focus {
|
|
17095
|
+
.navigation-bar-secondary .navbar-nav .nav-link.focus, .navigation-bar-secondary .navbar-nav .nav-link:focus {
|
|
17088
17096
|
color: #fff;
|
|
17089
17097
|
}
|
|
17090
17098
|
.navigation-bar-secondary .navbar-nav .nav-link:active {
|
|
@@ -17110,7 +17118,7 @@ label.custom-control-label {
|
|
|
17110
17118
|
.navigation-bar-secondary .navbar-brand:hover {
|
|
17111
17119
|
color: rgba(255, 255, 255, 0.9);
|
|
17112
17120
|
}
|
|
17113
|
-
.navigation-bar-secondary .navbar-brand:focus {
|
|
17121
|
+
.navigation-bar-secondary .navbar-brand.focus, .navigation-bar-secondary .navbar-brand:focus {
|
|
17114
17122
|
color: #fff;
|
|
17115
17123
|
}
|
|
17116
17124
|
.navigation-bar-secondary .navbar-brand:active {
|
|
@@ -17141,7 +17149,7 @@ label.custom-control-label {
|
|
|
17141
17149
|
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:hover {
|
|
17142
17150
|
color: #fff;
|
|
17143
17151
|
}
|
|
17144
|
-
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
|
|
17152
|
+
.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 {
|
|
17145
17153
|
color: #fff;
|
|
17146
17154
|
}
|
|
17147
17155
|
.navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
|
|
@@ -17215,7 +17223,7 @@ label.custom-control-label {
|
|
|
17215
17223
|
text-decoration: none;
|
|
17216
17224
|
z-index: 2;
|
|
17217
17225
|
}
|
|
17218
|
-
.page-link:focus {
|
|
17226
|
+
.page-link.focus, .page-link:focus {
|
|
17219
17227
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
17220
17228
|
outline: 0;
|
|
17221
17229
|
z-index: 4;
|
|
@@ -17334,7 +17342,8 @@ label.custom-control-label {
|
|
|
17334
17342
|
border-color: transparent;
|
|
17335
17343
|
color: #272833;
|
|
17336
17344
|
}
|
|
17337
|
-
.pagination-items-per-page > a:focus,
|
|
17345
|
+
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
|
|
17346
|
+
.pagination-items-per-page > button.focus,
|
|
17338
17347
|
.pagination-items-per-page > button:focus {
|
|
17339
17348
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
17340
17349
|
outline: 0;
|
|
@@ -17570,7 +17579,7 @@ label.custom-control-label {
|
|
|
17570
17579
|
color: inherit;
|
|
17571
17580
|
text-decoration: none;
|
|
17572
17581
|
}
|
|
17573
|
-
.panel-header-link:focus {
|
|
17582
|
+
.panel-header-link.focus, .panel-header-link:focus {
|
|
17574
17583
|
z-index: 1;
|
|
17575
17584
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
17576
17585
|
outline: 0;
|
|
@@ -17793,7 +17802,7 @@ label.custom-control-label {
|
|
|
17793
17802
|
.panel-unstyled .panel-header.panel-header-link {
|
|
17794
17803
|
border-radius: 1px;
|
|
17795
17804
|
}
|
|
17796
|
-
.panel-unstyled .panel-header.panel-header-link:focus {
|
|
17805
|
+
.panel-unstyled .panel-header.panel-header-link.focus, .panel-unstyled .panel-header.panel-header-link:focus {
|
|
17797
17806
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #80acff;
|
|
17798
17807
|
}
|
|
17799
17808
|
.panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
|
|
@@ -18538,7 +18547,7 @@ a.sheet-subtitle {
|
|
|
18538
18547
|
a.sheet-subtitle:hover {
|
|
18539
18548
|
text-decoration: none;
|
|
18540
18549
|
}
|
|
18541
|
-
a.sheet-subtitle:focus {
|
|
18550
|
+
a.sheet-subtitle.focus, a.sheet-subtitle:focus {
|
|
18542
18551
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #80acff;
|
|
18543
18552
|
outline: 0;
|
|
18544
18553
|
}
|
|
@@ -18741,6 +18750,7 @@ a.sheet-subtitle:focus {
|
|
|
18741
18750
|
}
|
|
18742
18751
|
.sidebar:focus, .sidebar.focus {
|
|
18743
18752
|
box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
18753
|
+
outline: 0;
|
|
18744
18754
|
}
|
|
18745
18755
|
.sidebar .container-fluid {
|
|
18746
18756
|
padding-left: 1rem;
|
|
@@ -18866,6 +18876,11 @@ a.sheet-subtitle:focus {
|
|
|
18866
18876
|
.sidenav-left .sidebar-light {
|
|
18867
18877
|
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1);
|
|
18868
18878
|
}
|
|
18879
|
+
.sidenav-start .sidebar-light:focus, .sidenav-start .sidebar-light.focus,
|
|
18880
|
+
.sidenav-left .sidebar-light:focus,
|
|
18881
|
+
.sidenav-left .sidebar-light.focus {
|
|
18882
|
+
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1), inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
18883
|
+
}
|
|
18869
18884
|
|
|
18870
18885
|
.sidebar-light .sidebar-list-group .list-group-title {
|
|
18871
18886
|
font-size: 1rem;
|
|
@@ -18884,7 +18899,7 @@ a.sheet-subtitle:focus {
|
|
|
18884
18899
|
.sidebar-light .sidebar-dd [href] {
|
|
18885
18900
|
color: #272833;
|
|
18886
18901
|
}
|
|
18887
|
-
.sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
18902
|
+
.sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
18888
18903
|
box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #80acff;
|
|
18889
18904
|
}
|
|
18890
18905
|
.sidebar-light .component-navigation-bar {
|
|
@@ -18964,7 +18979,7 @@ a.sheet-subtitle:focus {
|
|
|
18964
18979
|
.sidebar-dark .nav-nested .nav-link:hover {
|
|
18965
18980
|
color: #fff;
|
|
18966
18981
|
}
|
|
18967
|
-
.sidebar-dark .nav-nested .nav-link:focus {
|
|
18982
|
+
.sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
|
|
18968
18983
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
18969
18984
|
outline: 0;
|
|
18970
18985
|
}
|
|
@@ -19022,7 +19037,7 @@ a.sheet-subtitle:focus {
|
|
|
19022
19037
|
.sidebar-dark-l2 .nav-nested .nav-link:hover {
|
|
19023
19038
|
color: #fff;
|
|
19024
19039
|
}
|
|
19025
|
-
.sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
19040
|
+
.sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
19026
19041
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
19027
19042
|
outline: 0;
|
|
19028
19043
|
}
|
|
@@ -19233,7 +19248,7 @@ caption {
|
|
|
19233
19248
|
.table thead th [href]:hover {
|
|
19234
19249
|
color: #272833;
|
|
19235
19250
|
}
|
|
19236
|
-
.table thead th [href]:focus {
|
|
19251
|
+
.table thead th [href].focus, .table thead th [href]:focus {
|
|
19237
19252
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
19238
19253
|
outline: 0;
|
|
19239
19254
|
}
|
|
@@ -19646,7 +19661,8 @@ caption {
|
|
|
19646
19661
|
.table-title [href]:hover {
|
|
19647
19662
|
color: #272833;
|
|
19648
19663
|
}
|
|
19649
|
-
.table-title[href]:focus,
|
|
19664
|
+
.table-title[href].focus, .table-title[href]:focus,
|
|
19665
|
+
.table-title [href].focus,
|
|
19650
19666
|
.table-title [href]:focus {
|
|
19651
19667
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
19652
19668
|
outline: 0;
|
|
@@ -19666,7 +19682,7 @@ caption {
|
|
|
19666
19682
|
.table-link:hover {
|
|
19667
19683
|
color: #272833;
|
|
19668
19684
|
}
|
|
19669
|
-
.table-link:focus {
|
|
19685
|
+
.table-link.focus, .table-link:focus {
|
|
19670
19686
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
19671
19687
|
outline: 0;
|
|
19672
19688
|
}
|
|
@@ -19692,7 +19708,7 @@ caption {
|
|
|
19692
19708
|
background-color: rgba(0, 0, 0, 0.02);
|
|
19693
19709
|
color: #272833;
|
|
19694
19710
|
}
|
|
19695
|
-
.table-action-link:focus {
|
|
19711
|
+
.table-action-link.focus, .table-action-link:focus {
|
|
19696
19712
|
background-color: rgba(0, 0, 0, 0.02);
|
|
19697
19713
|
color: #272833;
|
|
19698
19714
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
@@ -19987,7 +20003,8 @@ caption {
|
|
|
19987
20003
|
.table-list-title [href]:hover {
|
|
19988
20004
|
color: #272833;
|
|
19989
20005
|
}
|
|
19990
|
-
.table-list-title[href]:focus,
|
|
20006
|
+
.table-list-title[href].focus, .table-list-title[href]:focus,
|
|
20007
|
+
.table-list-title [href].focus,
|
|
19991
20008
|
.table-list-title [href]:focus {
|
|
19992
20009
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
19993
20010
|
outline: 0;
|
|
@@ -20007,7 +20024,7 @@ caption {
|
|
|
20007
20024
|
.table-list-link:hover {
|
|
20008
20025
|
color: #272833;
|
|
20009
20026
|
}
|
|
20010
|
-
.table-list-link:focus {
|
|
20027
|
+
.table-list-link.focus, .table-list-link:focus {
|
|
20011
20028
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
20012
20029
|
outline: 0;
|
|
20013
20030
|
}
|
|
@@ -20032,7 +20049,7 @@ caption {
|
|
|
20032
20049
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20033
20050
|
color: #272833;
|
|
20034
20051
|
}
|
|
20035
|
-
.table-list-action-link:focus {
|
|
20052
|
+
.table-list-action-link.focus, .table-list-action-link:focus {
|
|
20036
20053
|
background-color: rgba(0, 0, 0, 0.02);
|
|
20037
20054
|
color: #272833;
|
|
20038
20055
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
|
|
@@ -21793,7 +21810,7 @@ caption {
|
|
|
21793
21810
|
.treeview-link:hover {
|
|
21794
21811
|
text-decoration: none;
|
|
21795
21812
|
}
|
|
21796
|
-
.treeview-link:focus {
|
|
21813
|
+
.treeview-link.focus, .treeview-link:focus {
|
|
21797
21814
|
box-shadow: inset 0 0 0 0.125rem #80acff, inset 0 0 0 0.25rem #fff;
|
|
21798
21815
|
outline: 0;
|
|
21799
21816
|
}
|