mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
variant: fix sidebar-flyout borders color for zen #667
This commit is contained in:
parent
18301a14d0
commit
977e4c5ab2
2 changed files with 11 additions and 5 deletions
|
@ -1026,11 +1026,7 @@ tbody > tr:nth-child(even) > td {
|
||||||
.topbar-sidebar-divider::after {
|
.topbar-sidebar-divider::after {
|
||||||
content: "\00a0";
|
content: "\00a0";
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 48rem) {
|
|
||||||
.topbar-sidebar-divider {
|
|
||||||
border-inline-start-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.topbar-wrapper > .topbar-area-start {
|
.topbar-wrapper > .topbar-area-start {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
@ -256,6 +256,11 @@ table {
|
||||||
.topbar-sidebar-divider {
|
.topbar-sidebar-divider {
|
||||||
border-inline-start-color: var(--INTERNAL-MENU-TOPBAR-SEPARATOR-color);
|
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-body a[aria-disabled="true"],
|
||||||
#R-searchresults .autocomplete-suggestion > .context {
|
#R-searchresults .autocomplete-suggestion > .context {
|
||||||
|
@ -462,6 +467,11 @@ article ul > li > input[type="checkbox"] {
|
||||||
#R-header-topbar {
|
#R-header-topbar {
|
||||||
border-inline-end-color: var(--INTERNAL-MENU-TOPBAR-BORDER-color);
|
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-header-wrapper,
|
||||||
#R-homelinks,
|
#R-homelinks,
|
||||||
|
|
Loading…
Reference in a new issue