mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Remove customization for text color and hover from TextButtonContents.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
fa275a5a6b
commit
d328919ae1
1 changed files with 0 additions and 3 deletions
|
@ -20,13 +20,10 @@ import Style
|
|||
|
||||
EnforcedPlainTextLabel {
|
||||
property bool hovered: false
|
||||
property color textColor: palette.windowText
|
||||
property color textColorHovered: palette.midlight
|
||||
property bool bold: false
|
||||
|
||||
font.underline: true
|
||||
font.bold: bold
|
||||
color: hovered ? textColorHovered : textColor
|
||||
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
Loading…
Reference in a new issue