mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 14:18:01 +08:00
variant: fix sidebar-flyout borders color for zen #667
This commit is contained in:
parent
18301a14d0
commit
977e4c5ab2
@ -1026,11 +1026,7 @@ tbody > tr:nth-child(even) > td {
|
||||
.topbar-sidebar-divider::after {
|
||||
content: "\00a0";
|
||||
}
|
||||
@media screen and (max-width: 48rem) {
|
||||
.topbar-sidebar-divider {
|
||||
border-inline-start-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.topbar-wrapper > .topbar-area-start {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -256,6 +256,11 @@ table {
|
||||
.topbar-sidebar-divider {
|
||||
border-inline-start-color: var(--INTERNAL-MENU-TOPBAR-SEPARATOR-color);
|
||||
}
|
||||
@media screen and (max-width: 48rem) {
|
||||
.topbar-sidebar-divider {
|
||||
border-inline-start-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
#R-body a[aria-disabled="true"],
|
||||
#R-searchresults .autocomplete-suggestion > .context {
|
||||
@ -462,6 +467,11 @@ article ul > li > input[type="checkbox"] {
|
||||
#R-header-topbar {
|
||||
border-inline-end-color: var(--INTERNAL-MENU-TOPBAR-BORDER-color);
|
||||
}
|
||||
@media screen and (max-width: 48rem) {
|
||||
.mobile-support #R-header-topbar {
|
||||
border-inline-end-color: var(--INTERNAL-MENU-BORDER-color);
|
||||
}
|
||||
}
|
||||
|
||||
#R-header-wrapper,
|
||||
#R-homelinks,
|
||||
|
Loading…
x
Reference in New Issue
Block a user