Skip to content

Commit f210397

Browse files
authored
Merge pull request #425 from BeAPI/fix/admin-bar-variable
fix (scss) wp admin custom propverty
2 parents 1dd64e1 + 74e6612 commit f210397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/03-base/_variables-css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
*/
9797
--wp-admin-bar-height: var(--wp-admin--admin-bar--height, 0rem);
9898

99-
body:not(.admin-bar) {
99+
&:not(.admin-bar) {
100100
--wp-admin-bar-height: 0rem; // for wp admin bar hider extension
101101
}
102102

0 commit comments

Comments
 (0)