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

Add transparent CSS class for RoomTile #6281

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Conversation

lukebarnard1
Copy link
Contributor

No description provided.

@@ -104,6 +104,8 @@ $roomtile-name-color: rgba(69, 69, 69, 0.8);
$roomtile-selected-bg-color: rgba(255, 255, 255, 0.8);
$roomtile-focused-bg-color: rgba(255, 255, 255, 0.9);

$roomtile-transparent-focused-color: rgba(0, 0, 0, 0.1);
Copy link
Member

Choose a reason for hiding this comment

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

why are we darkening it for focus? the rest of the UI brightens things for focus...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the light theme it has a white background to begin with, so we can't go any brighter. Would you propose something else?

Copy link
Member

Choose a reason for hiding this comment

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

well, we could lighten the foreground even if the background is already saturated. i'll merge it as is though and see how it looks and tweak as needed then.

@ara4n
Copy link
Member

ara4n commented Mar 6, 2018

lgtm other than cosmetic query

@ara4n ara4n merged commit 5ade4b2 into develop Mar 6, 2018
@lukebarnard1
Copy link
Contributor Author

Fixes #6210

@t3chguy t3chguy deleted the luke/fix-room-tile-cosmetics branch May 12, 2022 09:02
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.

2 participants