From 964968be39f7d70c12c41eb77c51e94e1c2ccd6a Mon Sep 17 00:00:00 2001 From: Paul Twohey Date: Sat, 31 Aug 2019 18:38:16 -0700 Subject: use class="hidden" instead of creating new classes Use class "hidden" instead of styled classes to ensure that input elments stay hidden when the Content-Security-Policy header has "style-src 'self';" --- assets/book.scss | 5 ----- 1 file changed, 5 deletions(-) (limited to 'assets/book.scss') diff --git a/assets/book.scss b/assets/book.scss index dfbfa17..5922ab0 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -54,11 +54,6 @@ img { vertical-align: baseline; } -// hide menu checkbox with CSS -#menu-control { - display: none; -} - aside nav ul { padding: 0; margin: 0; -- cgit v1.2.3