瀏覽代碼

Merge pull request #1350 from blink1073/fix-important

Do not use a modifier selector on its own
Afshin Darian 8 年之前
父節點
當前提交
ab66b644c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/application/index.css

+ 1 - 1
src/application/index.css

@@ -30,7 +30,7 @@ body {
 }
 
 
-.p-mod-hidden {
+.p-Widget.p-mod-hidden {
   display: none !important;
 }