Improve HScrollableTextArea disabled handling
Don't hide text if no disabledText is explicitely set, set opacity using theme.disableElementsOpacity
This commit is contained in:
@@ -171,13 +171,11 @@ controls:
|
||||
color text: colors.text
|
||||
color focusedText: colors.text
|
||||
color placeholderText: colors.dimText
|
||||
color disabledText: colors.dimText
|
||||
|
||||
textArea:
|
||||
color background: colors.inputBackground
|
||||
color text: colors.text
|
||||
color placeholderText: controls.textField.placeholderText
|
||||
color disabledText: controls.textField.disabledText
|
||||
|
||||
toolTip:
|
||||
int delay: 500
|
||||
|
Reference in New Issue
Block a user