Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

QMAPS-864 CSS fixes on PJ POI panel #276

Merged
merged 2 commits into from
Jul 9, 2019
Merged

QMAPS-864 CSS fixes on PJ POI panel #276

merged 2 commits into from
Jul 9, 2019

Conversation

xem
Copy link
Contributor

@xem xem commented Jun 24, 2019

No description provided.


&:hover {
text-decoration: none;
}

l
Copy link
Contributor

@GuillaumeGomez GuillaumeGomez Jun 26, 2019

Choose a reason for hiding this comment

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

Typo. :)

}

.poi_panel__actions {
width: 110%;
Copy link
Contributor

Choose a reason for hiding this comment

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

That doesn't sounds like a good idea at all.


.poi_panel__actions {
width: 110%;
margin-left: -5%;
Copy link
Contributor

Choose a reason for hiding this comment

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

Same.

color: $secondary_text;
text-transform: uppercase;
height: $HEADER_SIZE;
height: 40px;
Copy link
Contributor

Choose a reason for hiding this comment

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

The constant is here for a reason. :-/

&:not(:first-child){
min-width: 20%
}
min-width: 24%;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm a bit skeptical about those changes: why setting this value three times? Also: it'll need to be checked very carefully.

@amatissart amatissart merged commit e3132ef into master Jul 9, 2019
@amatissart amatissart deleted the QMAPS-864 branch July 11, 2019 09:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants