mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -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;
|
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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue