mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
Revert Changes
This commit is contained in:
parent
54b1ca1074
commit
872ef63f30
4 changed files with 4 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue