Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracker: Fix IssuesList selection #1578

Merged
merged 3 commits into from
Apr 28, 2022
Merged

Tracker: Fix IssuesList selection #1578

merged 3 commits into from
Apr 28, 2022

Conversation

agrigorovich-xored
Copy link
Contributor

Closes #1569

@@ -305,7 +305,7 @@
border-bottom: 1px solid var(--theme-button-border-hovered);

&.mListGridChecked {
background-color: var(--theme-table-bg-hover);
background-color: var(--menu-bg-select);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For table we have following styles.

&.checking { background-color: var(--theme-table-bg-hover); }
&.selected { background-color: var(--menu-bg-select); }

Let's use

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Signed-off-by: Artyom Grigorovich <[email protected]>
@haiodo haiodo merged commit 155fca2 into main Apr 28, 2022
@haiodo haiodo deleted the fix-issues-list branch April 28, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracker: IssuesList incorrect selection
2 participants