-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation arrow collapses into project title #4
Comments
ConnorChristensen
referenced
this issue
in ManifoldScholar/manifold
Sep 11, 2020
Issue #2831 is a result of the dhdebates manifold instance including the duplicate structure utility classes. The plugin required some mixins, however these mixins came with utility classes that unintentionally took precedence over custom styles in the plugin and caused bugs. Splitting the utility classes from the mixins allows other files to import mixins without worrying that the structure utilities will overwrite previously defined values. This issue will be resolved when the dhdebates plugin imports the mixin file rather than the whole structure folder contents.
ConnorChristensen
referenced
this issue
Sep 11, 2020
Resolves manifold issue [#2831](https://github.com/ManifoldScholar/manifold/issues/2831).
ConnorChristensen
referenced
this issue
Sep 11, 2020
Resolves https://github.com/ManifoldScholar/manifold/issues/2831. Utility classes were accidentally being imported along with mixins and interfering with the stylesheet.
zdavis
referenced
this issue
in ManifoldScholar/manifold
Oct 8, 2020
Issue #2831 is a result of the dhdebates manifold instance including the duplicate structure utility classes. The plugin required some mixins, however these mixins came with utility classes that unintentionally took precedence over custom styles in the plugin and caused bugs. Splitting the utility classes from the mixins allows other files to import mixins without worrying that the structure utilities will overwrite previously defined values. This issue will be resolved when the dhdebates plugin imports the mixin file rather than the whole structure folder contents.
This is actually not an issue in Manifold per se. It's related to customizations on the DH debates instance. There's an open PR on this issue that will solve it. However, we can't solve this on DH Debates until the Manifold v6 is out, as there's a corresponding upstream fix that won't be included in Manifold until the master branch is released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the Debates instance, when a user navigates to the view where they can manage their reading groups, the menu navigation text overlays the arrow pointing back.
The text was updated successfully, but these errors were encountered: