diff --git a/client/homebrew/brewRenderer/brewRenderer.less b/client/homebrew/brewRenderer/brewRenderer.less index eb476248c..234624aa2 100644 --- a/client/homebrew/brewRenderer/brewRenderer.less +++ b/client/homebrew/brewRenderer/brewRenderer.less @@ -4,10 +4,8 @@ padding-top : 30px; overflow-y : scroll; will-change : transform; - :where(.pages) { margin : 30px 0px; - & > :where(.page) { width : 215.9mm; height : 279.4mm; @@ -17,20 +15,16 @@ box-shadow : 1px 4px 14px #000000; } } - &::-webkit-scrollbar { width : 20px; - &:horizontal { width : auto; height : 20px; } - &-thumb { background : linear-gradient(90deg, #D3C1AF 15px, #00000000 15px); &:horizontal { background : linear-gradient(0deg, #D3C1AF 15px, #00000000 15px); } } - &-corner { visibility : hidden; } } } diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index 21c741bbd..33a6836ef 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -38,7 +38,7 @@ border : 1px solid gray; &:focus { outline : 1px solid #D3D3D3; } - // `.range-input` if generic to all range inputs, or `#zoom-input` if only for zoom slider + // `.range-input` if generic to all range inputs, or `#zoom-slider` if only for zoom slider &.range-input { padding : 2px 0; color : #D3D3D3; @@ -73,12 +73,9 @@ width : 4ch; margin-right : 1ch; text-align : center; - } - } - button { box-sizing : content-box; display : flex; @@ -91,11 +88,8 @@ font-weight : unset; color : inherit; background-color : unset; - &:hover { background-color : #444444; } - &:focus { outline : 1px solid #D3D3D3; } - &:disabled { color : #777777; background-color : unset !important;