show relevant scrollbar buttons on osx
This commit is contained in:
parent
b4f59ecf26
commit
1c113f7798
1 changed files with 7 additions and 0 deletions
|
|
@ -527,6 +527,13 @@ summary:focus {
|
||||||
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-button:horizontal:start:decrement,
|
||||||
|
::-webkit-scrollbar-button:horizontal:end:increment,
|
||||||
|
::-webkit-scrollbar-button:vertical:start:decrement,
|
||||||
|
::-webkit-scrollbar-button:vertical:end:increment {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-button:vertical:start {
|
::-webkit-scrollbar-button:vertical:start {
|
||||||
height: 17px;
|
height: 17px;
|
||||||
background-image: svg-load("./icon/button-up.svg");
|
background-image: svg-load("./icon/button-up.svg");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue