mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: Sub-Categpry Routing in Item Group Page Listing pills
- Use absolute route even 3-4 sub-category levels down - Remove scroll from category pills due to accessibility issues - Arrange sub-category pills alphabetically
This commit is contained in:
@@ -569,15 +569,12 @@ body.product-page {
|
||||
}
|
||||
|
||||
.scroll-categories {
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
|
||||
.category-pill {
|
||||
margin: 0px 4px;
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
background-color: #ecf5fe;
|
||||
width: fit-content;
|
||||
padding: 6px 12px;
|
||||
margin-bottom: 8px;
|
||||
background-color: #ecf5fe;
|
||||
font-size: 14px;
|
||||
border-radius: 18px;
|
||||
color: var(--blue-500);
|
||||
|
||||
Reference in New Issue
Block a user