better display and also temporary fallback for lowerLevelBackground

This commit is contained in:
Henry Jameson 2024-09-25 00:46:58 +03:00
commit e7eb1059c3
9 changed files with 50 additions and 10 deletions

View file

@ -31,6 +31,7 @@ const hoverGlow = {
export default {
name: 'ScrollbarElement',
selector: '::-webkit-scrollbar-button',
notEditable: true, // for now
states: {
pressed: ':active',
hover: ':hover:not(:disabled)',