diff --git a/components/lib/dialog/Dialog.vue b/components/lib/dialog/Dialog.vue index 5d3e3ed87..9587f5f08 100755 --- a/components/lib/dialog/Dialog.vue +++ b/components/lib/dialog/Dialog.vue @@ -190,7 +190,7 @@ export default { } if (focusTarget) { - DomHandler.focus(focusTarget); + DomHandler.focus(focusTarget, { focusVisible: true }); } }, maximize(event) { diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 1f5f4c58c..59c4e7946 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index cf02cdb29..7d1f9e22f 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 79d6eca1f..411f031fc 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index a47fed146..7f3200570 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 1a6fd4b5c..716b49857 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -5667,7 +5667,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.6); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #e3f3fe; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index e7a3d9864..d8c8c3b84 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -5667,7 +5667,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.6); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #f0e6f5; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 951e55c6d..d18164ac1 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -5667,7 +5667,7 @@ background: rgba(255, 255, 255, 0.1); color: #efefef; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index b07d34fde..fd60e1208 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -5667,7 +5667,7 @@ background: rgba(255, 255, 255, 0.1); color: #efefef; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5); diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 64ad39187..ca8b1cd5d 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -5606,7 +5606,7 @@ background: rgba(255, 255, 255, 0.1); color: #faf9f8; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: inset 0 0 0 1px #605e5c; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 216bc3683..27f4e3f06 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 0e8a3d96c..1d9d92f41 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5); diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index a1e9b4c38..12da71dad 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.5); diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index a863a7a33..aadcbda36 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.5); diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index af4893197..3be546377 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #BFDBFE; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index c54fc9e75..b7448da6d 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #C7D2FE; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 51daa940d..d56de5ff0 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #DDD6FE; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 8b915e5bf..d558607e2 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -5624,7 +5624,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #99F6E4; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index bb5e981a3..fcafbc1c4 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -5618,7 +5618,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index a32fc2272..983cba99f 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -5618,7 +5618,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 21e541cac..e8d4bc00f 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -5618,7 +5618,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index bff80bab4..68a69e9ef 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -5618,7 +5618,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem white; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 6a39c8093..7bd462b2c 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index fa9b7020e..0fe684c17 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index d033c5f40..b5a9a11a1 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index c81c178a7..1aa9c123b 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 3ed7d4f58..a40dd66b8 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index db4c27eb2..f24503c2a 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 9523b815f..dd9ab02d5 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 9e8f36469..7159daf22 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -5679,7 +5679,7 @@ background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.87); } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: none; diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index e33d14696..46ef3f158 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -5683,7 +5683,7 @@ background: rgba(255, 255, 255, 0.1); color: #ECEFF4; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #C0D0E0; diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index d3aef47fd..b7f5e31e1 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f2f4f8; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #90c9f5; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 352e5a771..05fd3483b 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -5606,7 +5606,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 0390e39ff..86a714aaa 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -5618,7 +5618,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 715f22881..c688a9291 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -5618,7 +5618,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #c2e9d8; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 2d6a3ccc8..040555f9c 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -5618,7 +5618,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 996901cec..51a06c013 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -5606,7 +5606,7 @@ background: rgba(255, 255, 255, 0.1); color: #aeb6bf; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #e4e9ec; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 0359ccd7c..a4869d7e6 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #a6d5fa; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 6dd69cc3a..ff3ae587c 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #b7e0b8; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 02efda964..1196d0b47 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #ffe69c; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index d3f7680f2..ac0a2b72a 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem #df9eea; diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index fe2805ddf..d4d603978 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -5630,7 +5630,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #e0d8fc; diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index 6049920bb..eaa722126 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -5630,7 +5630,7 @@ background: rgba(255, 255, 255, 0.1); color: #eff3f8; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #c7bbfa; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 207113a86..445fedfc6 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -5690,7 +5690,7 @@ background: rgba(255, 255, 255, 0.1); color: #fafafa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #6366F1; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 5796e4ee2..7d2983f69 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 28edff223..3af802aa6 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 0fa0b26da..031fd4aab 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 358d66a30..e243ae950 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -5655,7 +5655,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index 2c23fff0d..a56ea5083 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -5687,7 +5687,7 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 1px #9eade6; diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index a426c2473..ebd671502 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -5687,7 +5687,7 @@ background: rgba(255, 255, 255, 0.1); color: #f5f5f5; } - .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { + .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.1rem #bbc7ee;