瀏覽代碼

fix(markers): Blocks marked "cancelled" not working (#4812)

* fix #3663

* Update dicts.cljs

* close #4697

* fix: Cancelled not treated as canceled #4810
sawhney17 3 年之前
父節點
當前提交
dd1321e1d7
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      resources/css/common.css

+ 3 - 1
resources/css/common.css

@@ -741,6 +741,7 @@ li p:last-child,
 }
 
 .canceled,
+.cancelled,
 .done {
   text-decoration: line-through;
   opacity: 0.6;
@@ -780,7 +781,8 @@ li p:last-child,
 }
 
 .done,
-.canceled {
+.canceled,
+.cancelled {
   opacity: 0.7;
 }