Merge pull request #584 from sharetribe/review-modal-dr

dr for review modal done
This commit is contained in:
Janne Koivistoinen 2017-12-08 16:55:34 +02:00 committed by GitHub
commit 06630d2654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -19,12 +19,18 @@
}
.label {
width: 30px;
width: 27px;
cursor: pointer;
}
.star {
fill: var(--matterColorNegative);
transition: var(--transitionStyleButton);
}
legend {
@apply --marketplaceH3FontStyles;
color: var(--matterColorAnti);
}
/***** CSS Magic to Highlight Stars on Hover *****/
@ -38,6 +44,7 @@
.rating > .label:hover > .star,
.rating > .label:hover ~ .label > .star {
fill: var(--marketplaceColor);
transition: var(--transitionStyleButton);
}
/* Darken hovered star when changing rating i.e it already is active */

View file

@ -444,7 +444,7 @@
"ResponsiveImage.noImage": "No image",
"ReviewForm.reviewContentLabel": "Leave a review",
"ReviewForm.reviewContentPlaceholder": "Descripe your experience...",
"ReviewForm.reviewContentRequired": "Review message is required",
"ReviewForm.reviewContentRequired": "You need to add a message to leave a review.",
"ReviewForm.reviewRatingLabel": "Rate your experience",
"ReviewForm.reviewRatingRequired": "Review message is required",
"ReviewForm.reviewSubmit": "Publish review",