diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index e89e4967f0..5fd295c772 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #93cbf9; - outline-offset: -1px; + outline: 0.15rem solid #93cbf9; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(100, 181, 246, 0.16); diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 818a601794..1468c584f5 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #a7d8a9; - outline-offset: -1px; + outline: 0.15rem solid #a7d8a9; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(129, 199, 132, 0.16); diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 31465a4b54..5e2b4471c7 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #ffe284; - outline-offset: -1px; + outline: 0.15rem solid #ffe284; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(255, 213, 79, 0.16); diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 00d613d8c2..a95ad94bb7 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #cf95d9; - outline-offset: -1px; + outline: 0.15rem solid #cf95d9; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(186, 104, 200, 0.16); diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index ef9bc71352..1635ef123e 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -2349,8 +2349,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #e3f3fe; - outline-offset: -1px; + outline: 0.15rem solid #e3f3fe; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #8dd0ff; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 912fc93bd8..73677f4c9a 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -2349,8 +2349,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #f0e6f5; - outline-offset: -1px; + outline: 0.15rem solid #f0e6f5; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #c298d8; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 991a5cf331..6d7e3f7188 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -2349,8 +2349,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid rgba(38, 143, 255, 0.5); - outline-offset: -1px; + outline: 0.15rem solid rgba(38, 143, 255, 0.5); + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007bff; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 181305f12d..ab6913f28e 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -2349,8 +2349,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid rgba(136, 60, 174, 0.5); - outline-offset: -1px; + outline: 0.15rem solid rgba(136, 60, 174, 0.5); + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #883cae; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 68328ba81c..cf0b221761 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #605e5c; - outline-offset: -1px; + outline: 0.15rem solid #605e5c; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #edebe9; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 66f7bc3be3..a87bed5f13 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid rgba(147, 197, 253, 0.5); - outline-offset: -1px; + outline: 0.15rem solid rgba(147, 197, 253, 0.5); + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(147, 197, 253, 0.16); diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 1b8874bad1..45d08f6f26 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid rgba(165, 180, 252, 0.5); - outline-offset: -1px; + outline: 0.15rem solid rgba(165, 180, 252, 0.5); + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(165, 180, 252, 0.16); diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index ccff169486..3d6c5779f6 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid rgba(196, 181, 253, 0.5); - outline-offset: -1px; + outline: 0.15rem solid rgba(196, 181, 253, 0.5); + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(196, 181, 253, 0.16); diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 22294c8e39..2e663268f8 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid rgba(94, 234, 212, 0.5); - outline-offset: -1px; + outline: 0.15rem solid rgba(94, 234, 212, 0.5); + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(94, 234, 212, 0.16); diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index b03a23f2b9..f59f559fd7 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #BFDBFE; - outline-offset: -1px; + outline: 0.15rem solid #BFDBFE; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #EFF6FF; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index d07ba4f13a..bec765bff4 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #C7D2FE; - outline-offset: -1px; + outline: 0.15rem solid #C7D2FE; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #EEF2FF; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 494539906b..b41003f94e 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #DDD6FE; - outline-offset: -1px; + outline: 0.15rem solid #DDD6FE; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F5F3FF; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 2121bf77ce..a73d831e64 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -2372,8 +2372,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #99F6E4; - outline-offset: -1px; + outline: 0.15rem solid #99F6E4; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F0FDFA; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index a27645aa63..d7c93f7ad0 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -2349,8 +2349,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid white; - outline-offset: -1px; + outline: 0.15rem solid white; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #FFE082; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 23e65b2f05..62a2cdc2c3 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -2349,8 +2349,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid white; - outline-offset: -1px; + outline: 0.15rem solid white; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #81D4FA; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 1ddafe26ea..fc2ab912e9 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -2349,8 +2349,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid white; - outline-offset: -1px; + outline: 0.15rem solid white; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #C5E1A5; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index c3149e3968..16ff1b1d8f 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -2349,8 +2349,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid white; - outline-offset: -1px; + outline: 0.15rem solid white; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F48FB1; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index a557dbf75b..0d544a0192 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(206, 147, 216, 0.16); diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 02270c0cb3..31a85fbe33 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(159, 168, 218, 0.16); diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index f096c54422..9e198ef2df 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(103, 58, 183, 0.12); diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 849cd97ee4..fc9671ba9a 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(63, 81, 181, 0.12); diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 5c29b72067..11a5695619 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(206, 147, 216, 0.16); diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 1f72a83ea4..72b9f285d3 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(159, 168, 218, 0.16); diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index e053cfd732..038b79cf9b 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(103, 58, 183, 0.12); diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 73fe7a2d0f..a4defe971a 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -2361,8 +2361,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid transparent; - outline-offset: -1px; + outline: 0.15rem solid transparent; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(63, 81, 181, 0.12); diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index ea1122cece..c7041a83f6 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -2337,8 +2337,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #8dcdff; - outline-offset: -1px; + outline: 0.15rem solid #8dcdff; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #e02365; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index ae00bf7fd3..864caf9dff 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -2349,8 +2349,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #8dcdff; - outline-offset: -1px; + outline: 0.15rem solid #8dcdff; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007ad9; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 02e5177e75..a07126f807 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -2349,8 +2349,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #c2e9d8; - outline-offset: -1px; + outline: 0.15rem solid #c2e9d8; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #41b883; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 919837d988..d0b06987ee 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -2349,8 +2349,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #8dcdff; - outline-offset: -1px; + outline: 0.15rem solid #8dcdff; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007ad9; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 1c9f5cab3c..34718d14a4 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -2337,8 +2337,8 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #e4e9ec; - outline-offset: -1px; + outline: 0.15rem solid #e4e9ec; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #AFD3C8; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index dbe9bcb2f5..fb6decfffc 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #a6d5fa; - outline-offset: -1px; + outline: 0.15rem solid #a6d5fa; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #E3F2FD; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index ad2fe2949c..816c3622b5 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #b7e0b8; - outline-offset: -1px; + outline: 0.15rem solid #b7e0b8; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #E8F5E9; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index a50b0fbf0b..aa23e32ab2 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #ffe69c; - outline-offset: -1px; + outline: 0.15rem solid #ffe69c; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #FFF3E0; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index ba3645c49c..89a5f3655c 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #df9eea; - outline-offset: -1px; + outline: 0.15rem solid #df9eea; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F3E5F5; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index b110dcecb9..588e93daef 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -2372,8 +2372,8 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #6366F1; - outline-offset: -1px; + outline: 0.15rem solid #6366F1; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #EEF2FF; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 46f092b19c..f6551d19b5 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #93cbf9; - outline-offset: -1px; + outline: 0.15rem solid #93cbf9; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(100, 181, 246, 0.16); diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 4d4b6ebc59..6d05f12cff 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #a7d8a9; - outline-offset: -1px; + outline: 0.15rem solid #a7d8a9; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(129, 199, 132, 0.16); diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 584aa49b96..971a53316a 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #ffe284; - outline-offset: -1px; + outline: 0.15rem solid #ffe284; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(255, 213, 79, 0.16); diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 4171f83269..f3ab4b2abf 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -2337,8 +2337,8 @@ font-weight: 600; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 1px solid #cf95d9; - outline-offset: -1px; + outline: 0.15rem solid #cf95d9; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(186, 104, 200, 0.16);