mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
fix breadcrumbs active border and text color
This commit is contained in:
parent
b2c451b1ff
commit
f81315c700
|
|
@ -39,11 +39,11 @@
|
|||
&.active:after, &:hover:after {
|
||||
color: var(--text-on-background-color-2);
|
||||
}
|
||||
|
||||
|
||||
&.active:after {
|
||||
border-left: 14px solid var(--button-colored-background);
|
||||
}
|
||||
|
||||
|
||||
&:hover:after {
|
||||
border-left: 14px solid var(--button-colored-background-hover);
|
||||
}
|
||||
|
|
@ -51,16 +51,14 @@
|
|||
|
||||
.active {
|
||||
cursor: default;
|
||||
background: var(--button-colored-background);
|
||||
}
|
||||
|
||||
.active, li:hover {
|
||||
color: var(--text-on-background-color-2);
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.active {
|
||||
background: var(--button-colored-background);
|
||||
}
|
||||
|
||||
|
||||
li:hover {
|
||||
background: var(--button-colored-background-hover);
|
||||
}
|
||||
|
|
@ -85,11 +83,11 @@
|
|||
&.active:not(:last-child):after, &:hover:not(:last-child):after {
|
||||
color: var(--text-on-background-color-2);
|
||||
}
|
||||
|
||||
|
||||
&.active:not(:last-child):after {
|
||||
border-left: 14px solid var(--button-colored-background);
|
||||
}
|
||||
|
||||
|
||||
&:hover:not(:last-child):after {
|
||||
border-left: 14px solid var(--button-colored-background-hover);
|
||||
}
|
||||
|
|
|
|||
326
styles.css
326
styles.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user