At the moment the ".term-plus-more"-button is a p-Container. To give the user the visual impression of clicking a link, you should add the following to the css markup:

.more-term-hide,
.term-plus-more {
 cursor: pointer;
}

Also, I think it would be better to get rid of the standard solor attribute as this is more a template thing.

Comments

rahulbile’s picture

Status: Fixed » Active

Thanks d9media.

Looks good to me. Committed .

rahulbile’s picture

Status: Active » Fixed

Closing.

Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

fixed