From b606675dbb2c9bf617a97977437deca509db574e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 19 Jan 2022 16:33:50 +0300 Subject: [PATCH] Fixed #2025 - Update themes for datatable list shadow style --- public/themes/arya-blue/theme.css | 4 ++-- public/themes/arya-green/theme.css | 4 ++-- public/themes/arya-orange/theme.css | 4 ++-- public/themes/arya-purple/theme.css | 4 ++-- public/themes/bootstrap4-dark-blue/theme.css | 4 ++-- public/themes/bootstrap4-dark-purple/theme.css | 4 ++-- public/themes/bootstrap4-light-blue/theme.css | 4 ++-- public/themes/bootstrap4-light-purple/theme.css | 4 ++-- public/themes/fluent-light/theme.css | 4 ++-- public/themes/lara-dark-blue/theme.css | 4 ++-- public/themes/lara-dark-indigo/theme.css | 4 ++-- public/themes/lara-dark-purple/theme.css | 4 ++-- public/themes/lara-dark-teal/theme.css | 4 ++-- public/themes/lara-light-blue/theme.css | 4 ++-- public/themes/lara-light-indigo/theme.css | 4 ++-- public/themes/lara-light-purple/theme.css | 4 ++-- public/themes/lara-light-teal/theme.css | 4 ++-- public/themes/luna-amber/theme.css | 4 ++-- public/themes/luna-blue/theme.css | 4 ++-- public/themes/luna-green/theme.css | 4 ++-- public/themes/luna-pink/theme.css | 4 ++-- public/themes/md-dark-deeppurple/theme.css | 4 ++-- public/themes/md-dark-indigo/theme.css | 4 ++-- public/themes/md-light-deeppurple/theme.css | 4 ++-- public/themes/md-light-indigo/theme.css | 4 ++-- public/themes/mdc-dark-deeppurple/theme.css | 4 ++-- public/themes/mdc-dark-indigo/theme.css | 4 ++-- public/themes/mdc-light-deeppurple/theme.css | 4 ++-- public/themes/mdc-light-indigo/theme.css | 4 ++-- public/themes/nova-accent/theme.css | 4 ++-- public/themes/nova-alt/theme.css | 4 ++-- public/themes/nova-vue/theme.css | 4 ++-- public/themes/nova/theme.css | 4 ++-- public/themes/rhea/theme.css | 4 ++-- public/themes/saga-blue/theme.css | 4 ++-- public/themes/saga-green/theme.css | 4 ++-- public/themes/saga-orange/theme.css | 4 ++-- public/themes/saga-purple/theme.css | 4 ++-- public/themes/tailwind-light/theme.css | 4 ++-- public/themes/vela-blue/theme.css | 4 ++-- public/themes/vela-green/theme.css | 4 ++-- public/themes/vela-orange/theme.css | 4 ++-- public/themes/vela-purple/theme.css | 4 ++-- 43 files changed, 86 insertions(+), 86 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index e89e4967f..5fd295c77 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 818a60179..1468c584f 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 31465a4b5..5e2b4471c 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 00d613d8c..a95ad94bb 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 ef9bc7135..1635ef123 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 912fc93bd..73677f4c9 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 991a5cf33..6d7e3f718 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 181305f12..ab6913f28 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 68328ba81..cf0b22176 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 66f7bc3be..a87bed5f1 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 1b8874bad..45d08f6f2 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 ccff16948..3d6c5779f 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 22294c8e3..2e663268f 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 b03a23f2b..f59f559fd 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 d07ba4f13..bec765bff 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 494539906..b41003f94 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 2121bf77c..a73d831e6 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 a27645aa6..d7c93f7ad 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 23e65b2f0..62a2cdc2c 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 1ddafe26e..fc2ab912e 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 c3149e396..16ff1b1d8 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 a557dbf75..0d544a019 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 02270c0cb..31a85fbe3 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 f096c5442..9e198ef2d 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 849cd97ee..fc9671ba9 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 5c29b7206..11a569561 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 1f72a83ea..72b9f285d 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 e053cfd73..038b79cf9 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 73fe7a2d0..a4defe971 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 ea1122cec..c7041a83f 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 ae00bf7fd..864caf9df 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 02e5177e7..a07126f80 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 919837d98..d0b06987e 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 1c9f5cab3..34718d14a 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 dbe9bcb2f..fb6decfff 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 ad2fe2949..816c3622b 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 a50b0fbf0..aa23e32ab 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 ba3645c49..89a5f3655 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 b110dcecb..588e93dae 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 46f092b19..f6551d19b 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 4d4b6ebc5..6d05f12cf 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 584aa49b9..971a53316 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 4171f8326..f3ab4b2ab 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);