Move category dropdown changes to desktop only (#11995)
follow-up to 615a091
This commit is contained in:
parent
3ed6747bf2
commit
a2946b0728
|
@ -56,15 +56,8 @@
|
|||
display: flex;
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
height: 100%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.select-kit-header {
|
||||
align-self: stretch;
|
||||
height: 100%;
|
||||
margin-bottom: var(--nav-space);
|
||||
}
|
||||
}
|
||||
|
||||
#navigation-bar {
|
||||
|
|
|
@ -192,6 +192,18 @@ button.dismiss-read {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.category-breadcrumb {
|
||||
// only target the top-level li, not dropdowns
|
||||
> li {
|
||||
height: 100%;
|
||||
}
|
||||
.select-kit-header {
|
||||
align-self: stretch;
|
||||
height: 100%;
|
||||
margin-bottom: var(--nav-space);
|
||||
}
|
||||
}
|
||||
|
||||
.category-heading {
|
||||
p {
|
||||
line-height: $line-height-large;
|
||||
|
|
Loading…
Reference in New Issue