From 232f28b5b45279c6a4aa5de82f76a767ef26733d Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Sat, 17 Aug 2024 14:06:58 -0500 Subject: [PATCH] Remove extra styling of the slider thumb can just use browser defaults for this. --- .../homebrew/brewRenderer/toolBar/toolBar.less | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index 5ab867a56..cb3f744f1 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -34,20 +34,11 @@ color: #D3D3D3; accent-color: #d3d3d3; - &::-webkit-slider-thumb { - width : 8px; - height : 15px; - appearance : none; + &::-webkit-slider-thumb, &::-moz-slider-thumb { cursor : pointer; - background-color : rgb(39, 174, 96); - translate : 0 -66%; - } - &::-moz-slider-thumb { - width : 8px; - height : 15px; - appearance : none; - cursor : pointer; - background-color : rgb(39, 174, 96); + width: 5px; + height: 5px; + outline: none; } &:hover::after {