mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Merge pull request #584 from sharetribe/review-modal-dr
dr for review modal done
This commit is contained in:
commit
06630d2654
2 changed files with 9 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue