Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
CSS Fights span.Aside
Deprecatedz
New
Hey guys, it's a pretty stupid thing but I'm fighting with the css atm and I just want to remove the first-child of span.Aside. It belongs to the categories menu of the sidebar. The reason is avoid to manage big size numbers in this .ItemLink.
<ul class="PanelInfo PanelCategories"> <li> <a class="ItemLink" href="">ALL CATEGORIES <span class="Aside"><span class="Count"><span class="Number" title="666666 discussions">"bignumber"</span></span></span></a> </li></ul>
many thanks!
0
Best Answer
-
hgtonight MVP
That should show as 666.7k which is hardly that wide.
What is the question?
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
5
Answers
That should show as 666.7k which is hardly that wide.
What is the question?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I want to remove the .Count of the first-child of global numbers displayed on the sidebar category panel, but actually I found another solution to make this more stetic simply changin colors ... I don't know if I should check out the answer as valid