소스 검색

Merge pull request #47633 from Calinou/editor-theme-scrollbar-add-background

Add a subtle background to editor scrollbars
Rémi Verschelde 4 년 전
부모
커밋
de3b3e1cda
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      editor/icons/GuiScrollBg.svg
  2. 1 1
      editor/icons/GuiScrollGrabber.svg

+ 1 - 1
editor/icons/GuiScrollBg.svg

@@ -1 +1 @@
-<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"/>
+<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" fill="#fff" fill-opacity=".082353" r="2"/></svg>

+ 1 - 1
editor/icons/GuiScrollGrabber.svg

@@ -1 +1 @@
-<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" fill="#fff" fill-opacity=".27451" r="2"/></svg>
+<svg height="12" viewBox="0 0 12 11.999999" width="12" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" fill="#fff" fill-opacity=".294118" r="3"/></svg>