diff --git a/_dev/src/scss/components/_index.scss b/_dev/src/scss/components/_index.scss index 8159218e0..f606462c7 100644 --- a/_dev/src/scss/components/_index.scss +++ b/_dev/src/scss/components/_index.scss @@ -14,5 +14,4 @@ @use "privacy"; @use "progress"; @use "radio-card"; -@use "scrollbar"; @use "stepper"; diff --git a/_dev/src/scss/components/_scrollbar.scss b/_dev/src/scss/components/_scrollbar.scss deleted file mode 100644 index 7bc2f728c..000000000 --- a/_dev/src/scss/components/_scrollbar.scss +++ /dev/null @@ -1,30 +0,0 @@ -@use "../variables" as *; - -.sb-thin { - &::-webkit-scrollbar { - width: 0.375rem; - height: 0.375rem; - } -} - -:not(.sb-thin) { - &::-webkit-scrollbar { - width: 0.75rem; - height: 0.75rem; - } -} - -::-webkit-scrollbar-thumb { - background: var(--#{$ua-prefix}scrollbar-thumb); - border-radius: 99px; -} - -::-webkit-scrollbar-thumb:hover { - background: var(--#{$ua-prefix}scrollbar-thumb-hover); - border-radius: 99px; -} - -::-webkit-scrollbar-track { - background: var(--#{$ua-prefix}scrollbar-track); - border-radius: 99px; -} diff --git a/views/templates/components/stepper.html.twig b/views/templates/components/stepper.html.twig index 191d242d1..369ac9438 100644 --- a/views/templates/components/stepper.html.twig +++ b/views/templates/components/stepper.html.twig @@ -1,4 +1,4 @@ -