bulk-operations multiSelect items UI v0.1

This commit is contained in:
Milos Holba
2020-11-26 12:26:30 +01:00
parent 1654dc8678
commit 0eb0939598
5 changed files with 97 additions and 85 deletions

View File

@@ -438,4 +438,31 @@
}
}
}
}
::-webkit-scrollbar {
width: 4px;
// border-radius: 15px;
}
/* Handle */
::-webkit-scrollbar-thumb {
width: 4px;
background: #7f7f7f;
border-radius: 25px;
}
::-webkit-scrollbar-track {
width: 8px;
padding: 4px;
}
@media (prefers-color-scheme: dark) {
::-webkit-scrollbar-thumb {
background: $light_text;
}
}