mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-09 14:38:41 +00:00
mini breadcrumb fix for testing
This commit is contained in:
parent
786dd19dd3
commit
45be09c3b8
|
|
@ -17,12 +17,12 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-top: 18px solid transparent;
|
border-top: 20px solid transparent;
|
||||||
border-bottom: 17px solid transparent;
|
border-bottom: 20px solid transparent;
|
||||||
border-left: 14px solid var(--box-border);
|
border-left: 14px solid #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -18px;
|
margin-top: -20px;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active:not(:last-child):after, &:hover:not(:last-child):after {
|
&.active:not(:last-child):after, &:hover:not(:last-child):after {
|
||||||
border-left: 14px solid #ffffff;
|
border-left: 14px solid var(--button-colored-background-hover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
10
styles.css
10
styles.css
|
|
@ -3820,12 +3820,12 @@ blockquote {
|
||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-top: 18px solid transparent;
|
border-top: 20px solid transparent;
|
||||||
border-bottom: 17px solid transparent;
|
border-bottom: 20px solid transparent;
|
||||||
border-left: 14px solid var(--box-border);
|
border-left: 14px solid #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -18px;
|
margin-top: -20px;
|
||||||
left: 100%; }
|
left: 100%; }
|
||||||
.crumbs-1 li:not(.last):after {
|
.crumbs-1 li:not(.last):after {
|
||||||
z-index: 2; }
|
z-index: 2; }
|
||||||
|
|
@ -3834,7 +3834,7 @@ blockquote {
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
z-index: 1; }
|
z-index: 1; }
|
||||||
.crumbs-1 li.active:not(.last):after, .crumbs-1 li:hover:not(.last):after {
|
.crumbs-1 li.active:not(.last):after, .crumbs-1 li:hover:not(.last):after {
|
||||||
border-left: 14px solid #ffffff; }
|
border-left: 14px solid var(--button-colored-background-hover); }
|
||||||
.crumbs-1 .last {
|
.crumbs-1 .last {
|
||||||
padding-right: 20px; }
|
padding-right: 20px; }
|
||||||
.crumbs-1 .last:before {
|
.crumbs-1 .last:before {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user