mirror of
https://github.com/mue/mue.git
synced 2026-07-14 04:24:01 +02:00
feat: warning if item uses third-party API
- scrollbar accessibility improvements
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user