Skip to content
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

Shows selected folder path in Content Tree #922

Merged
merged 1 commit into from
Mar 19, 2022
Merged

Conversation

wesleybl
Copy link
Member

The fieldset that contains the path receives the autotoc-section class, which has the display: none property.

So we need to be more specific in the css selector, to put the display: inline-block property.

Also fixed the position of the "x" that clears the item filter.

Fixes #921

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2022

Codecov Report

Merging #922 (2aa122c) into master (02a212c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #922   +/-   ##
=======================================
  Coverage   85.29%   85.29%           
=======================================
  Files          45       45           
  Lines        2835     2835           
=======================================
  Hits         2418     2418           
  Misses        417      417           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02a212c...2aa122c. Read the comment docs.

@wesleybl
Copy link
Member Author

@hvelarde @cleberjsantos @agnogueira Can you take a look here please?

Copy link
Member

@hvelarde hvelarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The fieldset that contains the path receives the autotoc-section class,
which has the "display: none" property.

So we need to be more specific in the css selector, to put the "display:
inline-block" property.

Also fixed the position of the "x" that clears the item filter.
@wesleybl wesleybl merged commit c49b0fd into master Mar 19, 2022
@wesleybl wesleybl deleted the fix_contentchooser branch March 19, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Folder path selected in Content Tree is not shown
3 participants