Fix modal css to be hidden immediately

Before the leanModal content css was applied after the js class
was added to the body element. This causes leanModals to
display for a split second before being hidden. This fix removes
the need for the explicit css rule for static pages preview.
This commit is contained in:
Kevin Luo
2015-03-17 13:20:05 -07:00
parent 302d3e6e06
commit 8d56fe3bc1
2 changed files with 51 additions and 62 deletions

View File

@@ -405,10 +405,3 @@ table {
border-spacing: 0;
}
/**
* Hide staticpage preview on load (Studio).
*/
#preview-lms-staticpages {
display: none;
}