@clayui/css 3.83.0 → 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 +113 -79
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +49 -34
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +100 -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/_forms.scss +2 -2
- package/src/scss/mixins/_links.scss +1 -0
- package/src/scss/mixins/_sidebar.scss +16 -2
- package/src/scss/variables/_forms.scss +1 -0
- package/src/scss/variables/_sidebar.scss +1 -0
package/lib/css/base.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>
|
|
@@ -3378,7 +3378,8 @@ input[type=button].btn-block {
|
|
|
3378
3378
|
.alert-link.btn-unstyled:hover {
|
|
3379
3379
|
text-decoration: underline;
|
|
3380
3380
|
}
|
|
3381
|
-
.alert-link:focus,
|
|
3381
|
+
.alert-link.focus, .alert-link:focus,
|
|
3382
|
+
.alert-link.btn-unstyled.focus,
|
|
3382
3383
|
.alert-link.btn-unstyled:focus {
|
|
3383
3384
|
text-decoration: underline;
|
|
3384
3385
|
}
|
|
@@ -3913,7 +3914,7 @@ input[type=button].btn-block {
|
|
|
3913
3914
|
.badge[href]:hover, .badge[type]:hover {
|
|
3914
3915
|
text-decoration: none;
|
|
3915
3916
|
}
|
|
3916
|
-
.badge[href]:focus, .badge[type]:focus {
|
|
3917
|
+
.badge[href].focus, .badge[href]:focus, .badge[type].focus, .badge[type]:focus {
|
|
3917
3918
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
3918
3919
|
outline: 0;
|
|
3919
3920
|
}
|
|
@@ -3924,7 +3925,7 @@ input[type=button].btn-block {
|
|
|
3924
3925
|
.badge a:hover {
|
|
3925
3926
|
text-decoration: none;
|
|
3926
3927
|
}
|
|
3927
|
-
.badge a:focus {
|
|
3928
|
+
.badge a.focus, .badge a:focus {
|
|
3928
3929
|
text-decoration: none;
|
|
3929
3930
|
}
|
|
3930
3931
|
.badge > .c-inner {
|
|
@@ -4039,7 +4040,7 @@ input[type=button].btn-block {
|
|
|
4039
4040
|
background-color: #0062cc;
|
|
4040
4041
|
color: #fff;
|
|
4041
4042
|
}
|
|
4042
|
-
[href].badge-primary:focus, [type].badge-primary:focus {
|
|
4043
|
+
[href].focus.badge-primary, [href].badge-primary:focus, [type].focus.badge-primary, [type].badge-primary:focus {
|
|
4043
4044
|
background-color: #0062cc;
|
|
4044
4045
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
4045
4046
|
color: #fff;
|
|
@@ -4052,7 +4053,7 @@ input[type=button].btn-block {
|
|
|
4052
4053
|
background-color: #545b62;
|
|
4053
4054
|
color: #fff;
|
|
4054
4055
|
}
|
|
4055
|
-
[href].badge-secondary:focus, [type].badge-secondary:focus {
|
|
4056
|
+
[href].focus.badge-secondary, [href].badge-secondary:focus, [type].focus.badge-secondary, [type].badge-secondary:focus {
|
|
4056
4057
|
background-color: #545b62;
|
|
4057
4058
|
color: #fff;
|
|
4058
4059
|
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
@@ -4065,7 +4066,7 @@ input[type=button].btn-block {
|
|
|
4065
4066
|
background-color: #1e7e34;
|
|
4066
4067
|
color: #fff;
|
|
4067
4068
|
}
|
|
4068
|
-
[href].badge-success:focus, [type].badge-success:focus {
|
|
4069
|
+
[href].focus.badge-success, [href].badge-success:focus, [type].focus.badge-success, [type].badge-success:focus {
|
|
4069
4070
|
background-color: #1e7e34;
|
|
4070
4071
|
color: #fff;
|
|
4071
4072
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
@@ -4078,7 +4079,7 @@ input[type=button].btn-block {
|
|
|
4078
4079
|
background-color: #117a8b;
|
|
4079
4080
|
color: #fff;
|
|
4080
4081
|
}
|
|
4081
|
-
[href].badge-info:focus, [type].badge-info:focus {
|
|
4082
|
+
[href].focus.badge-info, [href].badge-info:focus, [type].focus.badge-info, [type].badge-info:focus {
|
|
4082
4083
|
background-color: #117a8b;
|
|
4083
4084
|
color: #fff;
|
|
4084
4085
|
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
@@ -4091,7 +4092,7 @@ input[type=button].btn-block {
|
|
|
4091
4092
|
background-color: #d39e00;
|
|
4092
4093
|
color: #212529;
|
|
4093
4094
|
}
|
|
4094
|
-
[href].badge-warning:focus, [type].badge-warning:focus {
|
|
4095
|
+
[href].focus.badge-warning, [href].badge-warning:focus, [type].focus.badge-warning, [type].badge-warning:focus {
|
|
4095
4096
|
background-color: #d39e00;
|
|
4096
4097
|
color: #212529;
|
|
4097
4098
|
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
@@ -4104,7 +4105,7 @@ input[type=button].btn-block {
|
|
|
4104
4105
|
background-color: #bd2130;
|
|
4105
4106
|
color: #fff;
|
|
4106
4107
|
}
|
|
4107
|
-
[href].badge-danger:focus, [type].badge-danger:focus {
|
|
4108
|
+
[href].focus.badge-danger, [href].badge-danger:focus, [type].focus.badge-danger, [type].badge-danger:focus {
|
|
4108
4109
|
background-color: #bd2130;
|
|
4109
4110
|
color: #fff;
|
|
4110
4111
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
@@ -4117,7 +4118,7 @@ input[type=button].btn-block {
|
|
|
4117
4118
|
background-color: #dae0e5;
|
|
4118
4119
|
color: #212529;
|
|
4119
4120
|
}
|
|
4120
|
-
[href].badge-light:focus, [type].badge-light:focus {
|
|
4121
|
+
[href].focus.badge-light, [href].badge-light:focus, [type].focus.badge-light, [type].badge-light:focus {
|
|
4121
4122
|
background-color: #dae0e5;
|
|
4122
4123
|
color: #212529;
|
|
4123
4124
|
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
@@ -4130,7 +4131,7 @@ input[type=button].btn-block {
|
|
|
4130
4131
|
background-color: #1d2124;
|
|
4131
4132
|
color: #fff;
|
|
4132
4133
|
}
|
|
4133
|
-
[href].badge-dark:focus, [type].badge-dark:focus {
|
|
4134
|
+
[href].focus.badge-dark, [href].badge-dark:focus, [type].focus.badge-dark, [type].badge-dark:focus {
|
|
4134
4135
|
background-color: #1d2124;
|
|
4135
4136
|
color: #fff;
|
|
4136
4137
|
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
@@ -4154,7 +4155,7 @@ input[type=button].btn-block {
|
|
|
4154
4155
|
color: #0056b3;
|
|
4155
4156
|
text-decoration: underline;
|
|
4156
4157
|
}
|
|
4157
|
-
.breadcrumb-link:focus {
|
|
4158
|
+
.breadcrumb-link.focus, .breadcrumb-link:focus {
|
|
4158
4159
|
color: #0056b3;
|
|
4159
4160
|
text-decoration: underline;
|
|
4160
4161
|
}
|
|
@@ -4447,7 +4448,8 @@ input[type=button].btn-block {
|
|
|
4447
4448
|
color: inherit;
|
|
4448
4449
|
text-decoration: none;
|
|
4449
4450
|
}
|
|
4450
|
-
.label a:focus,
|
|
4451
|
+
.label a.focus, .label a:focus,
|
|
4452
|
+
.label .btn-unstyled.focus,
|
|
4451
4453
|
.label .btn-unstyled:focus {
|
|
4452
4454
|
color: inherit;
|
|
4453
4455
|
text-decoration: none;
|
|
@@ -4582,7 +4584,7 @@ input[type=button].btn-block {
|
|
|
4582
4584
|
border-color: #0062cc;
|
|
4583
4585
|
color: #0062cc;
|
|
4584
4586
|
}
|
|
4585
|
-
[href].label-primary:focus, [type].label-primary:focus, [tabindex].label-primary:focus {
|
|
4587
|
+
[href].focus.label-primary, [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus {
|
|
4586
4588
|
color: #0062cc;
|
|
4587
4589
|
}
|
|
4588
4590
|
.label-primary a:hover,
|
|
@@ -4604,7 +4606,7 @@ input[type=button].btn-block {
|
|
|
4604
4606
|
border-color: #545b62;
|
|
4605
4607
|
color: #545b62;
|
|
4606
4608
|
}
|
|
4607
|
-
[href].label-secondary:focus, [type].label-secondary:focus, [tabindex].label-secondary:focus {
|
|
4609
|
+
[href].focus.label-secondary, [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus {
|
|
4608
4610
|
color: #545b62;
|
|
4609
4611
|
}
|
|
4610
4612
|
.label-secondary a:hover,
|
|
@@ -4626,7 +4628,7 @@ input[type=button].btn-block {
|
|
|
4626
4628
|
border-color: #1e7e34;
|
|
4627
4629
|
color: #1e7e34;
|
|
4628
4630
|
}
|
|
4629
|
-
[href].label-success:focus, [type].label-success:focus, [tabindex].label-success:focus {
|
|
4631
|
+
[href].focus.label-success, [href].label-success:focus, [type].focus.label-success, [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus {
|
|
4630
4632
|
color: #1e7e34;
|
|
4631
4633
|
}
|
|
4632
4634
|
.label-success a:hover,
|
|
@@ -4648,7 +4650,7 @@ input[type=button].btn-block {
|
|
|
4648
4650
|
border-color: #117a8b;
|
|
4649
4651
|
color: #117a8b;
|
|
4650
4652
|
}
|
|
4651
|
-
[href].label-info:focus, [type].label-info:focus, [tabindex].label-info:focus {
|
|
4653
|
+
[href].focus.label-info, [href].label-info:focus, [type].focus.label-info, [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus {
|
|
4652
4654
|
color: #117a8b;
|
|
4653
4655
|
}
|
|
4654
4656
|
.label-info a:hover,
|
|
@@ -4670,7 +4672,7 @@ input[type=button].btn-block {
|
|
|
4670
4672
|
border-color: #d39e00;
|
|
4671
4673
|
color: #d39e00;
|
|
4672
4674
|
}
|
|
4673
|
-
[href].label-warning:focus, [type].label-warning:focus, [tabindex].label-warning:focus {
|
|
4675
|
+
[href].focus.label-warning, [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus {
|
|
4674
4676
|
color: #d39e00;
|
|
4675
4677
|
}
|
|
4676
4678
|
.label-warning a:hover,
|
|
@@ -4692,7 +4694,7 @@ input[type=button].btn-block {
|
|
|
4692
4694
|
border-color: #bd2130;
|
|
4693
4695
|
color: #bd2130;
|
|
4694
4696
|
}
|
|
4695
|
-
[href].label-danger:focus, [type].label-danger:focus, [tabindex].label-danger:focus {
|
|
4697
|
+
[href].focus.label-danger, [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus {
|
|
4696
4698
|
color: #bd2130;
|
|
4697
4699
|
}
|
|
4698
4700
|
.label-danger a:hover,
|
|
@@ -4714,7 +4716,7 @@ input[type=button].btn-block {
|
|
|
4714
4716
|
border-color: #1d2124;
|
|
4715
4717
|
color: #1d2124;
|
|
4716
4718
|
}
|
|
4717
|
-
[href].label-dark:focus, [type].label-dark:focus, [tabindex].label-dark:focus {
|
|
4719
|
+
[href].focus.label-dark, [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus {
|
|
4718
4720
|
color: #1d2124;
|
|
4719
4721
|
}
|
|
4720
4722
|
.label-dark a:hover,
|
|
@@ -4736,7 +4738,7 @@ input[type=button].btn-block {
|
|
|
4736
4738
|
border-color: #dae0e5;
|
|
4737
4739
|
color: #dae0e5;
|
|
4738
4740
|
}
|
|
4739
|
-
[href].label-light:focus, [type].label-light:focus, [tabindex].label-light:focus {
|
|
4741
|
+
[href].focus.label-light, [href].label-light:focus, [type].focus.label-light, [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus {
|
|
4740
4742
|
color: #dae0e5;
|
|
4741
4743
|
}
|
|
4742
4744
|
.label-light a:hover,
|
|
@@ -6639,7 +6641,7 @@ input[type=button].btn-block {
|
|
|
6639
6641
|
color: inherit;
|
|
6640
6642
|
text-decoration: inherit;
|
|
6641
6643
|
}
|
|
6642
|
-
.dropdown-item-indicator-text-start:focus {
|
|
6644
|
+
.dropdown-item-indicator-text-start.focus, .dropdown-item-indicator-text-start:focus {
|
|
6643
6645
|
color: inherit;
|
|
6644
6646
|
text-decoration: inherit;
|
|
6645
6647
|
}
|
|
@@ -6694,7 +6696,7 @@ input[type=button].btn-block {
|
|
|
6694
6696
|
color: inherit;
|
|
6695
6697
|
text-decoration: inherit;
|
|
6696
6698
|
}
|
|
6697
|
-
.dropdown-item-indicator-text-end:focus {
|
|
6699
|
+
.dropdown-item-indicator-text-end.focus, .dropdown-item-indicator-text-end:focus {
|
|
6698
6700
|
color: inherit;
|
|
6699
6701
|
text-decoration: inherit;
|
|
6700
6702
|
}
|
|
@@ -7345,6 +7347,9 @@ select.form-control {
|
|
|
7345
7347
|
select.form-control:disabled > option, select.form-control.disabled > option {
|
|
7346
7348
|
cursor: not-allowed;
|
|
7347
7349
|
}
|
|
7350
|
+
select.form-control option {
|
|
7351
|
+
cursor: pointer;
|
|
7352
|
+
}
|
|
7348
7353
|
select.form-control::-ms-expand {
|
|
7349
7354
|
display: none;
|
|
7350
7355
|
}
|
|
@@ -7375,6 +7380,7 @@ select.form-control:focus::-ms-value {
|
|
|
7375
7380
|
select.form-control[size] {
|
|
7376
7381
|
background-image: none;
|
|
7377
7382
|
height: auto;
|
|
7383
|
+
margin-left: 0;
|
|
7378
7384
|
padding-left: 0.5rem;
|
|
7379
7385
|
padding-right: 0.5rem;
|
|
7380
7386
|
scrollbar-width: thin;
|
|
@@ -7383,9 +7389,13 @@ select.form-control[size] {
|
|
|
7383
7389
|
select.form-control[size]:focus, select.form-control[size].focus {
|
|
7384
7390
|
background-image: none;
|
|
7385
7391
|
}
|
|
7392
|
+
select.form-control[size] option {
|
|
7393
|
+
padding: 0.25rem;
|
|
7394
|
+
}
|
|
7386
7395
|
select.form-control[multiple] {
|
|
7387
7396
|
background-image: none;
|
|
7388
7397
|
height: auto;
|
|
7398
|
+
margin-left: 0;
|
|
7389
7399
|
padding-left: 0.5rem;
|
|
7390
7400
|
padding-right: 0.5rem;
|
|
7391
7401
|
scrollbar-width: thin;
|
|
@@ -7394,6 +7404,9 @@ select.form-control[multiple] {
|
|
|
7394
7404
|
select.form-control[multiple]:focus, select.form-control[multiple].focus {
|
|
7395
7405
|
background-image: none;
|
|
7396
7406
|
}
|
|
7407
|
+
select.form-control[multiple] option {
|
|
7408
|
+
padding: 0.25rem;
|
|
7409
|
+
}
|
|
7397
7410
|
textarea.form-control,
|
|
7398
7411
|
textarea.form-control-plaintext,
|
|
7399
7412
|
.form-control.form-control-textarea {
|
|
@@ -7809,7 +7822,7 @@ button.link-outline {
|
|
|
7809
7822
|
.link-outline:hover {
|
|
7810
7823
|
text-decoration: none;
|
|
7811
7824
|
}
|
|
7812
|
-
.link-outline:focus {
|
|
7825
|
+
.link-outline.focus, .link-outline:focus {
|
|
7813
7826
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
7814
7827
|
outline: 0;
|
|
7815
7828
|
}
|
|
@@ -7961,7 +7974,7 @@ button.link-outline {
|
|
|
7961
7974
|
background-color: #6c757d;
|
|
7962
7975
|
color: #fff;
|
|
7963
7976
|
}
|
|
7964
|
-
.component-action:focus {
|
|
7977
|
+
.component-action.focus, .component-action:focus {
|
|
7965
7978
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
7966
7979
|
outline: 0;
|
|
7967
7980
|
}
|
|
@@ -11655,7 +11668,7 @@ label.custom-control-label {
|
|
|
11655
11668
|
.nav-link:hover {
|
|
11656
11669
|
text-decoration: none;
|
|
11657
11670
|
}
|
|
11658
|
-
.nav-link:focus {
|
|
11671
|
+
.nav-link.focus, .nav-link:focus {
|
|
11659
11672
|
text-decoration: none;
|
|
11660
11673
|
z-index: 1;
|
|
11661
11674
|
}
|
|
@@ -11970,7 +11983,7 @@ label.custom-control-label {
|
|
|
11970
11983
|
.nav-tabs .nav-link:hover {
|
|
11971
11984
|
border-color: #e9ecef #e9ecef #dee2e6;
|
|
11972
11985
|
}
|
|
11973
|
-
.nav-tabs .nav-link:focus {
|
|
11986
|
+
.nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus {
|
|
11974
11987
|
border-color: #e9ecef #e9ecef #dee2e6;
|
|
11975
11988
|
}
|
|
11976
11989
|
.nav-tabs .nav-link:active {
|
|
@@ -16187,7 +16200,7 @@ label.custom-control-label {
|
|
|
16187
16200
|
text-decoration: none;
|
|
16188
16201
|
z-index: 2;
|
|
16189
16202
|
}
|
|
16190
|
-
.page-link:focus {
|
|
16203
|
+
.page-link.focus, .page-link:focus {
|
|
16191
16204
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
16192
16205
|
outline: 0;
|
|
16193
16206
|
z-index: 4;
|
|
@@ -16295,7 +16308,8 @@ label.custom-control-label {
|
|
|
16295
16308
|
border-color: #dee2e6;
|
|
16296
16309
|
color: #0056b3;
|
|
16297
16310
|
}
|
|
16298
|
-
.pagination-items-per-page > a:focus,
|
|
16311
|
+
.pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus,
|
|
16312
|
+
.pagination-items-per-page > button.focus,
|
|
16299
16313
|
.pagination-items-per-page > button:focus {
|
|
16300
16314
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
16301
16315
|
outline: 0;
|
|
@@ -16519,7 +16533,7 @@ label.custom-control-label {
|
|
|
16519
16533
|
.panel-header-link:hover {
|
|
16520
16534
|
color: inherit;
|
|
16521
16535
|
}
|
|
16522
|
-
.panel-header-link:focus {
|
|
16536
|
+
.panel-header-link.focus, .panel-header-link:focus {
|
|
16523
16537
|
z-index: 1;
|
|
16524
16538
|
}
|
|
16525
16539
|
.panel-header-link.panel-header.collapsed {
|
|
@@ -17571,6 +17585,7 @@ a.sheet-subtitle:hover {
|
|
|
17571
17585
|
}
|
|
17572
17586
|
.sidebar:focus, .sidebar.focus {
|
|
17573
17587
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
17588
|
+
outline: 0;
|
|
17574
17589
|
}
|
|
17575
17590
|
.sidebar .container-fluid {
|
|
17576
17591
|
padding-left: 1rem;
|
|
@@ -17782,7 +17797,7 @@ a.sheet-subtitle:hover {
|
|
|
17782
17797
|
.sidebar-dark .nav-nested .nav-link:hover {
|
|
17783
17798
|
color: #fff;
|
|
17784
17799
|
}
|
|
17785
|
-
.sidebar-dark .nav-nested .nav-link:focus {
|
|
17800
|
+
.sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus {
|
|
17786
17801
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
17787
17802
|
outline: 0;
|
|
17788
17803
|
}
|
|
@@ -17840,7 +17855,7 @@ a.sheet-subtitle:hover {
|
|
|
17840
17855
|
.sidebar-dark-l2 .nav-nested .nav-link:hover {
|
|
17841
17856
|
color: #fff;
|
|
17842
17857
|
}
|
|
17843
|
-
.sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
17858
|
+
.sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
17844
17859
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
17845
17860
|
outline: 0;
|
|
17846
17861
|
}
|
|
@@ -20461,7 +20476,7 @@ caption {
|
|
|
20461
20476
|
.treeview-link:hover {
|
|
20462
20477
|
text-decoration: none;
|
|
20463
20478
|
}
|
|
20464
|
-
.treeview-link:focus {
|
|
20479
|
+
.treeview-link.focus, .treeview-link:focus {
|
|
20465
20480
|
box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
20466
20481
|
outline: 0;
|
|
20467
20482
|
}
|