From bcc2e33d0d584be4f69dd182ad95baadb554fcd1 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Sat, 26 Jul 2025 12:49:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Adding=20the=20style=20of=20the?= =?UTF-8?q?=20primevue=20scrollpanel=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/primevue-style/scrollpanel.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/assets/style/primevue-style/scrollpanel.css diff --git a/src/assets/style/primevue-style/scrollpanel.css b/src/assets/style/primevue-style/scrollpanel.css new file mode 100644 index 0000000..aa06f8c --- /dev/null +++ b/src/assets/style/primevue-style/scrollpanel.css @@ -0,0 +1,11 @@ +:root { + --p-scrollpanel-bar-size: 0.5rem; + --p-scrollpanel-bar-border-radius: 0.25rem; + --p-scrollpanel-bar-focus-ring-width: var(--focus-width); + --p-scrollpanel-bar-focus-ring-style: var(--focus-style); + --p-scrollpanel-bar-focus-ring-color: var(--focus-color); + --p-scrollpanel-bar-focus-ring-offset: var(--focus-offset); + --p-scrollpanel-bar-focus-ring-shadow: none; + --p-scrollpanel-transition-duration: var(--transition-duration); + --p-scrollpanel-bar-background: var(--background-overlay-grey); +}