feat: warning if item uses third-party API

- scrollbar accessibility improvements
This commit is contained in:
alexsparkes
2024-05-21 12:59:26 +01:00
parent 0af3996d1e
commit 3b73155ec1
17 changed files with 41 additions and 2 deletions

View File

@@ -11,9 +11,21 @@
}
::-webkit-scrollbar-thumb {
border-radius: 25px;
@include themed {
background: t($modal-sidebarActive);
}
border-radius: 12px;
}
&:hover {
@include themed {
background: t($btn-backgroundHover);
}
}
&:active {
@include themed {
background: t($btn-backgroundHover);
}
}
}