From a0f10cedbdc127fcc594f3a62bd9f0aecfa73a4c Mon Sep 17 00:00:00 2001 From: tobinio Date: Sun, 15 Oct 2023 10:24:43 +0200 Subject: [PATCH] minor css join --- lib/components/base/Slider.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/components/base/Slider.vue b/lib/components/base/Slider.vue index 1bb0a8f06..03403875e 100644 --- a/lib/components/base/Slider.vue +++ b/lib/components/base/Slider.vue @@ -138,10 +138,6 @@ const onInput = (value) => { width: 100%; } -.slide-container .slider { - width: 100%; -} - .slider-component, .slide-container { width: 100%; @@ -156,6 +152,8 @@ const onInput = (value) => { border-radius: var(--radius-sm); height: 0.25rem; + width: 100%; + background: linear-gradient( to right, var(--color-brand),