diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 1f914dd3a..71d0d79b2 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index ffe383117..c2987c1d6 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index dfd6abd09..ee0d9d512 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 59752772c..55834a196 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 583c41e3f..08df42a6e 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -5820,6 +5820,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #e3f3fe; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.75rem; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 89e4c7f7b..8b70866b3 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -5820,6 +5820,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #f0e6f5; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.75rem; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 1e6779690..82c194309 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -5820,6 +5820,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.75rem; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index cc7abd279..22193a9bb 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -5820,6 +5820,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5); } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.75rem; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index c49b9d32d..a16cc4985 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -5759,6 +5759,9 @@ outline-offset: 0; box-shadow: inset 0 0 0 1px #605e5c; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 132714792..dcbd76a32 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 3120c6eae..0a3a0709b 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(165, 180, 252, 0.5); } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index b951605d0..c54be5d9c 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(196, 181, 253, 0.5); } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index c8dab81f9..3a82fcd9b 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(94, 234, 212, 0.5); } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index d24d3b02c..b11935d8e 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #BFDBFE; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index 7b37dcec5..2d844efea 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #C7D2FE; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 09be1526d..4c1920b49 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #DDD6FE; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 76ccc62f3..6ba58b2a0 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -5778,6 +5778,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #99F6E4; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 2ffde7277..466fe6f72 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -5771,6 +5771,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index aa46ea3a1..2e9f0fe47 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -5771,6 +5771,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index aa7f9e8fb..7a2b7d354 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -5771,6 +5771,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 78a5014a6..4f13dbaf8 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -5771,6 +5771,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem white; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 54c0288ce..d40948d88 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 0fad8ebf7..27b3a12b7 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index a2440934a..5c1286dc6 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 785802406..cc2dffc11 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 8dc9d96fa..3ac13fc6c 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 231bf8407..cbae31b72 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 8a7f801f4..cdf2bb038 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 474901f12..4af5aeb0a 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -5832,6 +5832,9 @@ outline-offset: 0; box-shadow: none; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 1rem 1rem; diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index 70e261a69..a7ba2e547 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -5836,6 +5836,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #C0D0E0; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index 1156618bc..a4439dde5 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #90c9f5; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.25rem 0.25rem; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 2a18ba6e4..954a4891d 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -5759,6 +5759,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index c617effa4..ea9aaaa5e 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -5771,6 +5771,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 2d58e4dbb..f84be3f6b 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -5771,6 +5771,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #c2e9d8; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 5e0850211..cf99c94c8 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -5771,6 +5771,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #8dcdff; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 3aabc6c53..3663011cb 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -5759,6 +5759,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #e4e9ec; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 77bd46e60..bb2528b72 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #a6d5fa; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 601c4ac70..bbe718f2a 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #b7e0b8; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index bb665bfd1..1d556695a 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #ffe69c; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 587d5437a..7434917af 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem #df9eea; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index ed428ab71..cac359713 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -5783,6 +5783,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #e0d8fc; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index f84308403..8dc283de0 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -5783,6 +5783,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #c7bbfa; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 83b865998..0daea8a71 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -5843,6 +5843,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #6366F1; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index ef5706f9d..d31cf703e 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #93cbf9; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index a212f9e57..d4325832a 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #a7d8a9; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index ecaa7ff70..31daaadfb 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #ffe284; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index e714c143a..5d6ed1461 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -5808,6 +5808,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #cf95d9; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index dddbd0e4d..1684418da 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -5840,6 +5840,9 @@ outline-offset: 0; box-shadow: 0 0 0 1px #9eade6; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.75rem; diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index 6be95f47b..d968fa31a 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -5840,6 +5840,9 @@ outline-offset: 0; box-shadow: 0 0 0 0.1rem #bbc7ee; } + .p-chip .p-chip-remove-icon:focus { + outline: 0 none; + } .p-inplace .p-inplace-display { padding: 0.5rem 0.75rem;