-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wporg-support: Patch some styles broken by embedded block editor.
See: Automattic/blocks-everywhere#110 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12342 74240141-8908-4e6f-9713-ba540dce6ec7
- Loading branch information
1 parent
79bf56e
commit 56de9c5
Showing
5 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
...blic_html/wp-content/themes/pub/wporg-support/sass/modules/_blocks-everywhere-hotfix.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
// See: https://github.com/Automattic/blocks-everywhere/issues/110 | ||
.wp-block-navigation__responsive-close, | ||
.wp-block-navigation__responsive-container { | ||
pointer-events: unset !important; | ||
} | ||
|
||
.wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover>.wp-block-navigation__submenu-container { | ||
opacity: 1; | ||
visibility: unset; | ||
} | ||
|
||
.wp-block-navigation-item .wp-block-navigation-item__content { | ||
cursor: pointer; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css.map
Large diffs are not rendered by default.
Oops, something went wrong.