From a36b885dff00f6dc0c210f07885972b3473446b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:07:10 +0300 Subject: [PATCH] Fixed #13617 - Update table outline offset and sync primeng-sass-theme --- src/assets/components/themes/arya-blue/theme.css | 2 +- src/assets/components/themes/arya-green/theme.css | 2 +- src/assets/components/themes/arya-orange/theme.css | 2 +- src/assets/components/themes/arya-purple/theme.css | 2 +- src/assets/components/themes/bootstrap4-dark-blue/theme.css | 2 +- src/assets/components/themes/bootstrap4-dark-purple/theme.css | 2 +- src/assets/components/themes/bootstrap4-light-blue/theme.css | 2 +- src/assets/components/themes/bootstrap4-light-purple/theme.css | 2 +- src/assets/components/themes/fluent-light/theme.css | 2 +- src/assets/components/themes/lara-dark-blue/theme.css | 2 +- src/assets/components/themes/lara-dark-indigo/theme.css | 2 +- src/assets/components/themes/lara-dark-purple/theme.css | 2 +- src/assets/components/themes/lara-dark-teal/theme.css | 2 +- src/assets/components/themes/lara-light-blue/theme.css | 2 +- src/assets/components/themes/lara-light-indigo/theme.css | 2 +- src/assets/components/themes/lara-light-purple/theme.css | 2 +- src/assets/components/themes/lara-light-teal/theme.css | 2 +- src/assets/components/themes/luna-amber/theme.css | 2 +- src/assets/components/themes/luna-blue/theme.css | 2 +- src/assets/components/themes/luna-green/theme.css | 2 +- src/assets/components/themes/luna-pink/theme.css | 2 +- src/assets/components/themes/md-dark-deeppurple/theme.css | 2 +- src/assets/components/themes/md-dark-indigo/theme.css | 2 +- src/assets/components/themes/md-light-deeppurple/theme.css | 2 +- src/assets/components/themes/md-light-indigo/theme.css | 2 +- src/assets/components/themes/mdc-dark-deeppurple/theme.css | 2 +- src/assets/components/themes/mdc-dark-indigo/theme.css | 2 +- src/assets/components/themes/mdc-light-deeppurple/theme.css | 2 +- src/assets/components/themes/mdc-light-indigo/theme.css | 2 +- src/assets/components/themes/mira/theme.css | 2 +- src/assets/components/themes/nano/theme.css | 2 +- src/assets/components/themes/nova-accent/theme.css | 2 +- src/assets/components/themes/nova-alt/theme.css | 2 +- src/assets/components/themes/nova/theme.css | 2 +- src/assets/components/themes/rhea/theme.css | 2 +- src/assets/components/themes/saga-blue/theme.css | 2 +- src/assets/components/themes/saga-green/theme.css | 2 +- src/assets/components/themes/saga-orange/theme.css | 2 +- src/assets/components/themes/saga-purple/theme.css | 2 +- src/assets/components/themes/soho-dark/theme.css | 2 +- src/assets/components/themes/soho-light/theme.css | 2 +- src/assets/components/themes/tailwind-light/theme.css | 2 +- src/assets/components/themes/vela-blue/theme.css | 2 +- src/assets/components/themes/vela-green/theme.css | 2 +- src/assets/components/themes/vela-orange/theme.css | 2 +- src/assets/components/themes/vela-purple/theme.css | 2 +- src/assets/components/themes/viva-dark/theme.css | 2 +- src/assets/components/themes/viva-light/theme.css | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/assets/components/themes/arya-blue/theme.css b/src/assets/components/themes/arya-blue/theme.css index a9fcafa2020..ad6983ad54b 100644 --- a/src/assets/components/themes/arya-blue/theme.css +++ b/src/assets/components/themes/arya-blue/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #93cbf9; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(100, 181, 246, 0.16); diff --git a/src/assets/components/themes/arya-green/theme.css b/src/assets/components/themes/arya-green/theme.css index 8f160ae5b6c..c9d0ebae2f6 100644 --- a/src/assets/components/themes/arya-green/theme.css +++ b/src/assets/components/themes/arya-green/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #a7d8a9; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(129, 199, 132, 0.16); diff --git a/src/assets/components/themes/arya-orange/theme.css b/src/assets/components/themes/arya-orange/theme.css index 7e917f88d51..094cd51690c 100644 --- a/src/assets/components/themes/arya-orange/theme.css +++ b/src/assets/components/themes/arya-orange/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #ffe284; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(255, 213, 79, 0.16); diff --git a/src/assets/components/themes/arya-purple/theme.css b/src/assets/components/themes/arya-purple/theme.css index f8dd9db0d29..dc73cf020a0 100644 --- a/src/assets/components/themes/arya-purple/theme.css +++ b/src/assets/components/themes/arya-purple/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #cf95d9; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(186, 104, 200, 0.16); diff --git a/src/assets/components/themes/bootstrap4-dark-blue/theme.css b/src/assets/components/themes/bootstrap4-dark-blue/theme.css index 89a1135bf9d..b783c9d5d37 100644 --- a/src/assets/components/themes/bootstrap4-dark-blue/theme.css +++ b/src/assets/components/themes/bootstrap4-dark-blue/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #e3f3fe; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #8dd0ff; diff --git a/src/assets/components/themes/bootstrap4-dark-purple/theme.css b/src/assets/components/themes/bootstrap4-dark-purple/theme.css index 8709ce59ed9..0d306589f27 100644 --- a/src/assets/components/themes/bootstrap4-dark-purple/theme.css +++ b/src/assets/components/themes/bootstrap4-dark-purple/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #f0e6f5; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #c298d8; diff --git a/src/assets/components/themes/bootstrap4-light-blue/theme.css b/src/assets/components/themes/bootstrap4-light-blue/theme.css index 08dea9114d7..5b75b67a417 100644 --- a/src/assets/components/themes/bootstrap4-light-blue/theme.css +++ b/src/assets/components/themes/bootstrap4-light-blue/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid rgba(38, 143, 255, 0.5); - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007bff; diff --git a/src/assets/components/themes/bootstrap4-light-purple/theme.css b/src/assets/components/themes/bootstrap4-light-purple/theme.css index af25854e6d7..79767302723 100644 --- a/src/assets/components/themes/bootstrap4-light-purple/theme.css +++ b/src/assets/components/themes/bootstrap4-light-purple/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid rgba(136, 60, 174, 0.5); - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #883cae; diff --git a/src/assets/components/themes/fluent-light/theme.css b/src/assets/components/themes/fluent-light/theme.css index b9ccc36f8b1..b7836e32e6a 100644 --- a/src/assets/components/themes/fluent-light/theme.css +++ b/src/assets/components/themes/fluent-light/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #605e5c; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #edebe9; diff --git a/src/assets/components/themes/lara-dark-blue/theme.css b/src/assets/components/themes/lara-dark-blue/theme.css index 52b7180c81a..8b5e4cc0725 100644 --- a/src/assets/components/themes/lara-dark-blue/theme.css +++ b/src/assets/components/themes/lara-dark-blue/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid rgba(147, 197, 253, 0.5); - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(147, 197, 253, 0.16); diff --git a/src/assets/components/themes/lara-dark-indigo/theme.css b/src/assets/components/themes/lara-dark-indigo/theme.css index be256138e0a..a640c1168ff 100644 --- a/src/assets/components/themes/lara-dark-indigo/theme.css +++ b/src/assets/components/themes/lara-dark-indigo/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid rgba(165, 180, 252, 0.5); - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(165, 180, 252, 0.16); diff --git a/src/assets/components/themes/lara-dark-purple/theme.css b/src/assets/components/themes/lara-dark-purple/theme.css index be1461da93a..54f5134249d 100644 --- a/src/assets/components/themes/lara-dark-purple/theme.css +++ b/src/assets/components/themes/lara-dark-purple/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid rgba(196, 181, 253, 0.5); - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(196, 181, 253, 0.16); diff --git a/src/assets/components/themes/lara-dark-teal/theme.css b/src/assets/components/themes/lara-dark-teal/theme.css index e58da94a4c0..6506e8da189 100644 --- a/src/assets/components/themes/lara-dark-teal/theme.css +++ b/src/assets/components/themes/lara-dark-teal/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid rgba(94, 234, 212, 0.5); - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(94, 234, 212, 0.16); diff --git a/src/assets/components/themes/lara-light-blue/theme.css b/src/assets/components/themes/lara-light-blue/theme.css index 4034407a463..9fe95562341 100644 --- a/src/assets/components/themes/lara-light-blue/theme.css +++ b/src/assets/components/themes/lara-light-blue/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #BFDBFE; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #EFF6FF; diff --git a/src/assets/components/themes/lara-light-indigo/theme.css b/src/assets/components/themes/lara-light-indigo/theme.css index e5334de663b..d275da06ce9 100644 --- a/src/assets/components/themes/lara-light-indigo/theme.css +++ b/src/assets/components/themes/lara-light-indigo/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #C7D2FE; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #EEF2FF; diff --git a/src/assets/components/themes/lara-light-purple/theme.css b/src/assets/components/themes/lara-light-purple/theme.css index 8298350f8dc..c33d99a2b12 100644 --- a/src/assets/components/themes/lara-light-purple/theme.css +++ b/src/assets/components/themes/lara-light-purple/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #DDD6FE; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F5F3FF; diff --git a/src/assets/components/themes/lara-light-teal/theme.css b/src/assets/components/themes/lara-light-teal/theme.css index 79ea4c0e4e7..d6a6e33d447 100644 --- a/src/assets/components/themes/lara-light-teal/theme.css +++ b/src/assets/components/themes/lara-light-teal/theme.css @@ -2879,7 +2879,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #99F6E4; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F0FDFA; diff --git a/src/assets/components/themes/luna-amber/theme.css b/src/assets/components/themes/luna-amber/theme.css index d82b727c34d..f32e340916c 100644 --- a/src/assets/components/themes/luna-amber/theme.css +++ b/src/assets/components/themes/luna-amber/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid white; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #FFE082; diff --git a/src/assets/components/themes/luna-blue/theme.css b/src/assets/components/themes/luna-blue/theme.css index 25160a07786..9c26a318ebe 100644 --- a/src/assets/components/themes/luna-blue/theme.css +++ b/src/assets/components/themes/luna-blue/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid white; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #81D4FA; diff --git a/src/assets/components/themes/luna-green/theme.css b/src/assets/components/themes/luna-green/theme.css index f2a68b8b085..c2c7505171d 100644 --- a/src/assets/components/themes/luna-green/theme.css +++ b/src/assets/components/themes/luna-green/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid white; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #C5E1A5; diff --git a/src/assets/components/themes/luna-pink/theme.css b/src/assets/components/themes/luna-pink/theme.css index 1e1d5f4ee48..614b95e73b5 100644 --- a/src/assets/components/themes/luna-pink/theme.css +++ b/src/assets/components/themes/luna-pink/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid white; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F48FB1; diff --git a/src/assets/components/themes/md-dark-deeppurple/theme.css b/src/assets/components/themes/md-dark-deeppurple/theme.css index c08b54a39e4..c1676863bb2 100644 --- a/src/assets/components/themes/md-dark-deeppurple/theme.css +++ b/src/assets/components/themes/md-dark-deeppurple/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(206, 147, 216, 0.16); diff --git a/src/assets/components/themes/md-dark-indigo/theme.css b/src/assets/components/themes/md-dark-indigo/theme.css index 0496d8d63a2..8617c79ef48 100644 --- a/src/assets/components/themes/md-dark-indigo/theme.css +++ b/src/assets/components/themes/md-dark-indigo/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(159, 168, 218, 0.16); diff --git a/src/assets/components/themes/md-light-deeppurple/theme.css b/src/assets/components/themes/md-light-deeppurple/theme.css index 45bafe39d6d..4a33e5adbbe 100644 --- a/src/assets/components/themes/md-light-deeppurple/theme.css +++ b/src/assets/components/themes/md-light-deeppurple/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(103, 58, 183, 0.12); diff --git a/src/assets/components/themes/md-light-indigo/theme.css b/src/assets/components/themes/md-light-indigo/theme.css index d7143304ec3..94cb26d9db1 100644 --- a/src/assets/components/themes/md-light-indigo/theme.css +++ b/src/assets/components/themes/md-light-indigo/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(63, 81, 181, 0.12); diff --git a/src/assets/components/themes/mdc-dark-deeppurple/theme.css b/src/assets/components/themes/mdc-dark-deeppurple/theme.css index da503053ea0..f142c1b6114 100644 --- a/src/assets/components/themes/mdc-dark-deeppurple/theme.css +++ b/src/assets/components/themes/mdc-dark-deeppurple/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(206, 147, 216, 0.16); diff --git a/src/assets/components/themes/mdc-dark-indigo/theme.css b/src/assets/components/themes/mdc-dark-indigo/theme.css index 96c14910088..281dd2e7b29 100644 --- a/src/assets/components/themes/mdc-dark-indigo/theme.css +++ b/src/assets/components/themes/mdc-dark-indigo/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(159, 168, 218, 0.16); diff --git a/src/assets/components/themes/mdc-light-deeppurple/theme.css b/src/assets/components/themes/mdc-light-deeppurple/theme.css index 03d45034d5b..92c09ea8929 100644 --- a/src/assets/components/themes/mdc-light-deeppurple/theme.css +++ b/src/assets/components/themes/mdc-light-deeppurple/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(103, 58, 183, 0.12); diff --git a/src/assets/components/themes/mdc-light-indigo/theme.css b/src/assets/components/themes/mdc-light-indigo/theme.css index 63b38a26ceb..a4d8010f6bd 100644 --- a/src/assets/components/themes/mdc-light-indigo/theme.css +++ b/src/assets/components/themes/mdc-light-indigo/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(63, 81, 181, 0.12); diff --git a/src/assets/components/themes/mira/theme.css b/src/assets/components/themes/mira/theme.css index 6d6720413df..76011a6aedb 100644 --- a/src/assets/components/themes/mira/theme.css +++ b/src/assets/components/themes/mira/theme.css @@ -2889,7 +2889,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #C0D0E0; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #D8DEE9; diff --git a/src/assets/components/themes/nano/theme.css b/src/assets/components/themes/nano/theme.css index 2ba53fc81fb..a67abdf37f6 100644 --- a/src/assets/components/themes/nano/theme.css +++ b/src/assets/components/themes/nano/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #90c9f5; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #44A1D9; diff --git a/src/assets/components/themes/nova-accent/theme.css b/src/assets/components/themes/nova-accent/theme.css index 362d2dfef82..c1af7bdac69 100644 --- a/src/assets/components/themes/nova-accent/theme.css +++ b/src/assets/components/themes/nova-accent/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #8dcdff; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #e02365; diff --git a/src/assets/components/themes/nova-alt/theme.css b/src/assets/components/themes/nova-alt/theme.css index 8466859b9db..cb9639ccc24 100644 --- a/src/assets/components/themes/nova-alt/theme.css +++ b/src/assets/components/themes/nova-alt/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #8dcdff; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007ad9; diff --git a/src/assets/components/themes/nova/theme.css b/src/assets/components/themes/nova/theme.css index 38a51d9f38b..f302638feb6 100644 --- a/src/assets/components/themes/nova/theme.css +++ b/src/assets/components/themes/nova/theme.css @@ -2873,7 +2873,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #8dcdff; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #007ad9; diff --git a/src/assets/components/themes/rhea/theme.css b/src/assets/components/themes/rhea/theme.css index 245405e2e77..97be4ce10c5 100644 --- a/src/assets/components/themes/rhea/theme.css +++ b/src/assets/components/themes/rhea/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #e4e9ec; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #AFD3C8; diff --git a/src/assets/components/themes/saga-blue/theme.css b/src/assets/components/themes/saga-blue/theme.css index ddb76ceb86b..fde08a27551 100644 --- a/src/assets/components/themes/saga-blue/theme.css +++ b/src/assets/components/themes/saga-blue/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #a6d5fa; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #E3F2FD; diff --git a/src/assets/components/themes/saga-green/theme.css b/src/assets/components/themes/saga-green/theme.css index 64f729d5d34..558782dcfa2 100644 --- a/src/assets/components/themes/saga-green/theme.css +++ b/src/assets/components/themes/saga-green/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #b7e0b8; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #E8F5E9; diff --git a/src/assets/components/themes/saga-orange/theme.css b/src/assets/components/themes/saga-orange/theme.css index 73d1e80ed68..dafc0a6bd63 100644 --- a/src/assets/components/themes/saga-orange/theme.css +++ b/src/assets/components/themes/saga-orange/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #ffe69c; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #FFF3E0; diff --git a/src/assets/components/themes/saga-purple/theme.css b/src/assets/components/themes/saga-purple/theme.css index 41c0e828b14..59b87cd0202 100644 --- a/src/assets/components/themes/saga-purple/theme.css +++ b/src/assets/components/themes/saga-purple/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #df9eea; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #F3E5F5; diff --git a/src/assets/components/themes/soho-dark/theme.css b/src/assets/components/themes/soho-dark/theme.css index 0fe636645d9..fd833652863 100644 --- a/src/assets/components/themes/soho-dark/theme.css +++ b/src/assets/components/themes/soho-dark/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #e0d8fc; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(177, 157, 247, 0.16); diff --git a/src/assets/components/themes/soho-light/theme.css b/src/assets/components/themes/soho-light/theme.css index 562c713f469..a10cf925b7c 100644 --- a/src/assets/components/themes/soho-light/theme.css +++ b/src/assets/components/themes/soho-light/theme.css @@ -2885,7 +2885,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #c7bbfa; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #e2dcfc; diff --git a/src/assets/components/themes/tailwind-light/theme.css b/src/assets/components/themes/tailwind-light/theme.css index 8cf546905aa..e23c0f9ce95 100644 --- a/src/assets/components/themes/tailwind-light/theme.css +++ b/src/assets/components/themes/tailwind-light/theme.css @@ -2896,7 +2896,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #6366F1; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #EEF2FF; diff --git a/src/assets/components/themes/vela-blue/theme.css b/src/assets/components/themes/vela-blue/theme.css index 102ffdbf31b..20bbbf72008 100644 --- a/src/assets/components/themes/vela-blue/theme.css +++ b/src/assets/components/themes/vela-blue/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #93cbf9; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(100, 181, 246, 0.16); diff --git a/src/assets/components/themes/vela-green/theme.css b/src/assets/components/themes/vela-green/theme.css index 1a8d4922eb8..b374524517a 100644 --- a/src/assets/components/themes/vela-green/theme.css +++ b/src/assets/components/themes/vela-green/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #a7d8a9; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(129, 199, 132, 0.16); diff --git a/src/assets/components/themes/vela-orange/theme.css b/src/assets/components/themes/vela-orange/theme.css index d95533a98b7..1e9d043f9fc 100644 --- a/src/assets/components/themes/vela-orange/theme.css +++ b/src/assets/components/themes/vela-orange/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #ffe284; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(255, 213, 79, 0.16); diff --git a/src/assets/components/themes/vela-purple/theme.css b/src/assets/components/themes/vela-purple/theme.css index 0b7a118500b..1c9dd103bef 100644 --- a/src/assets/components/themes/vela-purple/theme.css +++ b/src/assets/components/themes/vela-purple/theme.css @@ -2861,7 +2861,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #cf95d9; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(186, 104, 200, 0.16); diff --git a/src/assets/components/themes/viva-dark/theme.css b/src/assets/components/themes/viva-dark/theme.css index 377c8b223a7..3408ccb5a77 100644 --- a/src/assets/components/themes/viva-dark/theme.css +++ b/src/assets/components/themes/viva-dark/theme.css @@ -2893,7 +2893,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #9eade6; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: rgba(158, 173, 230, 0.16); diff --git a/src/assets/components/themes/viva-light/theme.css b/src/assets/components/themes/viva-light/theme.css index f30eca80a55..283d6de5032 100644 --- a/src/assets/components/themes/viva-light/theme.css +++ b/src/assets/components/themes/viva-light/theme.css @@ -2894,7 +2894,7 @@ } .p-datatable .p-datatable-tbody > tr:focus-visible { outline: 0.15rem solid #bbc7ee; - outline-offset: 0.15rem; + outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { background: #ced6f1;