mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove backround rectangle from NCInputTextEdit.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
d328919ae1
commit
b5e8946212
@ -33,16 +33,6 @@ TextEdit {
|
||||
selectByMouse: true
|
||||
height: Math.max(Style.talkReplyTextFieldPreferredHeight, contentHeight)
|
||||
|
||||
Rectangle {
|
||||
id: textFieldBorder
|
||||
anchors.fill: parent
|
||||
radius: Style.slightlyRoundedButtonRadius
|
||||
border.width: Style.normalBorderWidth
|
||||
border.color: root.activeFocus ? root.accentColor : root.secondaryColor
|
||||
color: palette.base
|
||||
z: -1
|
||||
}
|
||||
|
||||
Button {
|
||||
id: submitButton
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user