mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Color in the Scrollbar corner at the bottom right into the appropriate color
This commit is contained in:
parent
18f03d5cb1
commit
f891a98087
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@mixin night-mode {
|
@mixin night-mode {
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
background: var(--window-bg);
|
background-color: var(--window-bg);
|
||||||
|
|
||||||
&:horizontal {
|
&:horizontal {
|
||||||
height: 12px;
|
height: 12px;
|
||||||
|
@ -29,4 +29,8 @@
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-corner {
|
||||||
|
background-color: var(--window-bg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue