From e0e49c606fd68336fcfd6c0adfa2be90bc7537d3 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 17 Aug 2024 14:05:14 -0500 Subject: [PATCH] Utilize browser defined style for slider, with accent-color Avoid over-styling of browser-defined slider, but still apply a HB appropriate color scheme. Prevents us from having to create our own tick marks, so we can just define the `option`s in the datalist and get tick marks in the right spot. --- client/homebrew/brewRenderer/toolBar/toolBar.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index 0bcfbaf6a..3eb006c4b 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -31,12 +31,8 @@ border-radius : 7px; &.slider { - width : 100%; - height : 7px; - appearance : none; - background : #D3D3D3; - isolation : isolate; - outline : none; + color: #D3D3D3; + accent-color: #d3d3d3; &::-webkit-slider-thumb { width : 8px;