mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML UI: don't reduce opacity for background of selected dive
Now that we have distinct colors for trip header and selected dive, this is actually counter productive. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
02d8c98c93
commit
4651454557
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ Kirigami.ScrollablePage {
|
|||
checked: diveListView.currentIndex === model.index
|
||||
width: parent.width
|
||||
height: diveListEntry.height + Kirigami.Units.smallSpacing
|
||||
background.opacity: checked ? 0.8 : 1
|
||||
backgroundColor: checked ? subsurfaceTheme.primaryColor : Kirigami.Theme.viewBackgroundColor
|
||||
textColor: checked ? subsurfaceTheme.primaryTextColor : subsurfaceTheme.diveListTextColor
|
||||
|
||||
|
|
Loading…
Reference in a new issue