mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-15 10:04:25 +00:00
Make hide-if-no-js and hide-if-js important, props solarissmoke, fixes #16810
git-svn-id: https://develop.svn.wordpress.org/trunk@18664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -215,10 +215,13 @@ TABLE OF CONTENTS:
|
||||
}
|
||||
|
||||
.hidden,
|
||||
.js .closed .inside,
|
||||
.js .closed .inside {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.js .hide-if-js,
|
||||
.no-js .hide-if-no-js {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* include margin and padding in the width calculation of input and textarea */
|
||||
|
||||
Reference in New Issue
Block a user