Jeremy Thomas 8 年之前
父节点
当前提交
cefac73bef
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      sass/elements/notification.sass

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## 0.4.1
 ## 0.4.1
 
 
 # Fix #568 max-width container
 # Fix #568 max-width container
+# Fix #589 notification delete
 
 
 ## 0.4.0
 ## 0.4.0
 
 

+ 1 - 1
sass/elements/notification.sass

@@ -9,7 +9,7 @@
     background: $white
     background: $white
   pre code
   pre code
     background: transparent
     background: transparent
-  .delete
+  & > .delete
     position: absolute
     position: absolute
     right: 0.5em
     right: 0.5em
     top: 0.5em
     top: 0.5em