mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove backround customization from ShareeSearchField.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
a4aedd77df
commit
73bc834933
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user