Revert Changes

This commit is contained in:
GithubAnon0000 2025-08-30 22:40:39 +02:00
parent 54b1ca1074
commit 872ef63f30
4 changed files with 4 additions and 6 deletions

View file

@ -262,7 +262,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
display: flex;
flex-flow: row;
justify-content: space-between;
border-color: var(--border);
.inner {
flex-grow: 1;
@ -288,13 +287,13 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
.chevron {
height: 100%;
align-self: flex-end;
border-left: 1px solid var(--border);
border-left: 1px solid var(--border-subtle);
}
:global([dir="rtl"]) {
.chevron {
border-left: none;
border-right: 1px solid var(--border);
border-right: 1px solid var(--border-subtle);
}
}
</style>

View file

@ -31,7 +31,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
}
.form-check-input {
border-color: var(--border);
-webkit-appearance: none;
appearance: none;
height: 1.5em;

View file

@ -56,7 +56,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
page-break-inside: avoid;
}
h1 {
border-bottom: 1px solid #c4c4c4;
border-bottom: 1px solid var(--border);
padding-bottom: 0.25em;
}
.help-badge {

View file

@ -153,7 +153,7 @@ $vars: (
default: (
"Border color with medium contrast against window background",
(
light: palette(lightgray, 9),
light: palette(lightgray, 6),
dark: palette(darkgray, 7),
),
),