浏览代码

: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 {
 .disable {
 	cursor: not-allowed;
 	cursor: not-allowed;
+    filter: grayscale(100%);
 }
 }
 .channel_name {
 .channel_name {
 	white-space: nowrap;
 	white-space: nowrap;

部分文件因为文件数量过多而无法显示