Improve HScrollableTextArea disabled handling

Don't hide text if no disabledText is explicitely set, set opacity
using theme.disableElementsOpacity
This commit is contained in:
miruka
2019-12-13 06:22:09 -04:00
parent 2ca79a212f
commit 4cd4386abe
2 changed files with 9 additions and 9 deletions

View File

@@ -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