瀏覽代碼

:art: 油灯svg disable 变成灰色

visuddhinanda@gmail.com 4 年之前
父節點
當前提交
f517712ea3
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 2
      public/app/public/images/svg/oil-lamp.svg
  2. 1 0
      public/app/term/term.css

文件差異過大導致無法顯示
+ 1 - 2
public/app/public/images/svg/oil-lamp.svg


+ 1 - 0
public/app/term/term.css

@@ -823,6 +823,7 @@ li.active {
 }
 .disable {
 	cursor: not-allowed;
+    filter: grayscale(100%);
 }
 .channel_name {
 	white-space: nowrap;

部分文件因文件數量過多而無法顯示