From: Camila Ayres Date: Thu, 29 Aug 2024 18:46:24 +0000 (+0200) Subject: Remove backround customization from ShareeSearchField. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~216^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=73bc8349332965d47bc436cbec5b992cb56db877;p=nextcloud-desktop.git Remove backround customization from ShareeSearchField. Signed-off-by: Camila Ayres --- diff --git a/src/gui/filedetails/ShareeSearchField.qml b/src/gui/filedetails/ShareeSearchField.qml index 4246d54e9..ba9649b2a 100644 --- a/src/gui/filedetails/ShareeSearchField.qml +++ b/src/gui/filedetails/ShareeSearchField.qml @@ -90,13 +90,6 @@ TextField { leftPadding: searchIcon.width + searchIcon.anchors.leftMargin + horizontalPaddingOffset rightPadding: clearTextButton.width + clearTextButton.anchors.rightMargin + horizontalPaddingOffset - background: Rectangle { - radius: 5 - border.color: parent.activeFocus ? UserModel.currentUser.accentColor : palette.dark - border.width: 1 - color: palette.base - } - Image { id: searchIcon anchors {