Add pressed state to RA and TS ScrollItemWidget
This commit is contained in:
@@ -287,12 +287,17 @@ observer-scrollheader:
|
||||
observer-scrollheader-highlighted:
|
||||
Inherits: observer-scrollpanel-button-disabled
|
||||
|
||||
observer-scrollitem-highlighted:
|
||||
Inherits: observer-scrollpanel-button-pressed
|
||||
observer-scrollitem:
|
||||
|
||||
observer-scrollitem-hover:
|
||||
Inherits: observer-scrollpanel-button
|
||||
|
||||
observer-scrollitem-pressed:
|
||||
Inherits: observer-scrollpanel-button
|
||||
|
||||
observer-scrollitem-highlighted:
|
||||
Inherits: observer-scrollpanel-button-pressed
|
||||
|
||||
# Used for the main menu frame
|
||||
dialog:
|
||||
Inherits: ^Dialog
|
||||
@@ -583,6 +588,9 @@ scrollitem:
|
||||
scrollitem-hover:
|
||||
Inherits: button
|
||||
|
||||
scrollitem-pressed:
|
||||
Inherits: button
|
||||
|
||||
scrollitem-highlighted:
|
||||
Inherits: button-pressed
|
||||
|
||||
|
||||
@@ -713,6 +713,9 @@ scrollitem:
|
||||
scrollitem-hover:
|
||||
Inherits: button
|
||||
|
||||
scrollitem-pressed:
|
||||
Inherits: button
|
||||
|
||||
scrollitem-highlighted:
|
||||
Inherits: button-pressed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user