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

View file

@ -31,7 +31,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
} }
.form-check-input { .form-check-input {
border-color: var(--border);
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
height: 1.5em; 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; page-break-inside: avoid;
} }
h1 { h1 {
border-bottom: 1px solid #c4c4c4; border-bottom: 1px solid var(--border);
padding-bottom: 0.25em; padding-bottom: 0.25em;
} }
.help-badge { .help-badge {

View file

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