FIX: Restrict sidebar specific select kit CSS to sidebar (#17552)

Follow-up to 0d72a8c458
This commit is contained in:
Alan Guo Xiang Tan 2022-07-18 16:17:03 +08:00 committed by GitHub
parent 7230b0d436
commit cd82e10d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,23 @@
font-size: 1em;
font-weight: bold;
align-items: stretch;
.select-kit {
.btn {
background: transparent;
&:hover {
background: var(--primary-low);
}
}
.d-icon {
font-size: var(--font-down-1);
color: var(--primary-medium);
margin-right: 0;
}
summary {
padding: 0.25em 0.5em;
}
}
}
.sidebar-section-header-link,
@ -137,23 +154,6 @@
}
}
.select-kit {
.btn {
background: transparent;
&:hover {
background: var(--primary-low);
}
}
.d-icon {
font-size: var(--font-down-1);
color: var(--primary-medium);
margin-right: 0;
}
summary {
padding: 0.25em 0.5em;
}
}
.sidebar-section-header-button {
background: none;
border: none;