Remove backround rectangle from NCInputTextEdit.
authorCamila Ayres <hello@camilasan.com>
Sun, 1 Sep 2024 19:47:40 +0000 (21:47 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Fri, 6 Sep 2024 08:42:08 +0000 (10:42 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/filedetails/NCInputTextEdit.qml

index 34fe38b9adbd5cb4c67ac18eeff3983281d8a123..8a16a4a6d7811c72b7688ff5b88baae3fb55ebe4 100644 (file)
@@ -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