mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Merge pull request #1125 from hgiesel/scrollbarcorner
Color Scrollbar bottom right corner
This commit is contained in:
commit
7b2b4528b3
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