瀏覽代碼

fix(ui): incorrect accent color for the range slider

charlie 1 年之前
父節點
當前提交
2fdd69090b
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/main/frontend/ui.css

+ 4 - 0
src/main/frontend/ui.css

@@ -381,3 +381,7 @@ html.is-mobile {
 .ui__toggle-background-off {
   background: or(--ls-toggle-off-background, --lx-gray-08, rgb(212, 212, 212));
 }
+
+input[type='range'] {
+  accent-color: var(--lx-accent-10, var(--rx-blue-10));
+}