Reduce button hover/highlight overlay opacity
This commit is contained in:
parent
1eaec701dc
commit
73af3bd2c5
15
TODO.md
15
TODO.md
|
@ -1,17 +1,16 @@
|
||||||
- Refactoring
|
- Refactoring
|
||||||
- Banners
|
- Banners
|
||||||
|
|
||||||
- Composer
|
- Composer
|
||||||
|
|
||||||
- Room Sidepane
|
- Room Sidepane
|
||||||
- Hide when window too small
|
- Hide when window too small
|
||||||
- Also save/load its size
|
- Also save/load its size
|
||||||
- Is auto-sizing actually needed, or can we just set a default manual size?
|
- Is auto-sizing actually needed, or can we just set a default manual size?
|
||||||
- Reducable room sidepane, swipe to show full-window
|
- Reducable room sidepane, swipe to show full-window
|
||||||
|
|
||||||
- When qml syntax highlighting supports ES6 string interpolation, use them
|
- When qml syntax highlighting supports ES6 string interpolation, use them
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
- Restore previous focus after closing right click context menu
|
|
||||||
|
|
||||||
- Show error if uploading avatar fails
|
- Show error if uploading avatar fails
|
||||||
|
|
||||||
- Don't strip user spacing in html
|
- Don't strip user spacing in html
|
||||||
|
@ -23,14 +22,17 @@
|
||||||
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
|
- Terrible performance using `QT_QPA_PLATFORM=wayland-egl`, must use `xcb`
|
||||||
|
|
||||||
- UI
|
- UI
|
||||||
|
- Restore previous focus after closing right click context menu
|
||||||
- Choose a better default easing type for animations
|
- Choose a better default easing type for animations
|
||||||
- Make invite icon blink if there's no one but ourself in the room,
|
|
||||||
but never do it again once the user hovered it long enough to show tooltip
|
|
||||||
or clicked on it once
|
|
||||||
- Make HListView scrollbars visible
|
- Make HListView scrollbars visible
|
||||||
- Remove first html lists left margin
|
- Remove first html lists left margin
|
||||||
- Adapt UI for small heights
|
- Adapt UI for small heights
|
||||||
|
|
||||||
|
- Inviting members to a room
|
||||||
|
- Make invite icon blink if there's no one but ourself in the room,
|
||||||
|
but never do it again once the user hovered it long enough to show
|
||||||
|
tooltip or clicked on it once
|
||||||
|
|
||||||
- Restoring UI state:
|
- Restoring UI state:
|
||||||
- Composer content
|
- Composer content
|
||||||
- Which element was focused
|
- Which element was focused
|
||||||
|
@ -40,7 +42,6 @@
|
||||||
from sharing a too similar hue
|
from sharing a too similar hue
|
||||||
- Combine events so they take less space
|
- Combine events so they take less space
|
||||||
- After combining is implemented, no need to hide our own profile changes.
|
- After combining is implemented, no need to hide our own profile changes.
|
||||||
- Make invite/left banners look better in column mode
|
|
||||||
- Replies
|
- Replies
|
||||||
- Messages editing
|
- Messages editing
|
||||||
- Code highlighting
|
- Code highlighting
|
||||||
|
|
|
@ -113,8 +113,8 @@ controls:
|
||||||
color background: colors.inputBackground
|
color background: colors.inputBackground
|
||||||
color text: colors.text
|
color text: colors.text
|
||||||
|
|
||||||
color hoveredOverlay: hsluv(0, 0, 50, 0.3)
|
color hoveredOverlay: hsluv(0, 0, 50, 0.2)
|
||||||
color pressedOverlay: hsluv(0, 0, 50, 0.6)
|
color pressedOverlay: hsluv(0, 0, 50, 0.5)
|
||||||
color checkedOverlay: colors.accentBackground
|
color checkedOverlay: colors.accentBackground
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user