mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +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 {
|
EnforcedPlainTextLabel {
|
||||||
property bool hovered: false
|
property bool hovered: false
|
||||||
property color textColor: palette.windowText
|
|
||||||
property color textColorHovered: palette.midlight
|
|
||||||
property bool bold: false
|
property bool bold: false
|
||||||
|
|
||||||
font.underline: true
|
font.underline: true
|
||||||
font.bold: bold
|
font.bold: bold
|
||||||
color: hovered ? textColorHovered : textColor
|
|
||||||
|
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
Loading…
Reference in a new issue