backlog
This commit is contained in:
parent
07cee57fc3
commit
50eed1f91f
3 changed files with 8 additions and 5 deletions
|
@ -159,6 +159,9 @@ div[class^="listItem_"] [class^="wrapper_"] > svg > foreignObject,
|
||||||
&:has(rect[fill="#f23f43"]) {
|
&:has(rect[fill="#f23f43"]) {
|
||||||
--status-color: #{colors.$c5};
|
--status-color: #{colors.$c5};
|
||||||
}
|
}
|
||||||
|
&:has(rect[fill="#593695"]) {
|
||||||
|
--status-color: #{colors.$c4};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.platform-icons-wrapper > svg path {
|
.platform-icons-wrapper > svg path {
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&[class*="modeUnread_"] {
|
&[class*="modeUnread"] {
|
||||||
[class^="link_"] {
|
[class^="link_"] {
|
||||||
--channel-icon: var(--text-normal);
|
--channel-icon: var(--text-normal);
|
||||||
[class^="name_"] {
|
[class^="name_"] {
|
||||||
|
@ -272,7 +272,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&[class*="modeUnread_"] {
|
&[class*="modeUnread"] {
|
||||||
[class^="link_"] {
|
[class^="link_"] {
|
||||||
--channel-icon: var(--text-normal);
|
--channel-icon: var(--text-normal);
|
||||||
[class^="name_"] {
|
[class^="name_"] {
|
||||||
|
|
|
@ -340,8 +340,8 @@ $black-900: color.scale($black-500, $lightness: -95%);
|
||||||
--channeltextarea-background: #{colors.$tertiary} !important;
|
--channeltextarea-background: #{colors.$tertiary} !important;
|
||||||
|
|
||||||
--status-positive-text: #{colors.$c7} !important;
|
--status-positive-text: #{colors.$c7} !important;
|
||||||
--status-danger-text: #{colors.$c0} !important;
|
--status-danger-text: #{colors.$c7} !important;
|
||||||
--status-warning-text: #{colors.$c7} !important;
|
--status-warning-text: #{colors.$c0} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-light {
|
.theme-light {
|
||||||
|
@ -853,7 +853,7 @@ rect[fill="hsl(262, calc(var(--saturation-factor, 1) * 46.8%), 39.8%)"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="mentioned_"]:before {
|
[class*="mentioned_"]:before {
|
||||||
background-color: #{colors.$accent};
|
background-color: #{colors.$accent} !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="slider_"] [class^="bar_"],
|
[class^="slider_"] [class^="bar_"],
|
||||||
|
|
Loading…
Reference in a new issue