Fix button hover overlay colors
This commit is contained in:
parent
cb25c30cb9
commit
2be23128b1
1
TODO.md
1
TODO.md
|
@ -26,6 +26,7 @@
|
||||||
- [hr not working](https://bugreports.qt.io/browse/QTBUG-74342)
|
- [hr not working](https://bugreports.qt.io/browse/QTBUG-74342)
|
||||||
|
|
||||||
- UI
|
- UI
|
||||||
|
- Make invite/left banners look better in column mode
|
||||||
- Messages editing
|
- Messages editing
|
||||||
- Code highlighting
|
- Code highlighting
|
||||||
- Support GIF avatars
|
- Support GIF avatars
|
||||||
|
|
|
@ -39,7 +39,7 @@ Button {
|
||||||
id: buttonBackgroundOverlay
|
id: buttonBackgroundOverlay
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: parent.radius
|
radius: parent.radius
|
||||||
color: "black"
|
color: theme.controls.button.hoveredOverlay
|
||||||
opacity: 0
|
opacity: 0
|
||||||
|
|
||||||
Behavior on opacity { HNumberAnimation { factor: 0.5 } }
|
Behavior on opacity { HNumberAnimation { factor: 0.5 } }
|
||||||
|
|
|
@ -78,6 +78,7 @@ controls:
|
||||||
|
|
||||||
button:
|
button:
|
||||||
color background: colors.inputBackground
|
color background: colors.inputBackground
|
||||||
|
color hoveredOverlay: hsluv(0, 0, 100)
|
||||||
color text: colors.text
|
color text: colors.text
|
||||||
color disabledText: colors.dimmerText
|
color disabledText: colors.dimmerText
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user