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

Styles Search UI inside Accordion UI. #5330

Closed
jmiguelherazo opened this issue May 2, 2017 · 5 comments
Closed

Styles Search UI inside Accordion UI. #5330

jmiguelherazo opened this issue May 2, 2017 · 5 comments

Comments

@jmiguelherazo
Copy link

The results div styles are affected by the accordion styles, punctually the .title and .content classes

@dlynchcodes
Copy link

I had this issue at one point as well. I ended up not needing to use a search inside of an accordion, but definitely had this issue.

It only seems to happen with "styled" accordions. The documentation doesn't say anything about it. I don't think it's that unreasonable of a design choice if you have a form that you'd like to hide behind the accordion.

@awgv awgv added the Duplicate label May 3, 2017
@awgv
Copy link
Member

awgv commented May 3, 2017

See #4928.

@cluxter
Copy link

cluxter commented Jul 28, 2017

Did anyone find a proper way to fix this without waiting for an official patch? I'm having this issue as well and I would really like to use a search box inside a styled accordion. I tried several hacky things but didn't succeed in anything (my skills in CSS are really basic).

@ArturoCT
Copy link

ArturoCT commented Jul 23, 2018

Hi @cluxter, I added some css style to fix it:

.results .result{
	padding: 0px !important;
}

.results .result .content{
	padding: 0px !important;
}

But I don't know if this affects category search or something more.

@lubber-de

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants