Replace HInteractiveRectangle by HTiledelegate

This commit is contained in:
miruka
2019-08-21 04:39:07 -04:00
parent 4abf57c8d4
commit 46e685847f
10 changed files with 215 additions and 276 deletions

View File

@@ -106,17 +106,6 @@ controls:
color text: colors.text
interactiveRectangle:
color background: "transparent"
color hoveredOverlay: hsluv(0, 0, 50)
color pressedOverlay: hsluv(0, 0, 50)
color checkedOverlay: hsluv(0, 0, 50)
real hoveredOpacity: 0.3
real pressedOpacity: 0.2
real checkedOpacity: 0.2
textField:
color background: colors.inputBackground
color focusedBackground: background
@@ -184,6 +173,10 @@ sidePane:
color subtitle: colors.dimText
color lastEventDate: colors.halfDimText
member:
color background: "transparent"
color name: colors.text
settingsButton:
color background: colors.inputBackground